Parameters
Example Output
Workflow Library Example
List Maintenace Windows with Pingdom and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Limit | Count of items to list. |
| Offset | Offset of the list. |
| Order By | Order by the specific property of the maintenance window. |
{
"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
}
]
}
Was this page helpful?