v11

latestSwagger 2.0raw.githubusercontent.com2026-05-29223242.1 KB
information

Service maintenance check

Checks the service configuration for a planned maintenance period.

get/maintenance

Response

OK - maintenance check successful

status'UP' | 'DOWN' | 'OUT_OF_SERVICE' required
messagestring required
maintenance_start_timestring date-time
maintenance_end_timestring date-time

Example response

{
  "status": "UP",
  "message": "No planned maintenance is configured",
  "maintenance_start_time": "2023-11-13T05:10:00Z",
  "maintenance_end_time": "2023-11-13T05:50:00Z"
}