v1

latestOpenAPI 3.0.02026-08-0650184174.6 KB
Maintenance occurrences

Returns a list of maintenance occurrences.

Returns a list of maintenance occurrences.

get/maintenance.occurrences

Query parameters

maintenanceidinteger

Maintenance window identifier. (List only occurrences of a specific maintenance window.)

frominteger

Effective from (unix timestamp). (List occurrences which are effective from the specified unix timestamp. If not specified, current timestamp is used.)

tointeger

Effective to (unix timestamp). (List occurrences which are effective to the specified unix timestamp.)

Response

Successful HTTP Response

Example response

{
  "occurrences": [
    {
      "id": 455,
      "maintenanceid": 44,
      "from": 1501628400,
      "to": 1501632900
    }
  ]
}