v1

latestOpenAPI 3.0.02026-07-133916139.4 KB
status_report

Create a status report

post/status_report

Request body

titlestring required

The title of the status report

status'investigating' | 'identified' | 'monitoring' | 'resolved' required

The current status of the report

monitorIdsnumber[]

Ids of the monitors the status report.

pageIdnumber required

The id of the page this status report belongs to

datestring date nullable

The date of the report in ISO8601 format, defaults to now

messagestring required

The message of the current status of incident

Example request

{
  "title": "Documenso"
}

Response

The created status report

idnumber required

The id of the status report

titlestring required

The title of the status report

status'investigating' | 'identified' | 'monitoring' | 'resolved' required

The current status of the report

statusReportUpdateIdsnumber[] nullable

The ids of the status report updates

monitorIdsnumber[]

Ids of the monitors the status report.

pageIdnumber required

The id of the page this status report belongs to

Example response

{
  "title": "Documenso"
}