URL parameters
The ID of your status page
Headers
Bearer $TOKEN
application/json
Body parameters
The title of your new status page report.
The first status update message for this report.
The type of the report to be created. Expects either manual
or maintenance
. Default: manual
Whether or not to send a notification email to subscribers of the status page. Default: false
An array of objects, where each object contains status_page_resource_id
and status
attributes. status_page_resource_id
- The ID of the status page resource which you want to affect. status
- Has to be maintenance
if report_type
is set to maintenance
. Otherwise has to be one of resolved
, degraded
or downtime
.
The time that will show as the time that the first status update was published at (formatted in ISO-8601). Default: current time
The time when the report comes into effect (formatted in ISO-8601). Default: current time
The time when the report ends (formatted in ISO-8601). Only required when report_type
is set to maintenance
.