Skip to main content
Infrastructure/OTA Versions & Policies
GETOTASince 1.0SynchronousAuth Required

GetSilencePolicy

Retrieve the current OTA silence policy configuration

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Request Inputs

This API requires no request parameters.

Responses

200 OK

On success, this API returns the following response structure.

  • autoSilenceOnUpgradeBoolean

    Whether alert silence windows are automatically created during upgrades

    Example: true

  • bufferMinutesInteger

    Extra buffer time in minutes added before and after the upgrade window

    Example: 5

  • suppressedAlertTypesList

    Suppressed alert types

    Example: item1,item2

  • notifyOncallBeforeSilenceBoolean

    Whether the on-call team is notified before a silence is activated

    Example: true

Endpoint

GET/api/v1/admin/ota/silence-policy

/api/v1/admin/ota/silence-policy

Operation ID

GetSilencePolicy

Permalink

Request Example

curl -X GET '{host}/api/v1/admin/ota/silence-policy' -H 'Authorization: Bearer {token}'

Response Example

200
{"autoSilenceOnUpgrade": true, "bufferMinutes": 5, "suppressedAlertTypes": ["value"], "notifyOncallBeforeSilence": true}

Change History

This API has no change history records yet.

View all change history