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
/files/download.json
TL;DR;
Returns the raw file contents for a given path.
DESCRIPTION
This endpoint will return the raw file contents for the given path.
Query parameters:
path=VALUE The path of directory to browse.
AUTHENTICATION
This endpoint requires authentication iff HTTP authentication is enabled.
AUTHORIZATION
Downloading files requires that the request principal is authorized to do so for the target virtual file path.
Authorizers may categorize different virtual paths into different ACLs, e.g. logs in one and task sandboxes in another.
See authorization documentation for details.