@@ -56,7 +56,7 @@ async def aliases(
56
56
Shows information about currently configured aliases to indices including filter
57
57
and routing infos.
58
58
59
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-alias.html>`_
59
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /cat-alias.html>`_
60
60
61
61
:param name: A comma-separated list of aliases to retrieve. Supports wildcards
62
62
(`*`). To retrieve all aliases, omit this parameter or use `*` or `_all`.
@@ -145,7 +145,7 @@ async def allocation(
145
145
Provides a snapshot of how many shards are allocated to each data node and how
146
146
much disk space they are using.
147
147
148
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-allocation.html>`_
148
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /cat-allocation.html>`_
149
149
150
150
:param node_id: Comma-separated list of node identifiers or names used to limit
151
151
the returned 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.14 /cat-component-templates.html>`_
233
233
234
234
:param name: The name of the component template. Accepts wildcard expressions.
235
235
If omitted, all component templates are returned.
@@ -311,7 +311,7 @@ async def count(
311
311
Provides quick access to the document count of the entire cluster, or individual
312
312
indices.
313
313
314
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-count.html>`_
314
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /cat-count.html>`_
315
315
316
316
:param index: Comma-separated list of data streams, indices, and aliases used
317
317
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -397,7 +397,7 @@ async def fielddata(
397
397
Shows how much heap memory is currently being used by fielddata on every data
398
398
node in the cluster.
399
399
400
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-fielddata.html>`_
400
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /cat-fielddata.html>`_
401
401
402
402
:param fields: Comma-separated list of fields used to limit returned information.
403
403
To retrieve all fields, omit this parameter.
@@ -484,7 +484,7 @@ async def health(
484
484
"""
485
485
Returns a concise representation of the cluster health.
486
486
487
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-health.html>`_
487
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /cat-health.html>`_
488
488
489
489
:param format: Specifies the format to return the columnar data in, can be set
490
490
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -563,7 +563,7 @@ async def help(
563
563
"""
564
564
Returns help for the Cat APIs.
565
565
566
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat.html>`_
566
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /cat.html>`_
567
567
568
568
:param format: Specifies the format to return the columnar data in, can be set
569
569
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -655,7 +655,7 @@ async def indices(
655
655
Returns information about indices: number of primaries and replicas, document
656
656
counts, disk size, ...
657
657
658
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-indices.html>`_
658
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /cat-indices.html>`_
659
659
660
660
:param index: Comma-separated list of data streams, indices, and aliases used
661
661
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -756,7 +756,7 @@ async def master(
756
756
"""
757
757
Returns information about the master node.
758
758
759
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-master.html>`_
759
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /cat-master.html>`_
760
760
761
761
:param format: Specifies the format to return the columnar data in, can be set
762
762
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -861,7 +861,7 @@ async def ml_data_frame_analytics(
861
861
"""
862
862
Gets configuration and usage information about data frame analytics jobs.
863
863
864
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-dfanalytics.html>`_
864
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /cat-dfanalytics.html>`_
865
865
866
866
:param id: The ID of the data frame analytics to fetch
867
867
:param allow_no_match: Whether to ignore if a wildcard expression matches no
@@ -980,7 +980,7 @@ async def ml_datafeeds(
980
980
"""
981
981
Gets configuration and usage information about datafeeds.
982
982
983
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-datafeeds.html>`_
983
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /cat-datafeeds.html>`_
984
984
985
985
:param datafeed_id: A numerical character string that uniquely identifies the
986
986
datafeed.
@@ -1105,7 +1105,7 @@ async def ml_jobs(
1105
1105
"""
1106
1106
Gets configuration and usage information about anomaly detection jobs.
1107
1107
1108
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-anomaly-detectors.html>`_
1108
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /cat-anomaly-detectors.html>`_
1109
1109
1110
1110
:param job_id: Identifier for the anomaly detection job.
1111
1111
:param allow_no_match: Specifies what to do when the request: * Contains wildcard
@@ -1233,7 +1233,7 @@ async def ml_trained_models(
1233
1233
"""
1234
1234
Gets configuration and usage information about inference trained models.
1235
1235
1236
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-trained-model.html>`_
1236
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /cat-trained-model.html>`_
1237
1237
1238
1238
:param model_id: A unique identifier for the trained model.
1239
1239
:param allow_no_match: Specifies what to do when the request: contains wildcard
@@ -1329,7 +1329,7 @@ async def nodeattrs(
1329
1329
"""
1330
1330
Returns information about custom node attributes.
1331
1331
1332
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-nodeattrs.html>`_
1332
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /cat-nodeattrs.html>`_
1333
1333
1334
1334
:param format: Specifies the format to return the columnar data in, can be set
1335
1335
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1407,7 +1407,7 @@ async def nodes(
1407
1407
"""
1408
1408
Returns basic statistics about performance of cluster nodes.
1409
1409
1410
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-nodes.html>`_
1410
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /cat-nodes.html>`_
1411
1411
1412
1412
:param bytes: The unit used to display byte values.
1413
1413
:param format: Specifies the format to return the columnar data in, can be set
@@ -1491,7 +1491,7 @@ async def pending_tasks(
1491
1491
"""
1492
1492
Returns a concise representation of the cluster pending tasks.
1493
1493
1494
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-pending-tasks.html>`_
1494
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /cat-pending-tasks.html>`_
1495
1495
1496
1496
:param format: Specifies the format to return the columnar data in, can be set
1497
1497
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1564,7 +1564,7 @@ async def plugins(
1564
1564
"""
1565
1565
Returns information about installed plugins across nodes node.
1566
1566
1567
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-plugins.html>`_
1567
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /cat-plugins.html>`_
1568
1568
1569
1569
:param format: Specifies the format to return the columnar data in, can be set
1570
1570
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1643,7 +1643,7 @@ async def recovery(
1643
1643
"""
1644
1644
Returns information about index shard recoveries, both on-going completed.
1645
1645
1646
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-recovery.html>`_
1646
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /cat-recovery.html>`_
1647
1647
1648
1648
:param index: A comma-separated list of data streams, indices, and aliases used
1649
1649
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -1734,7 +1734,7 @@ async def repositories(
1734
1734
"""
1735
1735
Returns information about snapshot repositories registered in the cluster.
1736
1736
1737
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-repositories.html>`_
1737
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /cat-repositories.html>`_
1738
1738
1739
1739
:param format: Specifies the format to return the columnar data in, can be set
1740
1740
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1811,7 +1811,7 @@ async def segments(
1811
1811
"""
1812
1812
Provides low-level information about the segments in the shards of an index.
1813
1813
1814
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-segments.html>`_
1814
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /cat-segments.html>`_
1815
1815
1816
1816
:param index: A comma-separated list of data streams, indices, and aliases used
1817
1817
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -1899,7 +1899,7 @@ async def shards(
1899
1899
"""
1900
1900
Provides a detailed view of shard allocation on nodes.
1901
1901
1902
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-shards.html>`_
1902
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /cat-shards.html>`_
1903
1903
1904
1904
:param index: A comma-separated list of data streams, indices, and aliases used
1905
1905
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -1985,7 +1985,7 @@ async def snapshots(
1985
1985
"""
1986
1986
Returns all snapshots in a specific repository.
1987
1987
1988
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-snapshots.html>`_
1988
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /cat-snapshots.html>`_
1989
1989
1990
1990
:param repository: A comma-separated list of snapshot repositories used to limit
1991
1991
the request. Accepts wildcard expressions. `_all` returns all repositories.
@@ -2075,7 +2075,7 @@ async def tasks(
2075
2075
Returns information about the tasks currently executing on one or more nodes
2076
2076
in the cluster.
2077
2077
2078
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /tasks.html>`_
2078
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /tasks.html>`_
2079
2079
2080
2080
:param actions: The task action names, which are used to limit the response.
2081
2081
:param detailed: If `true`, the response includes detailed information about
@@ -2163,7 +2163,7 @@ async def templates(
2163
2163
"""
2164
2164
Returns information about existing templates.
2165
2165
2166
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-templates.html>`_
2166
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /cat-templates.html>`_
2167
2167
2168
2168
:param name: The name of the template to return. Accepts wildcard expressions.
2169
2169
If omitted, all templates are returned.
@@ -2248,7 +2248,7 @@ async def thread_pool(
2248
2248
Returns cluster-wide thread pool statistics per node. By default the active,
2249
2249
queue and rejected statistics are returned for all thread pools.
2250
2250
2251
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-thread-pool.html>`_
2251
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /cat-thread-pool.html>`_
2252
2252
2253
2253
:param thread_pool_patterns: A comma-separated list of thread pool names used
2254
2254
to limit the request. Accepts wildcard expressions.
@@ -2366,7 +2366,7 @@ async def transforms(
2366
2366
"""
2367
2367
Gets configuration and usage information about transforms.
2368
2368
2369
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-transforms.html>`_
2369
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /cat-transforms.html>`_
2370
2370
2371
2371
:param transform_id: A transform identifier or a wildcard expression. If you
2372
2372
do not specify one of these options, the API returns information for all
0 commit comments