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/read
TL;DR;
Reads data from a file.
DESCRIPTION
This endpoint reads data from a file at a given offset and for a given length. Query parameters:
path=VALUE The path of directory to browse. offset=VALUE Value added to base address to obtain a second address length=VALUE Length of file to read.
AUTHENTICATION
This endpoint requires authentication iff HTTP authentication is enabled.
AUTHORIZATION
Reading 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.