@@ -67,7 +67,7 @@ async def aliases(
67
67
Shows information about currently configured aliases to indices including filter
68
68
and routing infos.
69
69
70
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-alias.html>`_
70
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.8 /cat-alias.html>`_
71
71
72
72
:param name: A comma-separated list of alias names to return
73
73
:param expand_wildcards: Whether to expand wildcard expression to concrete indices
@@ -151,7 +151,7 @@ async def allocation(
151
151
Provides a snapshot of how many shards are allocated to each data node and how
152
152
much disk space they are using.
153
153
154
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-allocation.html>`_
154
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.8 /cat-allocation.html>`_
155
155
156
156
:param node_id: A comma-separated list of node IDs or names to limit the returned
157
157
information
@@ -229,7 +229,7 @@ async def component_templates(
229
229
"""
230
230
Returns information about existing component_templates templates.
231
231
232
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-component-templates.html>`_
232
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.8 /cat-component-templates.html>`_
233
233
234
234
:param name: A pattern that returned component template names must match
235
235
:param format: Specifies the format to return the columnar data in, can be set
@@ -304,7 +304,7 @@ async def count(
304
304
Provides quick access to the document count of the entire cluster, or individual
305
305
indices.
306
306
307
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-count.html>`_
307
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.8 /cat-count.html>`_
308
308
309
309
:param index: A comma-separated list of index names to limit the returned information
310
310
:param format: Specifies the format to return the columnar data in, can be set
@@ -384,7 +384,7 @@ async def fielddata(
384
384
Shows how much heap memory is currently being used by fielddata on every data
385
385
node in the cluster.
386
386
387
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-fielddata.html>`_
387
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.8 /cat-fielddata.html>`_
388
388
389
389
:param fields: A comma-separated list of fields to return the fielddata size
390
390
:param bytes: The unit in which to display byte values
@@ -461,7 +461,7 @@ async def health(
461
461
"""
462
462
Returns a concise representation of the cluster health.
463
463
464
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-health.html>`_
464
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.8 /cat-health.html>`_
465
465
466
466
:param format: Specifies the format to return the columnar data in, can be set
467
467
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -533,7 +533,7 @@ async def help(
533
533
"""
534
534
Returns help for the Cat APIs.
535
535
536
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat.html>`_
536
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.8 /cat.html>`_
537
537
538
538
:param format: Specifies the format to return the columnar data in, can be set
539
539
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -631,7 +631,7 @@ async def indices(
631
631
Returns information about indices: number of primaries and replicas, document
632
632
counts, disk size, ...
633
633
634
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-indices.html>`_
634
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.8 /cat-indices.html>`_
635
635
636
636
:param index: A comma-separated list of index names to limit the returned information
637
637
:param bytes: The unit in which to display byte values
@@ -725,7 +725,7 @@ async def master(
725
725
"""
726
726
Returns information about the master node.
727
727
728
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-master.html>`_
728
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.8 /cat-master.html>`_
729
729
730
730
:param format: Specifies the format to return the columnar data in, can be set
731
731
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -844,7 +844,7 @@ async def ml_data_frame_analytics(
844
844
"""
845
845
Gets configuration and usage information about data frame analytics jobs.
846
846
847
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-dfanalytics.html>`_
847
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.8 /cat-dfanalytics.html>`_
848
848
849
849
:param id: The ID of the data frame analytics to fetch
850
850
:param allow_no_match: Whether to ignore if a wildcard expression matches no
@@ -975,7 +975,7 @@ async def ml_datafeeds(
975
975
"""
976
976
Gets configuration and usage information about datafeeds.
977
977
978
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-datafeeds.html>`_
978
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.8 /cat-datafeeds.html>`_
979
979
980
980
:param datafeed_id: A numerical character string that uniquely identifies the
981
981
datafeed.
@@ -1112,7 +1112,7 @@ async def ml_jobs(
1112
1112
"""
1113
1113
Gets configuration and usage information about anomaly detection jobs.
1114
1114
1115
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-anomaly-detectors.html>`_
1115
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.8 /cat-anomaly-detectors.html>`_
1116
1116
1117
1117
:param job_id: Identifier for the anomaly detection job.
1118
1118
:param allow_no_match: Specifies what to do when the request: * Contains wildcard
@@ -1252,7 +1252,7 @@ async def ml_trained_models(
1252
1252
"""
1253
1253
Gets configuration and usage information about inference trained models.
1254
1254
1255
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-trained-model.html>`_
1255
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.8 /cat-trained-model.html>`_
1256
1256
1257
1257
:param model_id: The ID of the trained models stats to fetch
1258
1258
:param allow_no_match: Whether to ignore if a wildcard expression matches no
@@ -1337,7 +1337,7 @@ async def nodeattrs(
1337
1337
"""
1338
1338
Returns information about custom node attributes.
1339
1339
1340
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-nodeattrs.html>`_
1340
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.8 /cat-nodeattrs.html>`_
1341
1341
1342
1342
:param format: Specifies the format to return the columnar data in, can be set
1343
1343
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1410,7 +1410,7 @@ async def nodes(
1410
1410
"""
1411
1411
Returns basic statistics about performance of cluster nodes.
1412
1412
1413
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-nodes.html>`_
1413
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.8 /cat-nodes.html>`_
1414
1414
1415
1415
:param bytes: The unit in which to display byte values
1416
1416
:param format: Specifies the format to return the columnar data in, can be set
@@ -1486,7 +1486,7 @@ async def pending_tasks(
1486
1486
"""
1487
1487
Returns a concise representation of the cluster pending tasks.
1488
1488
1489
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-pending-tasks.html>`_
1489
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.8 /cat-pending-tasks.html>`_
1490
1490
1491
1491
:param format: Specifies the format to return the columnar data in, can be set
1492
1492
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1555,7 +1555,7 @@ async def plugins(
1555
1555
"""
1556
1556
Returns information about installed plugins across nodes node.
1557
1557
1558
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-plugins.html>`_
1558
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.8 /cat-plugins.html>`_
1559
1559
1560
1560
:param format: Specifies the format to return the columnar data in, can be set
1561
1561
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1630,7 +1630,7 @@ async def recovery(
1630
1630
"""
1631
1631
Returns information about index shard recoveries, both on-going completed.
1632
1632
1633
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-recovery.html>`_
1633
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.8 /cat-recovery.html>`_
1634
1634
1635
1635
:param index: Comma-separated list or wildcard expression of index names to limit
1636
1636
the returned information
@@ -1714,7 +1714,7 @@ async def repositories(
1714
1714
"""
1715
1715
Returns information about snapshot repositories registered in the cluster.
1716
1716
1717
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-repositories.html>`_
1717
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.8 /cat-repositories.html>`_
1718
1718
1719
1719
:param format: Specifies the format to return the columnar data in, can be set
1720
1720
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1787,7 +1787,7 @@ async def segments(
1787
1787
"""
1788
1788
Provides low-level information about the segments in the shards of an index.
1789
1789
1790
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-segments.html>`_
1790
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.8 /cat-segments.html>`_
1791
1791
1792
1792
:param index: A comma-separated list of index names to limit the returned information
1793
1793
:param bytes: The unit in which to display byte values
@@ -1867,7 +1867,7 @@ async def shards(
1867
1867
"""
1868
1868
Provides a detailed view of shard allocation on nodes.
1869
1869
1870
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-shards.html>`_
1870
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.8 /cat-shards.html>`_
1871
1871
1872
1872
:param index: A comma-separated list of index names to limit the returned information
1873
1873
:param bytes: The unit in which to display byte values
@@ -1947,7 +1947,7 @@ async def snapshots(
1947
1947
"""
1948
1948
Returns all snapshots in a specific repository.
1949
1949
1950
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-snapshots.html>`_
1950
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.8 /cat-snapshots.html>`_
1951
1951
1952
1952
:param repository: Name of repository from which to fetch the snapshot information
1953
1953
:param format: Specifies the format to return the columnar data in, can be set
@@ -2028,7 +2028,7 @@ async def tasks(
2028
2028
Returns information about the tasks currently executing on one or more nodes
2029
2029
in the cluster.
2030
2030
2031
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /tasks.html>`_
2031
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.8 /tasks.html>`_
2032
2032
2033
2033
:param actions: A comma-separated list of actions that should be returned. Leave
2034
2034
empty to return all.
@@ -2111,7 +2111,7 @@ async def templates(
2111
2111
"""
2112
2112
Returns information about existing templates.
2113
2113
2114
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-templates.html>`_
2114
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.8 /cat-templates.html>`_
2115
2115
2116
2116
:param name: A pattern that returned template names must match
2117
2117
:param format: Specifies the format to return the columnar data in, can be set
@@ -2191,7 +2191,7 @@ async def thread_pool(
2191
2191
Returns cluster-wide thread pool statistics per node. By default the active,
2192
2192
queue and rejected statistics are returned for all thread pools.
2193
2193
2194
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-thread-pool.html>`_
2194
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.8 /cat-thread-pool.html>`_
2195
2195
2196
2196
:param thread_pool_patterns: List of thread pool names used to limit the request.
2197
2197
Accepts wildcard expressions.
@@ -2321,7 +2321,7 @@ async def transforms(
2321
2321
"""
2322
2322
Gets configuration and usage information about transforms.
2323
2323
2324
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-transforms.html>`_
2324
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.8 /cat-transforms.html>`_
2325
2325
2326
2326
:param transform_id: The id of the transform for which to get stats. '_all' or
2327
2327
'*' implies all transforms
0 commit comments