@@ -55,7 +55,7 @@ async def aliases(
55
55
Shows information about currently configured aliases to indices including filter
56
56
and routing infos.
57
57
58
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-alias.html>`_
58
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.12 /cat-alias.html>`_
59
59
60
60
:param name: A comma-separated list of aliases to retrieve. Supports wildcards
61
61
(`*`). To retrieve all aliases, omit this parameter or use `*` or `_all`.
@@ -136,7 +136,7 @@ async def allocation(
136
136
Provides a snapshot of how many shards are allocated to each data node and how
137
137
much disk space they are using.
138
138
139
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-allocation.html>`_
139
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.12 /cat-allocation.html>`_
140
140
141
141
:param node_id: Comma-separated list of node identifiers or names used to limit
142
142
the returned information.
@@ -212,7 +212,7 @@ async def component_templates(
212
212
"""
213
213
Returns information about existing component_templates templates.
214
214
215
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-component-templates.html>`_
215
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.12 /cat-component-templates.html>`_
216
216
217
217
:param name: The name of the component template. Accepts wildcard expressions.
218
218
If omitted, all component templates are returned.
@@ -286,7 +286,7 @@ async def count(
286
286
Provides quick access to the document count of the entire cluster, or individual
287
287
indices.
288
288
289
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-count.html>`_
289
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.12 /cat-count.html>`_
290
290
291
291
:param index: Comma-separated list of data streams, indices, and aliases used
292
292
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -364,7 +364,7 @@ async def fielddata(
364
364
Shows how much heap memory is currently being used by fielddata on every data
365
365
node in the cluster.
366
366
367
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-fielddata.html>`_
367
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.12 /cat-fielddata.html>`_
368
368
369
369
:param fields: Comma-separated list of fields used to limit returned information.
370
370
To retrieve all fields, omit this parameter.
@@ -443,7 +443,7 @@ async def health(
443
443
"""
444
444
Returns a concise representation of the cluster health.
445
445
446
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-health.html>`_
446
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.12 /cat-health.html>`_
447
447
448
448
:param format: Specifies the format to return the columnar data in, can be set
449
449
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -516,7 +516,7 @@ async def help(
516
516
"""
517
517
Returns help for the Cat APIs.
518
518
519
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat.html>`_
519
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.12 /cat.html>`_
520
520
521
521
:param format: Specifies the format to return the columnar data in, can be set
522
522
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -602,7 +602,7 @@ async def indices(
602
602
Returns information about indices: number of primaries and replicas, document
603
603
counts, disk size, ...
604
604
605
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-indices.html>`_
605
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.12 /cat-indices.html>`_
606
606
607
607
:param index: Comma-separated list of data streams, indices, and aliases used
608
608
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -695,7 +695,7 @@ async def master(
695
695
"""
696
696
Returns information about the master node.
697
697
698
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-master.html>`_
698
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.12 /cat-master.html>`_
699
699
700
700
:param format: Specifies the format to return the columnar data in, can be set
701
701
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -794,7 +794,7 @@ async def ml_data_frame_analytics(
794
794
"""
795
795
Gets configuration and usage information about data frame analytics jobs.
796
796
797
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-dfanalytics.html>`_
797
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.12 /cat-dfanalytics.html>`_
798
798
799
799
:param id: The ID of the data frame analytics to fetch
800
800
:param allow_no_match: Whether to ignore if a wildcard expression matches no
@@ -905,7 +905,7 @@ async def ml_datafeeds(
905
905
"""
906
906
Gets configuration and usage information about datafeeds.
907
907
908
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-datafeeds.html>`_
908
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.12 /cat-datafeeds.html>`_
909
909
910
910
:param datafeed_id: A numerical character string that uniquely identifies the
911
911
datafeed.
@@ -1022,7 +1022,7 @@ async def ml_jobs(
1022
1022
"""
1023
1023
Gets configuration and usage information about anomaly detection jobs.
1024
1024
1025
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-anomaly-detectors.html>`_
1025
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.12 /cat-anomaly-detectors.html>`_
1026
1026
1027
1027
:param job_id: Identifier for the anomaly detection job.
1028
1028
:param allow_no_match: Specifies what to do when the request: * Contains wildcard
@@ -1142,7 +1142,7 @@ async def ml_trained_models(
1142
1142
"""
1143
1143
Gets configuration and usage information about inference trained models.
1144
1144
1145
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-trained-model.html>`_
1145
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.12 /cat-trained-model.html>`_
1146
1146
1147
1147
:param model_id: A unique identifier for the trained model.
1148
1148
:param allow_no_match: Specifies what to do when the request: contains wildcard
@@ -1230,7 +1230,7 @@ async def nodeattrs(
1230
1230
"""
1231
1231
Returns information about custom node attributes.
1232
1232
1233
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-nodeattrs.html>`_
1233
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.12 /cat-nodeattrs.html>`_
1234
1234
1235
1235
:param format: Specifies the format to return the columnar data in, can be set
1236
1236
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1302,7 +1302,7 @@ async def nodes(
1302
1302
"""
1303
1303
Returns basic statistics about performance of cluster nodes.
1304
1304
1305
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-nodes.html>`_
1305
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.12 /cat-nodes.html>`_
1306
1306
1307
1307
:param bytes: The unit used to display byte values.
1308
1308
:param format: Specifies the format to return the columnar data in, can be set
@@ -1380,7 +1380,7 @@ async def pending_tasks(
1380
1380
"""
1381
1381
Returns a concise representation of the cluster pending tasks.
1382
1382
1383
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-pending-tasks.html>`_
1383
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.12 /cat-pending-tasks.html>`_
1384
1384
1385
1385
:param format: Specifies the format to return the columnar data in, can be set
1386
1386
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1447,7 +1447,7 @@ async def plugins(
1447
1447
"""
1448
1448
Returns information about installed plugins across nodes node.
1449
1449
1450
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-plugins.html>`_
1450
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.12 /cat-plugins.html>`_
1451
1451
1452
1452
:param format: Specifies the format to return the columnar data in, can be set
1453
1453
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1520,7 +1520,7 @@ async def recovery(
1520
1520
"""
1521
1521
Returns information about index shard recoveries, both on-going completed.
1522
1522
1523
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-recovery.html>`_
1523
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.12 /cat-recovery.html>`_
1524
1524
1525
1525
:param index: A comma-separated list of data streams, indices, and aliases used
1526
1526
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -1603,7 +1603,7 @@ async def repositories(
1603
1603
"""
1604
1604
Returns information about snapshot repositories registered in the cluster.
1605
1605
1606
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-repositories.html>`_
1606
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.12 /cat-repositories.html>`_
1607
1607
1608
1608
:param format: Specifies the format to return the columnar data in, can be set
1609
1609
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1674,7 +1674,7 @@ async def segments(
1674
1674
"""
1675
1675
Provides low-level information about the segments in the shards of an index.
1676
1676
1677
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-segments.html>`_
1677
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.12 /cat-segments.html>`_
1678
1678
1679
1679
:param index: A comma-separated list of data streams, indices, and aliases used
1680
1680
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -1754,7 +1754,7 @@ async def shards(
1754
1754
"""
1755
1755
Provides a detailed view of shard allocation on nodes.
1756
1756
1757
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-shards.html>`_
1757
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.12 /cat-shards.html>`_
1758
1758
1759
1759
:param index: A comma-separated list of data streams, indices, and aliases used
1760
1760
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -1832,7 +1832,7 @@ async def snapshots(
1832
1832
"""
1833
1833
Returns all snapshots in a specific repository.
1834
1834
1835
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-snapshots.html>`_
1835
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.12 /cat-snapshots.html>`_
1836
1836
1837
1837
:param repository: A comma-separated list of snapshot repositories used to limit
1838
1838
the request. Accepts wildcard expressions. `_all` returns all repositories.
@@ -1914,7 +1914,7 @@ async def tasks(
1914
1914
Returns information about the tasks currently executing on one or more nodes
1915
1915
in the cluster.
1916
1916
1917
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /tasks.html>`_
1917
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.12 /tasks.html>`_
1918
1918
1919
1919
:param actions: The task action names, which are used to limit the response.
1920
1920
:param detailed: If `true`, the response includes detailed information about
@@ -1996,7 +1996,7 @@ async def templates(
1996
1996
"""
1997
1997
Returns information about existing templates.
1998
1998
1999
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-templates.html>`_
1999
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.12 /cat-templates.html>`_
2000
2000
2001
2001
:param name: The name of the template to return. Accepts wildcard expressions.
2002
2002
If omitted, all templates are returned.
@@ -2073,7 +2073,7 @@ async def thread_pool(
2073
2073
Returns cluster-wide thread pool statistics per node. By default the active,
2074
2074
queue and rejected statistics are returned for all thread pools.
2075
2075
2076
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-thread-pool.html>`_
2076
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.12 /cat-thread-pool.html>`_
2077
2077
2078
2078
:param thread_pool_patterns: A comma-separated list of thread pool names used
2079
2079
to limit the request. Accepts wildcard expressions.
@@ -2183,7 +2183,7 @@ async def transforms(
2183
2183
"""
2184
2184
Gets configuration and usage information about transforms.
2185
2185
2186
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-transforms.html>`_
2186
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.12 /cat-transforms.html>`_
2187
2187
2188
2188
:param transform_id: A transform identifier or a wildcard expression. If you
2189
2189
do not specify one of these options, the API returns information for all
0 commit comments