Create Maintenance Window
Create new maintenance window.
Parameters
Parameter | Description |
---|---|
Description | Description. |
Effective To | Recurrence end. Format UNIX time. Default: equal to to . (Only future allowed. Use 1 for the current timestamp.). |
From | Initial maintenance window start. Format UNIX time. (Only future allowed. Use 1 for the current timestamp.). |
Recurrence Type | Type of recurrence. |
Repeat Every | Repeat every n-th day/week/month. |
To | Initial maintenance window end. Format UNIX time. (Only future allowed. Use 1 for the current timestamp.). |
Transaction Maintenance Separated IDs | Identifiers of transaction checks to assign to the maintenance window - Comma separated Integers. |
Uptime IDs | Identifiers of uptime checks to assign to the maintenance window - Comma separated Integers. |
Example Output
{
"maintenance": {
"id": 777
}
}
Workflow Library Example
Create Maintenance Window with Pingdom and Send Results Via Email
Preview this Workflow on desktop