Alert
Disable a rule from an alert policy
Set the status of a rule to disabled. Users can obtain a rule ID by calling #_get_alert_policy first.If the DISABLE operation adheres to a predetermined rule, a new rule will be duplicated from the predefined one, and the DISABLE operation will be applied to the newly cloned rule. As a result, users might receive a new rule ID that differs from the one provided as a path parameter.
post/alert-policies/{policyId}/rules/{ruleId}/:disable
Path parameters
policyIdinteger required
The policy ID
ruleIdinteger required
The rule ID
Response
OK