Update Delivery Status
POST/api/v2/delivery/updateDownloadStatus
This service message allows the consumer to report the delivery status
Request
- application/json
Body
required
deviceId stringrequired
catalogId stringrequired
itemKey stringrequired
downloadStop date-time
downloadStart date-time
downloadDone date-time
bitNumber number
downloadSpeed number
downloadData number
downloadEstimateTime int64
currentTime date-timerequired
deliveryStatus stringrequired
Possible values: [Start, Done, Error, Cancelled, Pause, Continue, Download, Deleted]
state string
Possible values: [Prepare, Download, Validation, Done]
Delivery lifecycle phase. When absent, legacy behavior applies.
type stringrequired
Possible values: [software, map, cache, config]
Responses
- 200
Loading...