@@ -24,7 +24,7 @@ async def aliases(self, name=None, params=None, headers=None):
24
24
"""
25
25
Shows information about currently configured aliases to indices including
26
26
filter and routing infos.
27
- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-alias.html>`_
27
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.9 /cat-alias.html>`_
28
28
29
29
:arg name: A comma-separated list of alias names to return
30
30
:arg expand_wildcards: Whether to expand wildcard expression to
@@ -49,7 +49,7 @@ async def allocation(self, node_id=None, params=None, headers=None):
49
49
"""
50
50
Provides a snapshot of how many shards are allocated to each data node and how
51
51
much disk space they are using.
52
- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-allocation.html>`_
52
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.9 /cat-allocation.html>`_
53
53
54
54
:arg node_id: A comma-separated list of node IDs or names to
55
55
limit the returned information
@@ -79,7 +79,7 @@ async def count(self, index=None, params=None, headers=None):
79
79
"""
80
80
Provides quick access to the document count of the entire cluster, or
81
81
individual indices.
82
- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-count.html>`_
82
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.9 /cat-count.html>`_
83
83
84
84
:arg index: A comma-separated list of index names to limit the
85
85
returned information
@@ -99,7 +99,7 @@ async def count(self, index=None, params=None, headers=None):
99
99
async def health (self , params = None , headers = None ):
100
100
"""
101
101
Returns a concise representation of the cluster health.
102
- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-health.html>`_
102
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.9 /cat-health.html>`_
103
103
104
104
:arg format: a short version of the Accept header, e.g. json,
105
105
yaml
@@ -120,7 +120,7 @@ async def health(self, params=None, headers=None):
120
120
async def help (self , params = None , headers = None ):
121
121
"""
122
122
Returns help for the Cat APIs.
123
- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat.html>`_
123
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.9 /cat.html>`_
124
124
125
125
:arg help: Return help information
126
126
:arg s: Comma-separated list of column names or column aliases
@@ -149,7 +149,7 @@ async def indices(self, index=None, params=None, headers=None):
149
149
"""
150
150
Returns information about indices: number of primaries and replicas, document
151
151
counts, disk size, ...
152
- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-indices.html>`_
152
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.9 /cat-indices.html>`_
153
153
154
154
:arg index: A comma-separated list of index names to limit the
155
155
returned information
@@ -187,7 +187,7 @@ async def indices(self, index=None, params=None, headers=None):
187
187
async def master (self , params = None , headers = None ):
188
188
"""
189
189
Returns information about the master node.
190
- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-master.html>`_
190
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.9 /cat-master.html>`_
191
191
192
192
:arg format: a short version of the Accept header, e.g. json,
193
193
yaml
@@ -220,7 +220,7 @@ async def master(self, params=None, headers=None):
220
220
async def nodes (self , params = None , headers = None ):
221
221
"""
222
222
Returns basic statistics about performance of cluster nodes.
223
- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-nodes.html>`_
223
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.9 /cat-nodes.html>`_
224
224
225
225
:arg bytes: The unit in which to display byte values Valid
226
226
choices: b, k, kb, m, mb, g, gb, t, tb, p, pb
@@ -250,7 +250,7 @@ async def nodes(self, params=None, headers=None):
250
250
async def recovery (self , index = None , params = None , headers = None ):
251
251
"""
252
252
Returns information about index shard recoveries, both on-going completed.
253
- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-recovery.html>`_
253
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.9 /cat-recovery.html>`_
254
254
255
255
:arg index: Comma-separated list or wildcard expression of index
256
256
names to limit the returned information
@@ -280,7 +280,7 @@ async def recovery(self, index=None, params=None, headers=None):
280
280
async def shards (self , index = None , params = None , headers = None ):
281
281
"""
282
282
Provides a detailed view of shard allocation on nodes.
283
- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-shards.html>`_
283
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.9 /cat-shards.html>`_
284
284
285
285
:arg index: A comma-separated list of index names to limit the
286
286
returned information
@@ -308,7 +308,7 @@ async def shards(self, index=None, params=None, headers=None):
308
308
async def segments (self , index = None , params = None , headers = None ):
309
309
"""
310
310
Provides low-level information about the segments in the shards of an index.
311
- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-segments.html>`_
311
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.9 /cat-segments.html>`_
312
312
313
313
:arg index: A comma-separated list of index names to limit the
314
314
returned information
@@ -330,7 +330,7 @@ async def segments(self, index=None, params=None, headers=None):
330
330
async def pending_tasks (self , params = None , headers = None ):
331
331
"""
332
332
Returns a concise representation of the cluster pending tasks.
333
- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-pending-tasks.html>`_
333
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.9 /cat-pending-tasks.html>`_
334
334
335
335
:arg format: a short version of the Accept header, e.g. json,
336
336
yaml
@@ -355,7 +355,7 @@ async def thread_pool(self, thread_pool_patterns=None, params=None, headers=None
355
355
"""
356
356
Returns cluster-wide thread pool statistics per node. By default the active,
357
357
queue and rejected statistics are returned for all thread pools.
358
- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-thread-pool.html>`_
358
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.9 /cat-thread-pool.html>`_
359
359
360
360
:arg thread_pool_patterns: A comma-separated list of regular-
361
361
expressions to filter the thread pools in the output
@@ -385,7 +385,7 @@ async def fielddata(self, fields=None, params=None, headers=None):
385
385
"""
386
386
Shows how much heap memory is currently being used by fielddata on every data
387
387
node in the cluster.
388
- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-fielddata.html>`_
388
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.9 /cat-fielddata.html>`_
389
389
390
390
:arg fields: A comma-separated list of fields to return in the
391
391
output
@@ -410,7 +410,7 @@ async def fielddata(self, fields=None, params=None, headers=None):
410
410
async def plugins (self , params = None , headers = None ):
411
411
"""
412
412
Returns information about installed plugins across nodes node.
413
- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-plugins.html>`_
413
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.9 /cat-plugins.html>`_
414
414
415
415
:arg format: a short version of the Accept header, e.g. json,
416
416
yaml
@@ -432,7 +432,7 @@ async def plugins(self, params=None, headers=None):
432
432
async def nodeattrs (self , params = None , headers = None ):
433
433
"""
434
434
Returns information about custom node attributes.
435
- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-nodeattrs.html>`_
435
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.9 /cat-nodeattrs.html>`_
436
436
437
437
:arg format: a short version of the Accept header, e.g. json,
438
438
yaml
@@ -454,7 +454,7 @@ async def nodeattrs(self, params=None, headers=None):
454
454
async def repositories (self , params = None , headers = None ):
455
455
"""
456
456
Returns information about snapshot repositories registered in the cluster.
457
- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-repositories.html>`_
457
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.9 /cat-repositories.html>`_
458
458
459
459
:arg format: a short version of the Accept header, e.g. json,
460
460
yaml
@@ -478,7 +478,7 @@ async def repositories(self, params=None, headers=None):
478
478
async def snapshots (self , repository = None , params = None , headers = None ):
479
479
"""
480
480
Returns all snapshots in a specific repository.
481
- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-snapshots.html>`_
481
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.9 /cat-snapshots.html>`_
482
482
483
483
:arg repository: Name of repository from which to fetch the
484
484
snapshot information
@@ -519,7 +519,7 @@ async def tasks(self, params=None, headers=None):
519
519
"""
520
520
Returns information about the tasks currently executing on one or more nodes in
521
521
the cluster.
522
- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /tasks.html>`_
522
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.9 /tasks.html>`_
523
523
524
524
:arg actions: A comma-separated list of actions that should be
525
525
returned. Leave empty to return all.
@@ -548,7 +548,7 @@ async def tasks(self, params=None, headers=None):
548
548
async def templates (self , name = None , params = None , headers = None ):
549
549
"""
550
550
Returns information about existing templates.
551
- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-templates.html>`_
551
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.9 /cat-templates.html>`_
552
552
553
553
:arg name: A pattern that returned template names must match
554
554
:arg format: a short version of the Accept header, e.g. json,
@@ -571,7 +571,7 @@ async def templates(self, name=None, params=None, headers=None):
571
571
async def ml_data_frame_analytics (self , id = None , params = None , headers = None ):
572
572
"""
573
573
Gets configuration and usage information about data frame analytics jobs.
574
- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-dfanalytics.html>`_
574
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.9 /cat-dfanalytics.html>`_
575
575
576
576
:arg id: The ID of the data frame analytics to fetch
577
577
:arg allow_no_match: Whether to ignore if a wildcard expression
@@ -600,7 +600,7 @@ async def ml_data_frame_analytics(self, id=None, params=None, headers=None):
600
600
async def ml_datafeeds (self , datafeed_id = None , params = None , headers = None ):
601
601
"""
602
602
Gets configuration and usage information about datafeeds.
603
- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-datafeeds.html>`_
603
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.9 /cat-datafeeds.html>`_
604
604
605
605
:arg datafeed_id: The ID of the datafeeds stats to fetch
606
606
:arg allow_no_datafeeds: Whether to ignore if a wildcard
@@ -627,7 +627,7 @@ async def ml_datafeeds(self, datafeed_id=None, params=None, headers=None):
627
627
async def ml_jobs (self , job_id = None , params = None , headers = None ):
628
628
"""
629
629
Gets configuration and usage information about anomaly detection jobs.
630
- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-anomaly-detectors.html>`_
630
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.9 /cat-anomaly-detectors.html>`_
631
631
632
632
:arg job_id: The ID of the jobs stats to fetch
633
633
:arg allow_no_jobs: Whether to ignore if a wildcard expression
@@ -667,7 +667,7 @@ async def ml_jobs(self, job_id=None, params=None, headers=None):
667
667
async def ml_trained_models (self , model_id = None , params = None , headers = None ):
668
668
"""
669
669
Gets configuration and usage information about inference trained models.
670
- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-trained-model.html>`_
670
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.9 /cat-trained-model.html>`_
671
671
672
672
:arg model_id: The ID of the trained models stats to fetch
673
673
:arg allow_no_match: Whether to ignore if a wildcard expression
@@ -705,7 +705,7 @@ async def ml_trained_models(self, model_id=None, params=None, headers=None):
705
705
async def transforms (self , transform_id = None , params = None , headers = None ):
706
706
"""
707
707
Gets configuration and usage information about transforms.
708
- `<https://www.elastic.co/guide/en/elasticsearch/reference/7.x /cat-transforms.html>`_
708
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/7.9 /cat-transforms.html>`_
709
709
710
710
:arg transform_id: The id of the transform for which to get
711
711
stats. '_all' or '*' implies all transforms
0 commit comments