Routers
Alerts can be sent to routers by Integrations or Account Users.
Routers are part of the Advanced Functionality in PagerTree. Please see the routers documentation in-depth details on how to use them.
The Router Object
Property | Type | Description |
---|---|---|
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 | The ID of the Account User to receive the alert if no rules match. |
default_receiver_router_id | string | The ID of the Router to receive the alert if no rules match. |
default_receiver_team_id | string | The ID of the Team to receive the alert if no rules match. |
Create a Router
Allowed Parameters
Required Parameters
name
at least 1 default_receiver
Retrieve a Router
Update a Router
Delete a Router
List all Routers
Last updated