Maintenance Window
A MaintenanceWindow is a resource snoozing Alerts during maintenance time.
MaintenanceWindow
Method
Request
Response
create
Type
Message
{
"title": "The dev server is under regular maintenance.",
"projects": [
"project-123456789012"
],
"start_time": "2022-01-01T09:45:00.000Z",
"end_time": "2022-01-01T10:45:00.000Z",
"domain_id": "domain-123456789012"
}{
"maintenance_window_id": "mw-123456789012",
"title": "The dev server is under regular maintenance.",
"state": "OPEN",
"start_time": "2022-01-01T09:45:00.000Z",
"end_time": "2022-01-01T10:45:00.000Z",
"tags": {},
"projects": [
"project-123456789012"
],
"domain_id": "domain-123456789012",
"created_by": "user1@email.com",
"created_at": "2022-06-02T09:46:49.196Z",
"updated_at": "2022-06-02T09:46:49.196Z"
}update
Type
Message
close
Type
Message
get
Type
Message
list
Type
Message
stat
Type
Message
Message
CreateMaintenanceWindowRequest
Field
Type
Required
Description
GetMaintenanceWindowRequest
Field
Type
Required
Description
MaintenanceWindowInfo
Field
Type
Description
MaintenanceWindowQuery
Field
Type
Required
Description
MaintenanceWindowRequest
Field
Type
Required
Description
MaintenanceWindowStatQuery
Field
Type
Required
Description
MaintenanceWindowsInfo
Field
Type
Description
UpdateMaintenanceWindowRequest
Field
Type
Required
Description
Last updated