Skip to content

Get alertmanager global settings API Reference

GET
/tenants/{tenant}/alertmanager/global

Returns the global section of the Alertmanager configuration: SMTP defaults, slack_api_url, resolve_timeout, etc. Returns an empty object if no global is set.

tenant
required
string

Tenant name

Global section

object
resolve_timeout
string
Example
5m
slack_api_url
string
smtp_from
string
Example
alerts@acme.com
smtp_smarthost
string
Example
smtp.example.com:587