Batch Restart API

Use the Restart API to restart a batch execution.

Attributes
  • batchName - The unique batch code
  • batchRunID - Execution Id generated while triggering the object and can be obtained in the response of Execution API.
Request Body
{
    "batchName": "<Batch_code>",
    "batchRunId": "<Batchrun_ID>"
}

Sample Response Body

The following Response body is a sample for Success : 200 OK. For more information about status code in the response body, refer to unresolvable-reference.html#GUID-9ECDCE0D-01C2-493B-BAD5-42E7E90B021A.

{
    "severity": "info",
    "summary": "Object triggered successfully for restart with Run Id: B0001_2022-04-30_1651731208588_1",
    "batchRunId": "B0001_2022-04-30_1651731208588_1",
    "details": "Object triggered successfully.",
    "statusCode": "0",
    "status": "success"
}