batch-execution-info

Retrieves information about a given Batch execution ID stored on the Broker.

Example Request

GET http://example.com:8080/livecluster/rest/batch/batch-execution-info

Example Input

Parameters

Parameter Name

Data Type

Description

Sample Value

instanceId

Long

Batch execution ID of the Batch whose information needs to be retrieved

4534714832987845913

Example Response

{
"name": "CalculatorServiceExample",
"startTime": 1578902422107,
"batchExecutionId": 4534714832987845913,
"status": "Finished",
"batchId": 7270548312726024832
}