Infrastructure/OTA Versions & Policies
GETOTASince 1.0SynchronousAuth Required
ListPreflightResults
List Preflight Results
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Query Parameters
Request Inputs
Path Parameters
planIdStringRequiredID of the upgrade plan to list preflight history for
Query Parameters
pageSizeIntegerMaximum number of preflight results to return
Example: 0
Responses
Endpoint
GET/api/v1/ota/plans/{planId}/preflight/history
/api/v1/ota/plans/{planId}/preflight/history
Request Example
curl -X GET '{host}/api/v1/ota/plans/{planId}/preflight/history' -H 'Authorization: Bearer {token}'
Response Example
200{"items": [{"planId": "plan-a1b2c3d4-e5f6-7890-abcd-ef1234567890", "mode": "strict", "totalAgents": 20, "healthyAgents": 19, "unhealthyAgents": 1, "healthyPct": 95.0, "decision": "proceed", "excludedAgentIds": ["value"]}], "total": 5, "limit": 10, "offset": 20}Change History
This API has no change history records yet.
