Skip to main content
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

  • idStringRequired

    ID of the update package to download locally

Responses

200 OK

On success, this API returns the following response structure.

  • messageString

    Human-readable message confirming the download was initiated

    Example: Download started

Endpoint

POST/api/v1/lifecycle/updates/{id}/download

/api/v1/lifecycle/updates/{id}/download

Operation ID

DownloadUpdate

Permalink

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.

View all change history