Alert Policies
APIs to manage Alert Policies
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
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
Last modified 1yr ago