Accept download status update from downstream agent (no-op)
POST/api/v2/delivery/updateDownloadStatus
In A2A mode the intermediary agent acknowledges the status and returns 200. Store-and-forward to the main server is not yet implemented.
Request
- application/json
Body
required
bitNumber doublenullable
catalogId stringrequired
currentTime date-timerequired
deliveryStatus DeliveryStatusrequired
Possible values: [Start, Done, Error, Cancelled, Pause, Continue, Download, Deleted]
deviceId stringrequired
downloadData doublenullable
downloadDone date-time
downloadEstimateTime int64nullable
downloadSpeed doublenullable
downloadStart date-time
downloadStop date-time
itemKey stringrequired
type Typerequired
Possible values: [NONE, WEB, EXE]
Action type: NONE (no action), WEB (open URL), or EXE (run executable)
Responses
- 200
Status received - no-op for A2A mode
Loading...