CreateAlertSilenceRule
Create a silence rule to suppress alert notifications during a time window
POST
/api/v1/alerting/silence-rulesOperation ID
CreateAlertSilenceRuleSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
nameStringRequiredHuman-readable name for the silence rule
Example: Maintenance Window
descriptionStringRequiredDescription of why alerts are being silenced
Example: Suppress alerts during scheduled maintenance
matcherTypeStringRequiredType of label matcher (exact, regex, etc.)
Example: value
matcherKeyStringRequiredLabel key to match against
Example: value
matcherValueStringRequiredLabel value pattern to match
Example: value
