Maintenance Windows
A maintenance window is used to ignore incoming requests from integrations during a specified time frame.
A maintenance window can be attached to one or more integrations.
The Maintenance Window Object
Property
Type
Description
name
string
The name of the maintenance window.
start_datetime
datetime
The start datetime of this maintenance window.
end_datetime
datetime
The end datetime of this maintenance window.
time_zone
string
integration_ids
string[]
Create a Maintenance Window
Allowed Parameters
Required Parameters
name
start_datetime
end_datetime
time_zone
at least 1 integration_id
Retrieve a Maintenance Window
Update a Maintenance Window
Delete a Maintenance Window
List all Maintenance Windows
Last updated