Infrastructure/OTA Versions & Policies
POSTOTASince 1.0SynchronousAuth Required
UpdateSilencePolicy
Update Silence Policy
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
policyObjectRequiredPolicy for this resource
autoSilenceOnUpgradeBooleanWhether alert silence windows are automatically created during upgrades
Example: true
bufferMinutesIntegerExtra buffer time in minutes added before and after the upgrade window
Example: 5
suppressedAlertTypesListSuppressed alert types
Example: item1,item2
notifyOncallBeforeSilenceBooleanWhether the on-call team is notified before a silence is activated
Example: true
Responses
Endpoint
POST/api/v1/admin/ota/silence-policy
/api/v1/admin/ota/silence-policy
Request Example
curl -X POST '{host}/api/v1/admin/ota/silence-policy' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"policy":{"autoSilenceOnUpgrade":true,"bufferMinutes":5,"suppressedAlertTypes":"item1,item2","notifyOncallBeforeSilence":true}}'
Response Example
200{"autoSilenceOnUpgrade": true, "bufferMinutes": 5, "suppressedAlertTypes": ["value"], "notifyOncallBeforeSilence": true}Change History
This API has no change history records yet.
