POST
/
status_report

Body

application/json
title
string
required

The title of the status report

status
enum<string>
required

The current status of the report

Available options:
investigating,
identified,
monitoring,
resolved
monitorIds
number[] | null

id of monitors this report needs to refer

pageId
number | null

The id of the page this status report belongs to

date
string | null

The date of the report in ISO8601 format

message
string
required

The message of the current status of incident

Response

200 - application/json
id
number
required

The id of the status report

title
string
required

The title of the status report

status
enum<string>
required

The current status of the report

Available options:
investigating,
identified,
monitoring,
resolved
statusReportUpdateIds
number[] | null

The ids of the status report updates

monitorIds
number[] | null

id of monitors this report needs to refer

pageId
number | null

The id of the page this status report belongs to