Parameters

ParameterDescription
LimitCount of items to list.
OffsetOffset of the list.
Order ByOrder 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