Creates a new event from provided data
curl --request POST \
--url https://api.rootly.com/v1/incidents/{incident_id}/status-page-events \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"type": "incident_status_page_events",
"attributes": {
"event": "<string>",
"status_page_id": "<string>",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false
}
}
}
'{
"data": {
"id": "6e988821-193b-44ce-a502-d3110adf06a5",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "de198b24-fbea-4e31-be20-d3c6855402a8",
"status_page_id": "71567ee4-9031-4a1c-9b76-49d48de69635",
"status": "investigating",
"notify_subscribers": true,
"should_tweet": false,
"started_at": "2025-12-15T13:46:13.027-08:00",
"created_at": "2025-12-15T13:46:13.027-08:00",
"updated_at": "2025-12-15T13:46:13.027-08:00",
"event": "New Event"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
incident_status_page_events Show child attributes
The summary of the incident event
Unique ID of the status page you wish to post the event to
The status of the incident event
investigating, identified, monitoring, resolved, scheduled, in_progress, completed Notify all status pages subscribers
For Statuspage.io integrated pages auto publishes a tweet for your update
incident_status_page_event created
Show child attributes
Unique ID of the incident event
incident_status_page_events Show child attributes
The summary of the incident event
Date of start
Date of creation
Date of last update
Unique ID of the status page you wish to post the event to
The status of the incident event
investigating, identified, monitoring, resolved, scheduled, in_progress, completed Notify all status pages subscribers
For Statuspage.io integrated pages auto publishes a tweet for your update
Was this page helpful?
curl --request POST \
--url https://api.rootly.com/v1/incidents/{incident_id}/status-page-events \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"type": "incident_status_page_events",
"attributes": {
"event": "<string>",
"status_page_id": "<string>",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false
}
}
}
'{
"data": {
"id": "6e988821-193b-44ce-a502-d3110adf06a5",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "de198b24-fbea-4e31-be20-d3c6855402a8",
"status_page_id": "71567ee4-9031-4a1c-9b76-49d48de69635",
"status": "investigating",
"notify_subscribers": true,
"should_tweet": false,
"started_at": "2025-12-15T13:46:13.027-08:00",
"created_at": "2025-12-15T13:46:13.027-08:00",
"updated_at": "2025-12-15T13:46:13.027-08:00",
"event": "New Event"
}
}
}