Skip to content

List alertmanager routes API Reference

GET
/tenants/{tenant}/alertmanager/routes

Returns the child routes of the root. The root route itself is implicit (it always exists with the default receiver). Each child route declares matchers and a target receiver.

tenant
required
string

Tenant name

Routes

object
items
Array<object>
object
active_time_intervals
Array<string>
continue
boolean
group_by
Array<string>
Example
[
"alertname",
"cluster"
]
group_interval
string
Example
5m
group_wait
string
Example
30s
match
object
key
additional properties
string
match_re
object
key
additional properties
string
matchers
Array<string>
Example
[
"severity=\"critical\""
]
mute_time_intervals
Array<string>
receiver
string
Example
slack
repeat_interval
string
Example
4h