Infrastructure/OTA Upgrade Plans
GETOTASince 1.0SynchronousAuth Required
ListHistory
List historical upgrade execution records and their outcomes
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
planIdStringFilter history by plan ID
componentStringFilter history by component name
statusStringFilter history by status
limitIntegerMaximum number of results to return
Example: 0
offsetIntegerNumber of results to skip for pagination
Example: 0
Responses
Endpoint
GET/api/v1/lifecycle/upgrade-history
/api/v1/lifecycle/upgrade-history
Request Example
curl -X GET '{host}/api/v1/lifecycle/upgrade-history' -H 'Authorization: Bearer {token}'
Response Example
200{"items": [{"uuid": "hist-a1b2c3d4-e5f6-7890-abcd-ef1234567890", "planId": "plan-a1b2c3d4-e5f6-7890-abcd-ef1234567890", "planName": "Upgrade agents to v1.3.0", "fromVersion": "1.2.0", "toVersion": "1.3.0", "fromRelease": "215", "toRelease": "221", "component": "zcf-core"}], "total": 15, "limit": 20, "offset": 20}Change History
This API has no change history records yet.
