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.

Returns a list of maintenance occurrences.

Parameters

ParameterDescription
FromEffective from (unix timestamp). (List occurrences which are effective from the specified unix timestamp. If not specified, current timestamp is used.).
Maintenance IDMaintenance window identifier. (List only occurrences of a specific maintenance window.).
ToEffective to (unix timestamp). (List occurrences which are effective to the specified unix timestamp.).

Example Output

{
	"occurrences": [
		{
			"from": 1501628400,
			"id": 455,
			"maintenanceid": 44,
			"to": 1501632900
		}
	]
}

Workflow Library Example

List Maintenance Occurrences with Pingdom and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop