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
{
"id": "aBatchId",
"type": "aBatchType",
"totalJobs": 10,
"batchJobsPerSeed": 100,
"seedJobDefinitionId": "aSeedJobDefinitionId",
"monitorJobDefinitionId": "aMonitorJobDefinitionId",
"batchJobDefinitionId": "aBatchJobDefinitionId",
"suspended": true,
"tenantId": "aTenantId"
}