curl --request POST \
--url https://api.devhelm.io/api/v1/status-pages/{id}/incidents \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"impact": "NONE",
"body": "<string>",
"status": "INVESTIGATING",
"affectedComponents": [
{
"componentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "OPERATIONAL"
}
],
"scheduled": true,
"scheduledFor": "2023-11-07T05:31:56Z",
"scheduledUntil": "2023-11-07T05:31:56Z",
"autoResolve": true,
"notifySubscribers": true
}
'{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"statusPageId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"status": "INVESTIGATING",
"impact": "NONE",
"scheduled": true,
"autoResolve": true,
"startedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"scheduledFor": "2023-11-07T05:31:56Z",
"scheduledUntil": "2023-11-07T05:31:56Z",
"incidentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"publishedAt": "2023-11-07T05:31:56Z",
"resolvedAt": "2023-11-07T05:31:56Z",
"createdByUserId": 123,
"postmortemBody": "<string>",
"postmortemUrl": "<string>",
"affectedComponents": [
{
"statusPageComponentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"componentStatus": "OPERATIONAL",
"componentName": "<string>"
}
],
"updates": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "INVESTIGATING",
"body": "<string>",
"createdBy": "USER",
"notifySubscribers": true,
"createdAt": "2023-11-07T05:31:56Z",
"createdByUserId": 123
}
]
}
}curl --request POST \
--url https://api.devhelm.io/api/v1/status-pages/{id}/incidents \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"impact": "NONE",
"body": "<string>",
"status": "INVESTIGATING",
"affectedComponents": [
{
"componentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "OPERATIONAL"
}
],
"scheduled": true,
"scheduledFor": "2023-11-07T05:31:56Z",
"scheduledUntil": "2023-11-07T05:31:56Z",
"autoResolve": true,
"notifySubscribers": true
}
'{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"statusPageId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"status": "INVESTIGATING",
"impact": "NONE",
"scheduled": true,
"autoResolve": true,
"startedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"scheduledFor": "2023-11-07T05:31:56Z",
"scheduledUntil": "2023-11-07T05:31:56Z",
"incidentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"publishedAt": "2023-11-07T05:31:56Z",
"resolvedAt": "2023-11-07T05:31:56Z",
"createdByUserId": 123,
"postmortemBody": "<string>",
"postmortemUrl": "<string>",
"affectedComponents": [
{
"statusPageComponentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"componentStatus": "OPERATIONAL",
"componentName": "<string>"
}
],
"updates": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "INVESTIGATING",
"body": "<string>",
"createdBy": "USER",
"notifySubscribers": true,
"createdAt": "2023-11-07T05:31:56Z",
"createdByUserId": 123
}
]
}
}API key (dh_live_...) or Auth0 JWT token
Customer-facing incident title
500Impact level: NONE, MINOR, MAJOR, or CRITICAL
NONE, MINOR, MAJOR, CRITICAL Initial update body in markdown
1Initial status (default: INVESTIGATING)
INVESTIGATING, IDENTIFIED, MONITORING, RESOLVED Component IDs affected by this incident
Show child attributes
Whether this is a scheduled maintenance (default: false)
Maintenance start time (required when scheduled=true)
Maintenance end time
Auto-resolve at scheduledUntil (default: false)
Whether to email confirmed subscribers about this incident (default: true)
Created
Show child attributes