Skip to content

Commit

Permalink
Update APIs to 7.15-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Nov 3, 2021
1 parent 4c0b72b commit 8b0ecc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions elasticsearch/_async/client/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ async def info(self, node_id=None, metric=None, params=None, headers=None):
the node you're connecting to, leave empty to get information from all
nodes
:arg metric: A comma-separated list of metrics you wish
returned. Leave empty to return all. Valid choices: settings, os,
process, jvm, thread_pool, transport, http, plugins, ingest
returned. Use `_all` to retrieve all metrics and `_none` to retrieve the
node identity without any additional metrics. Valid choices: settings,
os, process, jvm, thread_pool, transport, http, plugins, ingest,
indices, aggregations, _all, _none
:arg flat_settings: Return settings in flat format (default:
false)
:arg timeout: Explicit operation timeout
Expand Down
6 changes: 4 additions & 2 deletions elasticsearch/client/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ def info(self, node_id=None, metric=None, params=None, headers=None):
the node you're connecting to, leave empty to get information from all
nodes
:arg metric: A comma-separated list of metrics you wish
returned. Leave empty to return all. Valid choices: settings, os,
process, jvm, thread_pool, transport, http, plugins, ingest
returned. Use `_all` to retrieve all metrics and `_none` to retrieve the
node identity without any additional metrics. Valid choices: settings,
os, process, jvm, thread_pool, transport, http, plugins, ingest,
indices, aggregations, _all, _none
:arg flat_settings: Return settings in flat format (default:
false)
:arg timeout: Explicit operation timeout
Expand Down

0 comments on commit 8b0ecc2

Please sign in to comment.