batch-execution-info-by-batch-id

Retrieves all the Batch execution information about a given Batch entry stored on the Manager.

Example Request

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

Example Input

Parameters

Parameter Name

Data Type

Description

Sample Value

batchId

Long

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

4562207508471809452

Example Response

[
{
"name": "CalculatorServiceExample",
"startTime": 1578568486582,
"status": "Failed",
"batchId": 4562207508471809452,
"batchExecutionId": 6976777355170490963
}
]