Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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
Workflow LibraryPreview this Workflow on desktop