update_action_rule
Update an existing action rule by patching only the specified fields. Adjust name, level, devices, groups, or matchers to change alert response behavior.
Instructions
Update an action rule via PATCH; only provided fields are sent (requires write permission)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New rule name | |
| level | No | Alert severity to match (e.g. Error, Critical) | |
| devices | No | Device display names | |
| enabled | No | Enable/disable the rule | |
| rule_id | Yes | Action rule ID | |
| instance | No | Instance matcher | |
| datapoint | No | Datapoint matcher | |
| datasource | No | Datasource name matcher | |
| device_groups | No | Device group full paths | |
| action_chain_id | No | Action chain to trigger | |
| resource_properties | No | Property matchers |