Skip to content

Create or update alertmanager receiver API Reference

PUT
/tenants/{tenant}/alertmanager/receivers/{name}

Idempotent upsert. The path name is authoritative; the body’s name field is overridden. The receiver shape is the standard Alertmanager schema (slack_configs, email_configs, etc.).

tenant
required
string

Tenant name

name
required
string

Receiver name

If-Match
string

Wrapper ETag for optimistic locking

Receiver configuration

object
email_configs
Array<object>
object
key
additional properties
name
string
Example
slack
slack_configs
Array<object>
object
key
additional properties
webhook_configs
Array<object>
object
key
additional properties

Receiver after upsert

object
email_configs
Array<object>
object
key
additional properties
name
string
Example
slack
slack_configs
Array<object>
object
key
additional properties
webhook_configs
Array<object>
object
key
additional properties
ETag
string

New wrapper ETag

Validation error

object
code
string
error
string
field
string
message
string
severity
string

ETag mismatch

object
code
string
error
string
field
string
message
string
severity
string