EMI.STAT.ABORT
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,
}
