Create Notification Rule
create_notification_ruleCreate a notification alert rule. Defines which events at which severity levels trigger notifications on which channels. Supports quiet hours and per-target scoping.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Rule name | |
| enabled | No | Whether the rule is active | |
| targetId | No | Scope to a specific target | |
| eventTypes | Yes | Events that trigger this rule | |
| severities | No | Only trigger for these severities | |
| channelTypes | Yes | Channels to notify | |
| quietHoursEnd | No | Quiet hours end (hour UTC) | |
| quietHoursStart | No | Quiet hours start (hour UTC) |