HTTP Endpoints

Below is a list of HTTP endpoints available for a given Mesos process.

Depending on your configuration, some subset of these endpoints will be available on your Mesos master or agent. Additionally, a /help endpoint will be available that displays help similar to what you see below.

NOTE: The documentation for these endpoints is auto-generated from strings stored in the Mesos source code. See support/generate-endpoint-help.py.

Master Endpoints

Below is a set of endpoints available on a Mesos master. These endpoints are reachable at the address http://ip:port/endpoint.

For example, http://master.com:5050/files/browse

files

logging

master

metrics

profiler

registrar(id)

system

version

Agent Endpoints

Below is a set of endpoints available on a Mesos agent. These endpoints are reachable at the address http://ip:port/endpoint.

For example, http://agent.com:5051/files/browse

files

logging

metrics

profiler

slave(id)

system

version