Skip to content

Get alert configuration

GET
/api/v1/monitoring/alert-config/{tenant_id}

Returns per-tenant alert routing configuration.

Authorizations

Parameters

Path Parameters

tenant_id
required
string

Responses

200

Successful Response

Per-tenant alert routing configuration.

Args: tenant_id: The tenant identifier. destinations: List of configured alert destinations. severity_routing: Maps severity to destination types. quiet_hours_start: Start of quiet hours (0-23, None=disabled). quiet_hours_end: End of quiet hours (0-23, None=disabled).

object
destinations
Array<object>

A single alert destination configuration.

Args: type: Destination type (pagerduty, opsgenie, slack, email). url: Webhook URL or email address. api_key: Optional API key for the destination. enabled: Whether this destination is active.

object
api_key
Any of:
string
enabled
boolean
default: true
type
required
string
url
string
""
quiet_hours_end
Any of:
integer
quiet_hours_start
Any of:
integer
severity_routing
object
key
additional properties
Array<string>
tenant_id
string
""

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string