create_alert_rule
Automate alert notifications in LogicMonitor by defining rules that match specific devices, groups, or data points and route them to the right escalation chain with set priority.
Instructions
Create an alert rule in LogicMonitor (requires write permission)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the alert rule | |
| devices | No | List of device patterns to match | |
| instance | No | Instance pattern to match | |
| priority | Yes | Priority level (lower = higher priority) | |
| datapoint | No | DataPoint pattern to match | |
| level_str | No | Alert level filter | |
| datasource | No | DataSource pattern to match | |
| device_groups | No | List of device group patterns to match | |
| escalation_chain_id | Yes | Escalation chain ID for the rule | |
| suppress_alert_clear | No | Suppress alert clear notifications | |
| suppress_alert_ack_sdt | No | Suppress ack/SDT notifications |