Update alert configuration
PUT /api/v1/monitoring/alert-config/{tenant_id}
Updates per-tenant alert routing configuration.
Authorizations
Parameters
Path Parameters
Request Body required
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
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
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
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
422
Validation Error