Method

POST

Parameters

Result

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

Response Codes

Example

Status 200 OK

  1. {
  2. "id": "aBatchId",
  3. "type": "aBatchType",
  4. "totalJobs": 10,
  5. "batchJobsPerSeed": 100,
  6. "seedJobDefinitionId": "aSeedJobDefinitionId",
  7. "monitorJobDefinitionId": "aMonitorJobDefinitionId",
  8. "batchJobDefinitionId": "aBatchJobDefinitionId",
  9. "suspended": true,
  10. "tenantId": "aTenantId"
  11. }