See the getting started page for more information about downloading, building, and deploying Mesos.
See our community page for more details.
/maintenance/schedule /master/maintenance/schedule
Returns or updates the cluster’s maintenance schedule.
Returns 200 OK when the requested maintenance operation was performed successfully.
Returns 307 TEMPORARY_REDIRECT redirect to the leading master when current master is not the leader.
Returns 503 SERVICE_UNAVAILABLE if the leading master cannot be found.
GET: Returns the current maintenance schedule as JSON.
POST: Validates the request body as JSON and updates the maintenance schedule.
This endpoint requires authentication iff HTTP authentication is enabled.
GET: The response will contain only the maintenance schedule for those machines the current principal is allowed to see. If none an empty response will be returned.
POST: The current principal must be authorized to modify the maintenance schedule of all the machines in the request. If the principal is unauthorized to modify the schedule for at least one machine, the whole request will fail.
© 2012-2022 The Apache Software Foundation. Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.