List Maintenace Windows
Returns a list of user's maintenance windows.
Parameters
Parameter | Description |
---|---|
Limit | Count of items to list. |
Offset | Offset of the list. |
Order By | Order by the specific property of the maintenance window. |
Example Output
{
"maintenance": [
{
"checks": {
"tms": [
123,
111
],
"uptime": [
506206,
506233,
222
]
},
"description": "Maintenance window from DB",
"effectiveto": 1497574800,
"from": 1497520800,
"id": 1,
"recurrencetype": "week",
"repeatevery": 0,
"to": 1497574800
}
]
}
Workflow Library Example
List Maintenace Windows with Pingdom and Send Results Via Email
Preview this Workflow on desktop