Create a status page incident.
This endpoint requires an API key with the “Create status page incidents, maintenance windows and publish updates” scope.
A unique key to de-duplicate requests. If you send a request with an idempotency_key that was already used, the original response will be returned.
"alert-12345-abcde"
Current status for this status page incident
investigating, identified, monitoring, resolved "investigating"
Markdown initial update on this status page incident
4096"We are currently investigating reports of elevated error rates affecting our API."
A title for the incident
200"Elevated API latency"
Whether to notify subscribers about this status page incident. This will not work if your status page has more than 1000 subscribers.
true
ID of the status page. You can find this by calling the ListStatusPages endpoint.
"01FCNDV6P870EA6S7TK1DSYDG0"
An array of mappings from component ID to current component status
[
{
"component_id": "01FCNDV6P870EA6S7TK1DSYDG2",
"component_status": "operational"
}
]Created response.
{
"component_impacts": [
{
"component_id": "01GW7P4ES31Q6V1ZQH321T0GJN",
"component_status": "degraded_performance",
"end_at": "2021-08-17T13:28:57.801578Z",
"start_at": "2021-08-17T13:28:57.801578Z"
}
],
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"incident_status": "investigating",
"name": "Elevated API latency",
"published_at": "2021-08-17T13:28:57.801578Z",
"status_page_id": "01FCNDV6P870EA6S7TK1DSYDG0",
"updates": [
{
"component_statuses": [
{
"component_id": "01FCNDV6P870EA6S7TK1DSYDG2",
"component_status": "operational"
}
],
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"incident_status": "investigating",
"message": "abc123",
"published_at": "2021-08-17T13:28:57.801578Z",
"status_page_incident_id": "01FCNDV6P870EA6S7TK1DSYDG1"
}
]
}