Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
c4ef9a29
Commit
c4ef9a29
authored
7 years ago
by
Alex Dadgar
Browse files
Options
Download
Email Patches
Plain Diff
doc improvements
parent
d47129f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
website/source/api/client.html.md
+9
-7
website/source/api/client.html.md
with
9 additions
and
7 deletions
+9
-7
website/source/api/client.html.md
+
9
-
7
View file @
c4ef9a29
...
...
@@ -11,13 +11,15 @@ description: |-
The
`/client`
endpoints are used to interact with the Nomad clients.
Since Nomad 0.8.0, both a client and server can handle client endpoints. For
high volume access to the client endpoints, particularly endpoints streaming
file contents, direct access to the node should be preferred as it avoids adding
additional load to the servers.
Since Nomad 0.8.0, both a client and server can handle client endpoints. This is
particularly useful for when a direct connection to a client is not possible due
to the network configuration. For high volume access to the client endpoints,
particularly endpoints streaming file contents, direct access to the node should
be preferred as it avoids adding additional load to the servers.
When accessing the endpoints via the server, if the desired node is ambiguous
based on the URL, additional query parameters must be provided to disambiguate.
based on the URL, an additional
`?node_id`
query parameter must be provided to
disambiguate.
## Read Stats
...
...
@@ -40,7 +42,7 @@ The table below shows this endpoint's support for
### Parameters
-
`node_id`
`(string: <optional>)`
- Specifies the node to query. This is
required when the endpoint is being access via a server. This is specified as
required when the endpoint is being access
ed
via a server. This is specified as
part of the URL. Note, this must be the _full_ node ID, not the short
8-character one. This is specified as part of the path.
...
...
@@ -621,7 +623,7 @@ The table below shows this endpoint's support for
### Parameters
-
`node_id`
`(string: <optional>)`
- Specifies the node to target. This is
required when the endpoint is being access via a server. This is specified as
required when the endpoint is being access
ed
via a server. This is specified as
part of the URL. Note, this must be the _full_ node ID, not the short
8-character one. This is specified as part of the path.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help