v1

latestOpenAPI 3.0.32026-07-13331437.0 KB
Outages

Create a manual incident

Creates a manual incident that can trigger escalation policies.

post/v2/outages

Request body

descriptionstring required
escalationPolicyUuidstring

UUID of escalation policy to trigger

severity'critical' | 'major' | 'minor'

Severity level of the incident

summarystring

Initial summary for the incident (rich text)

Example request

{
  "description": "Database maintenance in progress"
}

Response

Incident created

messagestring

Example response

{
  "outage": {
    "uuid": "outage_abc123",
    "statusCode": 500,
    "detectedLocation": "paris",
    "confirmedLocations": "paris,london,frankfurt",
    "protocol": "http"
  }
}