Infrastructure/OTA Upgrade Plans
GETOTASince 1.0SynchronousAuth Required
GetHistoryLogs
Retrieve detailed execution logs for a historical upgrade record
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 upgrade history entry to retrieve logs for
Responses
Endpoint
GET/api/v1/lifecycle/upgrade-history/{id}/logs
/api/v1/lifecycle/upgrade-history/{id}/logs
Request Example
curl -X GET '{host}/api/v1/lifecycle/upgrade-history/{id}/logs' -H 'Authorization: Bearer {token}'
Response Example
200{"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"}Change History
This API has no change history records yet.
