name | data type | description |
---|---|---|
jobExecutionResults | array of JobExecutionResultDto | |
totalNumberOfRecords | number |
Example
{ "jobExecutionResults" : [ { "id" : 12345, "jobInstanceId" : 12345, "runningOnNodes" : "...", "startDate" : 12345, "endDate" : 12345, "nbItemsToProcess" : 12345, "nbItemsCorrectlyProcessed" : 12345, "nbItemsProcessedWithWarning" : 12345, "nbItemsProcessedWithError" : 12345, "status" : "COMPLETED", "report" : "...", "jobInstanceCode" : "..." }, { "id" : 12345, "jobInstanceId" : 12345, "runningOnNodes" : "...", "startDate" : 12345, "endDate" : 12345, "nbItemsToProcess" : 12345, "nbItemsCorrectlyProcessed" : 12345, "nbItemsProcessedWithWarning" : 12345, "nbItemsProcessedWithError" : 12345, "status" : "FAILED", "report" : "...", "jobInstanceCode" : "..." } ], "totalNumberOfRecords" : 12345 }