selected-batch-execution-info

Retrieves information about given Batch execution IDs stored on the Broker.

Example Request

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

Example Input

Parameters

Parameter Name

Data Type

Description

Sample Value

JSON

Array of Batch Execution IDs whose information needs to be retrieved

[
39333184909810832,
4534714832987845913
]

Example Response

[
{
"name": "CalculatorServiceExample",
"startTime": 1578900113522,
"batchExecutionId": 39333184909810832,
"status": "Finished",
"batchId": 5838911030065021273
},
{
"name": "CalculatorServiceExample",
"startTime": 1578902422107,
"batchExecutionId": 4534714832987845913,
"status": "Finished",
"batchId": 7270548312726024832
}
]