Skip to content

Commit 8b0ecc2

Browse files
committed
Update APIs to 7.15-SNAPSHOT
1 parent 4c0b72b commit 8b0ecc2

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

elasticsearch/_async/client/nodes.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ async def info(self, node_id=None, metric=None, params=None, headers=None):
5555
the node you're connecting to, leave empty to get information from all
5656
nodes
5757
:arg metric: A comma-separated list of metrics you wish
58-
returned. Leave empty to return all. Valid choices: settings, os,
59-
process, jvm, thread_pool, transport, http, plugins, ingest
58+
returned. Use `_all` to retrieve all metrics and `_none` to retrieve the
59+
node identity without any additional metrics. Valid choices: settings,
60+
os, process, jvm, thread_pool, transport, http, plugins, ingest,
61+
indices, aggregations, _all, _none
6062
:arg flat_settings: Return settings in flat format (default:
6163
false)
6264
:arg timeout: Explicit operation timeout

elasticsearch/client/nodes.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ def info(self, node_id=None, metric=None, params=None, headers=None):
5555
the node you're connecting to, leave empty to get information from all
5656
nodes
5757
:arg metric: A comma-separated list of metrics you wish
58-
returned. Leave empty to return all. Valid choices: settings, os,
59-
process, jvm, thread_pool, transport, http, plugins, ingest
58+
returned. Use `_all` to retrieve all metrics and `_none` to retrieve the
59+
node identity without any additional metrics. Valid choices: settings,
60+
os, process, jvm, thread_pool, transport, http, plugins, ingest,
61+
indices, aggregations, _all, _none
6062
:arg flat_settings: Return settings in flat format (default:
6163
false)
6264
:arg timeout: Explicit operation timeout

0 commit comments

Comments
 (0)