Infrastructure/OTA Versions & Policies
GETOTASince 1.0SynchronousAuth Required
ListVersions
List all registered software versions in the version catalog
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
statusStringFilter OTA versions by status, e.g. active, deprecated
Responses
Endpoint
GET/api/v1/ota/versions
/api/v1/ota/versions
Request Example
curl -X GET '{host}/api/v1/ota/versions' -H 'Authorization: Bearer {token}'
Response Example
200{"items": [{"id": "ver-a1b2c3d4-e5f6-7890-abcd-ef1234567890", "version": "1.3.0", "releaseNotes": "Bug fixes and performance improvements", "sha256Checksum": "abc123def456abc123def456abc123def456abc123def456abc123def456abc1", "fileSize": 52428800, "minAgentVersion": "1.2.0", "status": "active", "deprecateReason": "Security vulnerability in v1.3.0; upgrade to v1.3.1"}], "total": 5, "limit": 20, "offset": 20}Change History
This API has no change history records yet.
