Supported Providers
Pagertree Provider
The Pagertree Provider facilitates interactions with the Pagertree API, allowing the retrieval and management of alerts.
Inputs
The notify
function in the PagertreeProvider
class takes the following parameters:
Authentication Parameters
The PagertreeProviderAuthConfig
class takes the following parameters:
- api_token (str): Your Pagertree API Token. Required
Connecting with the Provider
- To interact with the Pagertree API, you need to provide an api_token.
- You can view and manage your API keys on your User Settings page.
Notes
This provider uses the Pagertree API to send alerts or mark them as incidents based on the parameters provided. Depending on whether an incident is flagged as true, it either calls __send_alert
or __send_incident
method.
Useful Links
- Pagertree API documentation: Pagertree API
- Pagertree Authentication: Authentication
- Pagertree Alerts: Alerts & Incident