@@ -140,6 +140,7 @@ def nodes(self, params=None):
140
140
The nodes command shows the cluster topology.
141
141
`<http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodes.html>`_
142
142
143
+ :arg bytes: The unit in which to display byte values
143
144
:arg h: Comma-separated list of column names to display
144
145
:arg help: Return help information, default False
145
146
:arg local: Return local information, do not retrieve the state from
@@ -182,6 +183,7 @@ def shards(self, index=None, params=None):
182
183
183
184
:arg index: A comma-separated list of index names to limit the returned
184
185
information
186
+ :arg bytes: The unit in which to display byte values
185
187
:arg h: Comma-separated list of column names to display
186
188
:arg help: Return help information, default False
187
189
:arg local: Return local information, do not retrieve the state from
@@ -202,6 +204,7 @@ def segments(self, index=None, params=None):
202
204
203
205
:arg index: A comma-separated list of index names to limit the returned
204
206
information
207
+ :arg bytes: The unit in which to display byte values
205
208
:arg h: Comma-separated list of column names to display
206
209
:arg help: Return help information, default False
207
210
:arg local: Return local information, do not retrieve the state from
0 commit comments