DeviceJobsResult Data Type

Properties
name data type constraints description
deviceJob array of DeviceJob  
limitExceeded boolean required

Example

{
  "deviceJob" : [ {
    "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" : "sim_synchronization",
    "displayName" : "...",
    "jobProperties" : "...",
    "createdOn" : 12345,
    "createdBy" : 12345,
    "startOn" : 12345,
    "retryMaxAttempts" : 12345,
    "retryCount" : 12345,
    "optlock" : 12345
  }, {
    "status" : "CONTINUED",
    "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_certificate_update",
    "displayName" : "...",
    "jobProperties" : "...",
    "createdOn" : 12345,
    "createdBy" : 12345,
    "startOn" : 12345,
    "retryMaxAttempts" : 12345,
    "retryCount" : 12345,
    "optlock" : 12345
  } ],
  "limitExceeded" : true
}