open-nomad/website/source/api
Tim Gross 443ce3a831
api: add follow param to file stream endpoint (#6049)
The `/v1/client/fs/stream endpoint` supports tailing a file by writing
chunks out as they come in. But not all browsers support streams
(ex IE11) so we need to be able to tail a file without streaming.

The fs stream and logs endpoint use the same implementation for
filesystem streaming under the hood, but the fs stream always passes
the `follow` parameter set to true. This adds the same toggle to the
fs stream endpoint that we have for logs. It defaults to true for
backwards compatibility.
2019-08-01 08:32:43 -04:00
..
acl-policies.html.md
acl-tokens.html.md
agent.html.md
allocations.html.md
client.html.md api: add follow param to file stream endpoint (#6049) 2019-08-01 08:32:43 -04:00
deployments.html.md
evaluations.html.md
index.html.md
jobs.html.md make purge parameter lowercase (#5895) 2019-06-27 14:07:25 -04:00
json-jobs.html.md Fix typo in Spreads key in JSON Job Specification 2019-07-30 11:25:29 +02:00
libraries-and-sdks.html.md
metrics.html.md
namespaces.html.md Fix documentation namespace API property (#6051) 2019-07-31 16:05:48 -05:00
nodes.html.md
operator.html.md fixing typos in operator endpoint api docs (#5854) 2019-06-19 10:35:47 -04:00
quotas.html.md
regions.html.md
search.html.md
sentinel-policies.html.md
status.html.md
system.html.md
ui.html.md
validate.html.md