Incidents
Create Incident
POST
/
api
/
incidents
Body
application/json
name
string
requiredMust not be greater than 255 characters.
status
enum<integer>
requiredAvailable options:
0
, 1
, 2
, 3
, 4
message
string
This field is required when <code>template</code> is not present.
template
string
This field is required when <code>message</code> is not present.
visible
boolean
stickied
boolean
notifications
boolean
occurred_at
string | null
template_vars
object
component_id
string
The <code>id</code> of an existing record in the components table.
component_status
enum<integer> | null
This field is required when <code>component_id</code> is present.
Available options:
1
, 2
, 3
, 4
, 5
Response
200 - application/json
data
object