Create new maintenance window.

Parameters

ParameterDescription
DescriptionDescription.
Effective ToRecurrence end. Format UNIX time. Default: equal to to. (Only future allowed. Use 1 for the current timestamp.).
FromInitial maintenance window start. Format UNIX time. (Only future allowed. Use 1 for the current timestamp.).
Recurrence TypeType of recurrence.
Repeat EveryRepeat every n-th day/week/month.
ToInitial maintenance window end. Format UNIX time. (Only future allowed. Use 1 for the current timestamp.).
Transaction Maintenance Separated IDsIdentifiers of transaction checks to assign to the maintenance window - Comma separated Integers.
Uptime IDsIdentifiers 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

Create new maintenance window.

Parameters

ParameterDescription
DescriptionDescription.
Effective ToRecurrence end. Format UNIX time. Default: equal to to. (Only future allowed. Use 1 for the current timestamp.).
FromInitial maintenance window start. Format UNIX time. (Only future allowed. Use 1 for the current timestamp.).
Recurrence TypeType of recurrence.
Repeat EveryRepeat every n-th day/week/month.
ToInitial maintenance window end. Format UNIX time. (Only future allowed. Use 1 for the current timestamp.).
Transaction Maintenance Separated IDsIdentifiers of transaction checks to assign to the maintenance window - Comma separated Integers.
Uptime IDsIdentifiers 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