invocation-info
Retrieves the information about a particular invocation of a Service, for the given Service ID and Invocation ID.
Example Request
Get http://example.com:8080/livecluster/rest/service/invocation-info
Example Input
Parameters
Parameter Name |
Data Type |
Description |
Sample Value |
jobId |
Long |
Service ID of the Service whose information needs to be retrieved |
4697058754240048269 |
taskId |
Long |
Invocation ID of the Service whose information needs to be retrieved |
5 |
Example Response
{ "description": null, "engine": null, "startTime": 0, "elapsedTime": 0, "submitTime": 1578912618068, "exception": 0, "id": 5, "info": null, "status": "Submitted", "computationalTime": 0, "inputSize": 533, "outputSize": 0, "reschedules": 0, "retries": 0 }