Skip to main content
Infrastructure/OTA Upgrade Plans
GETOTASince 1.0SynchronousAuth Required

ExportPlan

Export a graduated upgrade plan as a shareable configuration

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Path Parameters

Request Inputs

Path Parameters

  • planIdStringRequired

    ID of the upgrade plan to export

Responses

200 OK

On success, this API returns the following response structure.

  • dataString

    The data value

    Example: aGVsbG8=

Endpoint

GET/api/v1/lifecycle/upgrade-plans/{planId}/export

/api/v1/lifecycle/upgrade-plans/{planId}/export

Operation ID

ExportPlan

Permalink

Request Example

curl -X GET '{host}/api/v1/lifecycle/upgrade-plans/{planId}/export' -H 'Authorization: Bearer {token}'

Response Example

200
{"data": "aGVsbG8="}

Change History

This API has no change history records yet.

View all change history