FOTA Job Executions
FetchFOTAJobExecution
get/fota-job-executions/{deviceId}/{jobId}
Path parameters
deviceIdstring required
This is the canonical device id used in the device certificate, and as the MQTT client id.
Example:nrf-1234567890123456789000
jobIdstring required
Universally unique identifier
Example:bc631093-7f7c-4c1b-aa63-a68c759bcd5c
Response
Ok
Example response
{
"status": "SUCCEEDED",
"deviceId": "nrfsim-453330795897806100000",
"createdAt": "2020-12-09T18:34:13.472Z",
"executionId": "4d50a3ba-9573-4ec9-b362-02e2bde5aaee",
"jobDocument": {
"path": "3701edba-5bd5-4fcf-a0d1-769457a8f409/APP*c52c99d3*v1.3.0-280-g485445b6a869/AT_fast_blink.bin",
"host": "firmware.nrfcloud.com",
"firmwareType": "APP",
"fileSize": 253640,
"version": "v1.3.0-280-g485445b6a869"
},
"jobId": "f539350f-7784-470c-b0cf-c669147b0c54",
"lastUpdatedAt": "2020-12-09T18:34:18.731Z",
"tenantId": "3701edba-5bd5-4fcf-a0d1-769457a8f409",
"statusDetail": "Job Completed"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.