FOTA Jobs

FetchFOTAJob

get/fota-jobs/{jobId}

Path parameters

jobIdstring required

Universally unique identifier

Example:bc631093-7f7c-4c1b-aa63-a68c759bcd5c

Response

Ok

jobIdstring required

Universally unique identifier

descriptionstring
status'CREATED' | 'IN_PROGRESS' | 'CANCELLED' | 'DELETION_IN_PROGRESS' | 'COMPLETED' required
statusDetailstring
createdAtstring date-time
lastUpdatedAtstring date-time
completedAtstring date-time
namestring

Example response

{
  "jobId": "bc631093-7f7c-4c1b-aa63-a68c759bcd5c",
  "target": {
    "deviceIds": [
      "nrf-1234567890123456789000"
    ]
  },
  "firmware": {
    "bundleId": "bc631093-7f7c-4c1b-aa63-a68c759bcd5c"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.