Method

POST

Parameters

A JSON object with the following properties:

A JSON object corresponding to the Batch interface in the engine. Its properties are as follows:

Response Codes

Example

POST /job/retries

Status 200 OK

  1. {
  2. "type": "aBatchType",
  3. "totalJobs": 10,
  4. "batchJobsPerSeed": 100,
  5. "jobsCreated": 10,
  6. "seedJobDefinitionId": "aSeedJobDefinitionId",
  7. "monitorJobDefinitionId": "aMonitorJobDefinitionId",
  8. "batchJobDefinitionId": "aBatchJobDefinitionId",
  9. "suspened": false,
  10. }