diff --git a/website/source/docs/http/client-fs.html.md b/website/source/docs/http/client-fs.html.md index c1b9d130e..582e95d6f 100644 --- a/website/source/docs/http/client-fs.html.md +++ b/website/source/docs/http/client-fs.html.md @@ -133,6 +133,95 @@ allocation was placed. + + +
+
Description
+
+ Stream a tasks stdout/stderr logs. +
+ +
Method
+
GET
+ +
URL
+
`/v1/client/fs/logs/`
+ +
Parameters
+
+ +
+ +
Returns
+
+ + ``` +... + { + "File":"alloc/logs/redis.stdout.0", + "Offset":3604480 + "Data": "NTMxOTMyCjUzMTkzMwo1MzE5MzQKNTMx..." + } + { + "File":"alloc/logs/redis.stdout.0", + "FileEvent": "file deleted" + } + ``` + +
+ + +
Field Reference
+
+ The return value is a stream of frames. These frames contain the following + fields: + + +
+
+
Description