List Maintenance Occurrences
Returns a list of maintenance occurrences.
Parameters
Parameter | Description |
---|---|
From | Effective from (unix timestamp). (List occurrences which are effective from the specified unix timestamp. If not specified, current timestamp is used.). |
Maintenance ID | Maintenance window identifier. (List only occurrences of a specific maintenance window.). |
To | Effective 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
Preview this Workflow on desktop