title: Apache Mesos - HTTP Endpoints - /api/v1 layout: documentation

USAGE

   /api/v1
   /master/api/v1

TL;DR;

Endpoint for API calls against the master.

DESCRIPTION

Returns 200 OK when the request was processed sucessfully. 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.