If you're new to Mesos
See the getting started page for more information about downloading, building, and deploying Mesos.
If you'd like to get involved or you're looking for support
See our community page for more details.
USAGE
/api/v1/scheduler /master/api/v1/scheduler
TL;DR;
Endpoint for schedulers to make calls against the master.
DESCRIPTION
Returns 202 Accepted iff the request is accepted.
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.
AUTHENTICATION
This endpoint requires authentication iff HTTP authentication is enabled.
AUTHORIZATION
The returned frameworks information might be filtered based on the users authorization. See the authorization documentation for details.