Alert
Enable a rule from an alert policy
Set the status of a rule to enabled. Users can obtain a rule ID by calling #_get_alert_policy first.If the ENABLE operation adheres to a predetermined rule, a new rule will be duplicated from the predefined one, and the ENABLE 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}/:enable
Path parameters
policyIdinteger required
The policy ID
ruleIdinteger required
The rule ID
Response
OK