Skip to main content
POST
/
incidents
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
title
string
required

The title of the incident

status
enum<string>
default:investigating
required

The status of the incident

Available options:
investigating,
identified,
monitoring,
resolved
severity
enum<string>
default:medium
required

The severity of the incident

Available options:
low,
medium,
high,
critical
projectId
string
required

The ID of the project associated with this incident

description
string

The description of the incident

monitorId
string

The ID of the monitor associated with this incident

startedAt
string<date-time>
default:Current timestamp

The start time of the incident

Response

201 - application/json

The incident has been successfully created.

The response is of type object.