Maintenance
Create new maintenance window.
post/maintenance
Request body
Example request
{
"description": "New maintenance window.",
"from": 1500471702,
"to": 1500475302,
"recurrencetype": "week",
"effectiveto": 1500475302,
"uptimeids": [
1234567,
3456789
],
"tmsids": [
1234567,
3456789
]
}Response
Successful HTTP Response
Example response
{
"maintenance": {
"id": 777
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.