| name | data type | constraints | description |
|---|---|---|---|
| deviceJob | array of DeviceJob | ||
| limitExceeded | boolean | required |
Example
{
"deviceJob" : [ {
"status" : "RUNNING",
"cronRetryExpression" : "...",
"endOn" : 12345,
"cronNextRetryOn" : 12345,
"retryEvery" : 12345,
"resumed" : true,
"requestTimeout" : 12345,
"processOnConnect" : true,
"sendWakeupSMS" : true,
"wakeupTimeout" : 12345,
"deviceInactivityTimeout" : 12345,
"id" : 12345,
"accountId" : 12345,
"jobType" : "device_software_install",
"displayName" : "...",
"jobProperties" : "...",
"createdOn" : 12345,
"createdBy" : 12345,
"startOn" : 12345,
"retryMaxAttempts" : 12345,
"retryCount" : 12345,
"optlock" : 12345
}, {
"status" : "STOPPING",
"cronRetryExpression" : "...",
"endOn" : 12345,
"cronNextRetryOn" : 12345,
"retryEvery" : 12345,
"resumed" : true,
"requestTimeout" : 12345,
"processOnConnect" : true,
"sendWakeupSMS" : true,
"wakeupTimeout" : 12345,
"deviceInactivityTimeout" : 12345,
"id" : 12345,
"accountId" : 12345,
"jobType" : "device_provision_v3",
"displayName" : "...",
"jobProperties" : "...",
"createdOn" : 12345,
"createdBy" : 12345,
"startOn" : 12345,
"retryMaxAttempts" : 12345,
"retryCount" : 12345,
"optlock" : 12345
} ],
"limitExceeded" : true
}