@@ -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.11 /cat-alias.html>`_
71
71
72
72
:param name: A comma-separated list of aliases to retrieve. Supports wildcards
73
73
(`*`). To retrieve all aliases, omit this parameter or use `*` or `_all`.
@@ -152,7 +152,7 @@ async def allocation(
152
152
Provides a snapshot of how many shards are allocated to each data node and how
153
153
much disk space they are using.
154
154
155
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-allocation.html>`_
155
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /cat-allocation.html>`_
156
156
157
157
:param node_id: Comma-separated list of node identifiers or names used to limit
158
158
the returned information.
@@ -230,7 +230,7 @@ async def component_templates(
230
230
"""
231
231
Returns information about existing component_templates templates.
232
232
233
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-component-templates.html>`_
233
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /cat-component-templates.html>`_
234
234
235
235
:param name: The name of the component template. Accepts wildcard expressions.
236
236
If omitted, all component templates are returned.
@@ -306,7 +306,7 @@ async def count(
306
306
Provides quick access to the document count of the entire cluster, or individual
307
307
indices.
308
308
309
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-count.html>`_
309
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /cat-count.html>`_
310
310
311
311
:param index: Comma-separated list of data streams, indices, and aliases used
312
312
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -388,7 +388,7 @@ async def fielddata(
388
388
Shows how much heap memory is currently being used by fielddata on every data
389
389
node in the cluster.
390
390
391
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-fielddata.html>`_
391
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /cat-fielddata.html>`_
392
392
393
393
:param fields: Comma-separated list of fields used to limit returned information.
394
394
To retrieve all fields, omit this parameter.
@@ -469,7 +469,7 @@ async def health(
469
469
"""
470
470
Returns a concise representation of the cluster health.
471
471
472
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-health.html>`_
472
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /cat-health.html>`_
473
473
474
474
:param format: Specifies the format to return the columnar data in, can be set
475
475
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -544,7 +544,7 @@ async def help(
544
544
"""
545
545
Returns help for the Cat APIs.
546
546
547
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat.html>`_
547
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /cat.html>`_
548
548
549
549
:param format: Specifies the format to return the columnar data in, can be set
550
550
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -642,7 +642,7 @@ async def indices(
642
642
Returns information about indices: number of primaries and replicas, document
643
643
counts, disk size, ...
644
644
645
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-indices.html>`_
645
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /cat-indices.html>`_
646
646
647
647
:param index: Comma-separated list of data streams, indices, and aliases used
648
648
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -737,7 +737,7 @@ async def master(
737
737
"""
738
738
Returns information about the master node.
739
739
740
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-master.html>`_
740
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /cat-master.html>`_
741
741
742
742
:param format: Specifies the format to return the columnar data in, can be set
743
743
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -856,7 +856,7 @@ async def ml_data_frame_analytics(
856
856
"""
857
857
Gets configuration and usage information about data frame analytics jobs.
858
858
859
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-dfanalytics.html>`_
859
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /cat-dfanalytics.html>`_
860
860
861
861
:param id: The ID of the data frame analytics to fetch
862
862
:param allow_no_match: Whether to ignore if a wildcard expression matches no
@@ -987,7 +987,7 @@ async def ml_datafeeds(
987
987
"""
988
988
Gets configuration and usage information about datafeeds.
989
989
990
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-datafeeds.html>`_
990
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /cat-datafeeds.html>`_
991
991
992
992
:param datafeed_id: A numerical character string that uniquely identifies the
993
993
datafeed.
@@ -1124,7 +1124,7 @@ async def ml_jobs(
1124
1124
"""
1125
1125
Gets configuration and usage information about anomaly detection jobs.
1126
1126
1127
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-anomaly-detectors.html>`_
1127
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /cat-anomaly-detectors.html>`_
1128
1128
1129
1129
:param job_id: Identifier for the anomaly detection job.
1130
1130
:param allow_no_match: Specifies what to do when the request: * Contains wildcard
@@ -1264,7 +1264,7 @@ async def ml_trained_models(
1264
1264
"""
1265
1265
Gets configuration and usage information about inference trained models.
1266
1266
1267
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-trained-model.html>`_
1267
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /cat-trained-model.html>`_
1268
1268
1269
1269
:param model_id: A unique identifier for the trained model.
1270
1270
:param allow_no_match: Specifies what to do when the request: contains wildcard
@@ -1354,7 +1354,7 @@ async def nodeattrs(
1354
1354
"""
1355
1355
Returns information about custom node attributes.
1356
1356
1357
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-nodeattrs.html>`_
1357
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /cat-nodeattrs.html>`_
1358
1358
1359
1359
:param format: Specifies the format to return the columnar data in, can be set
1360
1360
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1428,7 +1428,7 @@ async def nodes(
1428
1428
"""
1429
1429
Returns basic statistics about performance of cluster nodes.
1430
1430
1431
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-nodes.html>`_
1431
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /cat-nodes.html>`_
1432
1432
1433
1433
:param bytes: The unit used to display byte values.
1434
1434
:param format: Specifies the format to return the columnar data in, can be set
@@ -1508,7 +1508,7 @@ async def pending_tasks(
1508
1508
"""
1509
1509
Returns a concise representation of the cluster pending tasks.
1510
1510
1511
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-pending-tasks.html>`_
1511
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /cat-pending-tasks.html>`_
1512
1512
1513
1513
:param format: Specifies the format to return the columnar data in, can be set
1514
1514
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1577,7 +1577,7 @@ async def plugins(
1577
1577
"""
1578
1578
Returns information about installed plugins across nodes node.
1579
1579
1580
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-plugins.html>`_
1580
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /cat-plugins.html>`_
1581
1581
1582
1582
:param format: Specifies the format to return the columnar data in, can be set
1583
1583
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1652,7 +1652,7 @@ async def recovery(
1652
1652
"""
1653
1653
Returns information about index shard recoveries, both on-going completed.
1654
1654
1655
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-recovery.html>`_
1655
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /cat-recovery.html>`_
1656
1656
1657
1657
:param index: A comma-separated list of data streams, indices, and aliases used
1658
1658
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -1737,7 +1737,7 @@ async def repositories(
1737
1737
"""
1738
1738
Returns information about snapshot repositories registered in the cluster.
1739
1739
1740
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-repositories.html>`_
1740
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /cat-repositories.html>`_
1741
1741
1742
1742
:param format: Specifies the format to return the columnar data in, can be set
1743
1743
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1810,7 +1810,7 @@ async def segments(
1810
1810
"""
1811
1811
Provides low-level information about the segments in the shards of an index.
1812
1812
1813
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-segments.html>`_
1813
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /cat-segments.html>`_
1814
1814
1815
1815
:param index: A comma-separated list of data streams, indices, and aliases used
1816
1816
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -1892,7 +1892,7 @@ async def shards(
1892
1892
"""
1893
1893
Provides a detailed view of shard allocation on nodes.
1894
1894
1895
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-shards.html>`_
1895
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /cat-shards.html>`_
1896
1896
1897
1897
:param index: A comma-separated list of data streams, indices, and aliases used
1898
1898
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -1974,7 +1974,7 @@ async def snapshots(
1974
1974
"""
1975
1975
Returns all snapshots in a specific repository.
1976
1976
1977
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-snapshots.html>`_
1977
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /cat-snapshots.html>`_
1978
1978
1979
1979
:param repository: A comma-separated list of snapshot repositories used to limit
1980
1980
the request. Accepts wildcard expressions. `_all` returns all repositories.
@@ -2058,7 +2058,7 @@ async def tasks(
2058
2058
Returns information about the tasks currently executing on one or more nodes
2059
2059
in the cluster.
2060
2060
2061
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /tasks.html>`_
2061
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /tasks.html>`_
2062
2062
2063
2063
:param actions: The task action names, which are used to limit the response.
2064
2064
:param detailed: If `true`, the response includes detailed information about
@@ -2142,7 +2142,7 @@ async def templates(
2142
2142
"""
2143
2143
Returns information about existing templates.
2144
2144
2145
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-templates.html>`_
2145
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /cat-templates.html>`_
2146
2146
2147
2147
:param name: The name of the template to return. Accepts wildcard expressions.
2148
2148
If omitted, all templates are returned.
@@ -2223,7 +2223,7 @@ async def thread_pool(
2223
2223
Returns cluster-wide thread pool statistics per node. By default the active,
2224
2224
queue and rejected statistics are returned for all thread pools.
2225
2225
2226
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-thread-pool.html>`_
2226
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /cat-thread-pool.html>`_
2227
2227
2228
2228
:param thread_pool_patterns: A comma-separated list of thread pool names used
2229
2229
to limit the request. Accepts wildcard expressions.
@@ -2353,7 +2353,7 @@ async def transforms(
2353
2353
"""
2354
2354
Gets configuration and usage information about transforms.
2355
2355
2356
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-transforms.html>`_
2356
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /cat-transforms.html>`_
2357
2357
2358
2358
:param transform_id: A transform identifier or a wildcard expression. If you
2359
2359
do not specify one of these options, the API returns information for all
0 commit comments