Request
Bodyapplication/json
titleobjectrequired
Localized title of the incident. Use language keys (
en, fr, de, ru, nl, pl, se).typeenum<string>required
Type of the incident
affectedComponentsarray<string>optional
Array of component UUIDs affected by the incident
Example:["comp_123"]
statuspagesarray<string>optional
Array of status page UUIDs the incident should be reported on
Example:["sp_123"]
updatesarray<object>optional
Array of initial updates. Each update should have
date (ISO 8601), text (localized object), and type.Update Types
Available update types: investigating, identified, update, monitoring, resolved
Response
Returns the UUID of the newly created incident.