EMI.STAT.ABORT

September 18th, 2009 Leave a comment Go to comments

Aborts the EMI.STAT task of retrieving the statistics with given id.

Request Parameters

Name Type Mandatory Description
session JSON String yes Session ID
task JSON Int yes Identification number for the long-running task.

Response

No response result returned if request is successful.

Error Codes

Reference Description
EOK No errors (contains warnings)
EBADPARAM Error in parameters
ENOTFOUND The specified EMI.STAT key not found
EGENERAL Some other error
ESESSION Session with the given ID is not found

Examples

Request to EMI-RPC Server:

{
 "EMI-RPC": "1.0",
 "id": 2,
 "method": "emi.stat.abort",
 "params":
	{	"session":"", "task":34502 }
}

Request to EMI-RPC Server:

{
 "EMI-RPC": "1.0",
 "id": 2,
}
  1. No comments yet.
  1. No trackbacks yet.