Actions
List Maintenance Occurrences
Returns a list of maintenance occurrences.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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.). |
{
"occurrences": [
{
"from": 1501628400,
"id": 455,
"maintenanceid": 44,
"to": 1501632900
}
]
}
Was this page helpful?