Infrastructure/OTA Upgrade Plans
GETOTASince 1.0SynchronousAuth Required
ListUpdates
List available software updates and their installation status
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
typeStringFilter updates by type, e.g. security, feature, bugfix
severityStringFilter updates by severity level
limitIntegerMaximum number of results to return
Example: 0
offsetIntegerNumber of results to skip for pagination
Example: 0
statusStringP2a: filter by status (discovered/downloaded/applied/obsolete); empty = exclude obsolete Status
Responses
Endpoint
GET/api/v1/lifecycle/updates
/api/v1/lifecycle/updates
Request Example
curl -X GET '{host}/api/v1/lifecycle/updates' -H 'Authorization: Bearer {token}'
Response Example
200{"items": [{"uuid": "upd-a1b2c3d4-e5f6-7890-abcd-ef1234567890", "name": "zcf-security-patch", "version": "1.3.1", "type": "security", "severity": "critical", "description": "Patches CVE-2026-12345 in the authentication module", "size": 10485760, "checksum": "sha256:abc123"}], "total": 4, "limit": 20, "offset": 20}Change History
This API has no change history records yet.
