Maintenance

Returns the maintenance window specified by its id.

get/maintenance/{id}

Path parameters

idinteger required

id of maintenance window

Response

Successful HTTP Response

Example response

{
  "maintenance": {
    "id": 456,
    "description": "Particular maintenance window",
    "from": 1497520800,
    "to": 1497574800,
    "recurrencetype": "none",
    "effectiveto": 1497574800,
    "checks": {
      "uptime": [
        506206,
        506233,
        222
      ],
      "tms": [
        123,
        111
      ]
    }
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.