Search
K
Links

Alert Policies

APIs to manage Alert Policies
Tenant Id can be retrieved from the UI as listed here
Currently supported alert policy metric_type and condition are listed here
get
https://demo.backend.telm.ai/<tenant>/configuration/sources/<source>/alert_policies
List all alert policies for specific tenant and source
post
https://demo.backend.telm.ai/{tenant}/configuration/sources/{source}/alert_policies
Add a new alert policy
get
https://demo.backend.telm.ai/{tenant}/configuration/sources/{source}/alert_policies
/{alert_policy_name}
Get details of an existing alert policy
put
https://demo.backend.telm.ai/{tenant}/configuration/sources/{source}/alert_policies
/{alert_policy_name}
Update an existing alert policy
delete
https://demo.backend.telm.ai/{tenant}/configuration/sources/{source}/alert_policies
/{alert_policy_name}
Delete an alert policy

Prebuilt Alert Policies

get
https://demo.backend.telm.ai/
{tenant}/configuration/sources/{source}/prebuilt_policies
List all prebuilt policies for this tenant and source
get
https://demo.backend.telm.ai/
{tenant}/configuration/sources/{source}/prebuilt_policies/{policy_name}
Details of prebuilt policy by name
put
https://demo.backend.telm.ai/
{tenant}/configuration/sources/{source}/prebuilt_policies/{policy_name}
Update a prebuilt policy