Infrastructure/OTA Versions & Policies
GETOTASince 1.0SynchronousAuth Required
GetPlanSilenceSummary
Get Plan Silence Summary
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 silence summary for
Responses
Endpoint
GET/api/v1/ota/plans/{planId}/silence-summary
/api/v1/ota/plans/{planId}/silence-summary
Request Example
curl -X GET '{host}/api/v1/ota/plans/{planId}/silence-summary' -H 'Authorization: Bearer {token}'
Response Example
200{"planId": "plan-a1b2c3d4-e5f6-7890-abcd-ef1234567890", "totalBatches": 4, "batchRecords": [{"planId": "plan-a1b2c3d4-e5f6-7890-abcd-ef1234567890", "batchN": 1, "silenceId": "silence-abc123", "agentIds": ["value"], "createdAt": "2026-01-15T08:00:00Z", "releasedAt": "2026-01-15T08:00:00Z", "suppressedCount": 3}], "totalSuppressed": 12}Change History
This API has no change history records yet.
