ack_timeout_secs. Targets can reference a
user, team, or on-call schedule, together with notification channel ids.
alerts.manage.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Multi-step escalation with on-call rotations.
POST /api/v1/alerts/escalations
ack_timeout_secs. Targets can reference a
user, team, or on-call schedule, together with notification channel ids.
{
"name": "Primary operations",
"steps": [
{
"targets": [
{
"kind": "schedule",
"schedule_id": "<schedule-id>",
"channel_ids": ["<channel-id>"]
}
],
"ack_timeout_secs": 300,
"min_severity": "warning"
}
],
"repeat": true,
"max_loops": 2
}
alerts.manage.Was this page helpful?