Report new incident to 🛠️ SRE & Platform Ops
curl --request POST \
--url https://uptime.betterstack.com/api/v3/incidents \
--header "Authorization: Bearer $TOKEN" \
--header 'Content-Type: application/json' \
--data '{
"summary": "Test incident",
"requester_email": "[email protected]",
"description": "Detailed description here",
"policy_id": 108069,
"metadata": {
"Affected service": [
{"value": "Homepage"},
{"value": "DB cluster"}
]
}
}'