v1

latestOpenAPI 3.0.02026-07-133916139.4 KB
incident

Update an incident

Acknowledge or resolve an incident

put/incident/{id}

Path parameters

idstring required

The id of the Incident

Example:1

The id of the Incident

Request body

acknowledgedAtstring date nullable

The date the incident was acknowledged

resolvedAtstring date nullable

The date the incident was resolved

Response

Update a monitor

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
}