Create incident
instatus_create_incidentCREATES a new incident — this MODIFIES live status-page data and can notify subscribers. Provide name (required); optionally set the initial message, affected components, per-component impact via statuses, status, started, notify, and shouldPublish. Instatus: POST /v1/{page_id}/incidents. Returns the created incident.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Incident title (required). | |
| notify | No | Whether to notify subscribers about this update. | |
| status | No | Incident status. | |
| message | No | Incident update message (Markdown supported). | |
| page_id | Yes | The status page's id. | |
| started | No | ISO 8601 timestamp for when the incident started. | |
| statuses | No | Per-component impact — set each listed component's status for this event. | |
| components | No | Component ids affected by this incident. | |
| shouldPublish | No | Whether the incident should be published to the status page. |