v1
latestOpenAPI 3.0.02026-08-0650184174.6 KBMaintenance
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
]
}
}
}