v1

latestOpenAPI 3.0.02026-07-133916139.4 KB
incident

Get an incident

get/incident/{id}

Path parameters

idstring required

The id of the Incident

Example:1

The id of the Incident

Response

Get an incident

idnumber required

The id of the incident

startedAtstring date nullable required

The date the incident started

monitorIdnumber nullable required

The id of the monitor associated with the incident

acknowledgedAtstring date nullable

The date the incident was acknowledged

acknowledgedBynumber nullable required

The user who acknowledged the incident

resolvedAtstring date nullable

The date the incident was resolved

resolvedBynumber nullable required

The user who resolved the incident

Example response

{
  "id": 1,
  "monitorId": 1
}