Rate and give feedback:
Huawei uses machine translation combined with human proofreading to translate this document to different languages in order to help you better understand the content of this document.
Note: Even the most advanced machine translation cannot match the quality of professional translators.
Huawei shall not bear any responsibility for translation accuracy and it is recommended that you refer to the English document (a link for which has been provided).
delete root_cause_alarm rule
Function
The delete root_cause_alarm rule command is used to delete a rule with a specific ID from the root cause alarm rule table.
Parameters
Parameter |
Description |
Value |
---|---|---|
rule_id=? | ID of a rule in the root cause alarm rule table. | The value must be an integer from 1 to 400. |
Example
-
Delete rule "75" from the dynamic root cause alarm rule table.
developer:/>delete root_cause_alarm rule rule_id=75 WARNING: You are about to delete the root cause alarm suppression rule. This operation causes the alarms specified by the rule unable to be suppressed. Suggestion: Before performing this operation, ensure that the rule ID is correct. Have you read warning message carefully?(y/n)y Are you sure you really want to perform the operation?(y/n)y Command executed successfully.
-
Delete rule "1" from the dynamic root cause alarm rule table.
developer:/>delete root_cause_alarm rule rule_id=1 WARNING: You are about to delete the root cause alarm suppression rule. This operation causes the alarms specified by the rule unable to be suppressed. Suggestion: Before performing this operation, ensure that the rule ID is correct. Have you read warning message carefully?(y/n)y Are you sure you really want to perform the operation?(y/n)y Error: The static root cause alarm suppression rule cannot be deleted. Suggestion: Disable the rule to make it invalid.