batch-info

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

Example Request

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

Example Input

Parameters

Parameter Name

Data Type

Description

Sample Value

batchId

Long

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

4562207508471809452

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
}