Post an update on a Status Page maintenance window.
This is the endpoint to use when completing a maintenance window - set maintenance_status to “maintenance_complete” to end the maintenance. There is a limit of 100 updates per maintenance window.
This endpoint requires an API key with the “Create status page incidents, maintenance windows and publish updates” scope.
Markdown update on what's changed about this status page maintenance window
4096"Scheduled maintenance is underway for our database infrastructure. Some services may experience brief interruptions during this window."
Whether to notify subscribers about this status page maintenance update. This will not work if your status page has more than 1000 subscribers.
true
ID of the status page maintenance window
"01FCNDV6P870EA6S7TK1DSYDG1"
An array of mappings from component ID to component status. This must not be set if the status page maintenance window status is being set to "maintenance_complete", as all components statuses will update to "operational".
[
{
"component_id": "01FCNDV6P870EA6S7TK1DSYDG2",
"component_status": "operational"
}
]Optional new status for this status page maintenance window. If not provided, the status will remain unchanged. Setting to "maintenance_complete" will end the maintenance window and all component statuses will update to "operational".
maintenance_scheduled, maintenance_in_progress, maintenance_complete "maintenance_scheduled"
Created response.
{
"component_statuses": [
{
"component_id": "01FCNDV6P870EA6S7TK1DSYDG2",
"component_status": "operational"
}
],
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"maintenance_status": "maintenance_scheduled",
"message": "abc123",
"published_at": "2021-08-17T13:28:57.801578Z",
"status_page_maintenance_id": "01FCNDV6P870EA6S7TK1DSYDG1"
}