all-batch-info
Retrieves information about all the Batch entries on the Broker.
Example Request
GET http://example.com:8080/livecluster/rest/batch/all-batch-info
Example Response
[
{
"name": "CalculatorServiceExample",
"type": "serial",
"definition": "CalculatorServiceExample.xml",
"description": "Batch Example that runs the Calculator Service",
"suspended": false,
"status": "Finished",
"batchId": 4562207508471809452,
"nextRuntime": null,
"scheduleType": "Immediate",
"localFileName": "CalculatorServiceExample.xml",
"submitTime": 1578568485925
}
]