Infrastructure/OTA Upgrade Plans
GETOTASince 1.0SynchronousAuth Required
GetPlanSummary
Retrieve a summary of a graduated upgrade plan with batch statistics
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 graduated plan to summarize
Responses
Endpoint
GET/api/v1/lifecycle/upgrade-plans/{planId}/summary
/api/v1/lifecycle/upgrade-plans/{planId}/summary
Request Example
curl -X GET '{host}/api/v1/lifecycle/upgrade-plans/{planId}/summary' -H 'Authorization: Bearer {token}'
Response Example
200{"planId": "plan-a1b2c3d4-e5f6-7890-abcd-ef1234567890", "status": "running", "totalAgents": 50, "completedCount": 30, "failedCount": 2, "pendingCount": 18, "failureRate": 0.04}Change History
This API has no change history records yet.
