Infrastructure/OTA Upgrade Plans
POSTOTASince 1.0SynchronousAuth Required
DownloadUpdate
Download the specified update package to local storage
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
idStringRequiredID of the update package to download locally
Responses
Endpoint
POST/api/v1/lifecycle/updates/{id}/download
/api/v1/lifecycle/updates/{id}/download
Request Example
curl -X POST '{host}/api/v1/lifecycle/updates/{id}/download' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'
Response Example
200{"message": "Download started"}Change History
This API has no change history records yet.
