Returns the maintenance window specified by its id.

Parameters

ParameterDescription
IDid of maintenance window.

Example Output

{
	"maintenance": {
		"checks": {
			"tms": [
				123,
				111
			],
			"uptime": [
				506206,
				506233,
				222
			]
		},
		"description": "Particular maintenance window",
		"effectiveto": 1497574800,
		"from": 1497520800,
		"id": 456,
		"recurrencetype": "none",
		"repeatevery": 0,
		"to": 1497574800
	}
}

Workflow Library Example

Get Maintenace Window with Pingdom and Send Results Via Email

Preview this Workflow on desktop

Returns the maintenance window specified by its id.

Parameters

ParameterDescription
IDid of maintenance window.

Example Output

{
	"maintenance": {
		"checks": {
			"tms": [
				123,
				111
			],
			"uptime": [
				506206,
				506233,
				222
			]
		},
		"description": "Particular maintenance window",
		"effectiveto": 1497574800,
		"from": 1497520800,
		"id": 456,
		"recurrencetype": "none",
		"repeatevery": 0,
		"to": 1497574800
	}
}

Workflow Library Example

Get Maintenace Window with Pingdom and Send Results Via Email

Preview this Workflow on desktop