UpdateAlertInhibitionRule
Update an existing inhibition rule configuration
PUT
/api/v1/alerting/inhibition-rules/{ruleId}Operation ID
UpdateAlertInhibitionRuleSince
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/jsonPath Parameters
ruleIdStringRequiredInhibition rule identifier to update
Body Fields
nameStringRequiredNew rule name
Example: Updated inhibition rule
descriptionStringRequiredNew rule description
Example: Updated description
sourceMatchStringRequiredNew source matcher expression
Example: alertname=HostDown
targetMatchStringRequiredNew target matcher expression
Example: alertname=DiskFull
equalLabelsStringRequiredNew equal labels
Example: host
