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