Repository: mesos Updated Branches: refs/heads/master d1c549e8c -> d61db9157
Cleaned up operator HTTP API docs slightly. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d61db915 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/d61db915 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/d61db915 Branch: refs/heads/master Commit: d61db9157798628fb6c0b5367a5c42287a290bc2 Parents: d1c549e Author: Neil Conway <[email protected]> Authored: Sun Apr 16 12:57:30 2017 -0700 Committer: Neil Conway <[email protected]> Committed: Sun Apr 16 12:57:30 2017 -0700 ---------------------------------------------------------------------- docs/operator-http-api.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/d61db915/docs/operator-http-api.md ---------------------------------------------------------------------- diff --git a/docs/operator-http-api.md b/docs/operator-http-api.md index 8a2a0ae..c096a04 100644 --- a/docs/operator-http-api.md +++ b/docs/operator-http-api.md @@ -282,7 +282,7 @@ Content-Type: application/json ### GET_METRICS This call gives the snapshot of current metrics to the end user. If `timeout` is -set in the call, it would be used to determine the maximum amount of time the +set in the call, it will be used to determine the maximum amount of time the API will take to respond. If the timeout is exceeded, some metrics may not be included in the response. @@ -887,8 +887,8 @@ Content-Type: application/json ### READ_FILE -Reads data from a file. This call takes path of the file to be read in the -master, offset to start reading position and length for the maximum number of +Reads data from a file on the master. This call takes the path of the +file to be read, the offset to start reading, and the maximum number of bytes to read. ``` @@ -1729,7 +1729,7 @@ HTTP/1.1 202 Accepted ### GET_MASTER -This call retrieves the information on master. +This call retrieves information about the master. ``` GET_MASTER HTTP Request (JSON):
