Burn Alerts
Create a Burn Alert
Create a Burn Alert against a specified SLO.
post/1/burn_alerts/{datasetSlug}
Request body
Example request
{
"alert_type": "exhaustion_time",
"id": "fS7vfB81Wcy",
"description": "Use this runbook if this alert fires.",
"created_at": "2022-09-22T17:32:11Z",
"updated_at": "2022-10-31T15:08:11Z",
"exhaustion_minutes": 120,
"slo": {
"id": "2LBq9LckbcA"
},
"recipients": [
{
"id": "abcd123",
"type": "email",
"target": "alerts@example.com"
}
]
}Response
Created
Example response
{
"alert_type": "exhaustion_time",
"id": "fS7vfB81Wcy",
"description": "Use this runbook if this alert fires.",
"created_at": "2022-09-22T17:32:11Z",
"updated_at": "2022-10-31T15:08:11Z",
"exhaustion_minutes": 120,
"slo": {
"id": "2LBq9LckbcA"
},
"recipients": [
{
"id": "abcd123",
"type": "email",
"target": "alerts@example.com"
}
]
}