Routers
Last updated
Last updated
are simple YAML configurations that dictate how to route and transform .
Alerts can be sent to routers by or .
Routers are part of the in PagerTree. Please see the in-depth details on how to use them.
Property | Type | Description |
---|
name
at least 1 default_receiver
name | string | The name of the router |
enabled | boolean | Boolean indicating if this router is currently enabled. If false, it will just route to the default receiver. |
rules | string | YAML definition of the router. See routers documentation. |
default_receiver_account_user_id | string |
default_receiver_router_id | string |
default_receiver_team_id | string |
The ID of the to receive the alert if no rules match.
The ID of the to receive the alert if no rules match.
The ID of the to receive the alert if no rules match.