Method

POST

Parameters

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

Response Codes

Example

Request Body:

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