@@ -65,7 +65,7 @@ async def aliases(
65
65
Shows information about currently configured aliases to indices including filter
66
66
and routing infos.
67
67
68
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-alias.html>`_
68
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.3 /cat-alias.html>`_
69
69
70
70
:param name: A comma-separated list of alias names to return
71
71
:param expand_wildcards: Whether to expand wildcard expression to concrete indices
@@ -147,7 +147,7 @@ async def allocation(
147
147
Provides a snapshot of how many shards are allocated to each data node and how
148
148
much disk space they are using.
149
149
150
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-allocation.html>`_
150
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.3 /cat-allocation.html>`_
151
151
152
152
:param node_id: A comma-separated list of node IDs or names to limit the returned
153
153
information
@@ -223,7 +223,7 @@ async def component_templates(
223
223
"""
224
224
Returns information about existing component_templates templates.
225
225
226
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-compoentn-templates.html>`_
226
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.3 /cat-compoentn-templates.html>`_
227
227
228
228
:param name: A pattern that returned component template names must match
229
229
:param format: Specifies the format to return the columnar data in, can be set
@@ -296,7 +296,7 @@ async def count(
296
296
Provides quick access to the document count of the entire cluster, or individual
297
297
indices.
298
298
299
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-count.html>`_
299
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.3 /cat-count.html>`_
300
300
301
301
:param index: A comma-separated list of index names to limit the returned information
302
302
:param format: Specifies the format to return the columnar data in, can be set
@@ -374,7 +374,7 @@ async def fielddata(
374
374
Shows how much heap memory is currently being used by fielddata on every data
375
375
node in the cluster.
376
376
377
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-fielddata.html>`_
377
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.3 /cat-fielddata.html>`_
378
378
379
379
:param fields: A comma-separated list of fields to return the fielddata size
380
380
:param bytes: The unit in which to display byte values
@@ -449,7 +449,7 @@ async def health(
449
449
"""
450
450
Returns a concise representation of the cluster health.
451
451
452
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-health.html>`_
452
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.3 /cat-health.html>`_
453
453
454
454
:param format: Specifies the format to return the columnar data in, can be set
455
455
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -519,7 +519,7 @@ async def help(
519
519
"""
520
520
Returns help for the Cat APIs.
521
521
522
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat.html>`_
522
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.3 /cat.html>`_
523
523
524
524
:param format: Specifies the format to return the columnar data in, can be set
525
525
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -612,7 +612,7 @@ async def indices(
612
612
Returns information about indices: number of primaries and replicas, document
613
613
counts, disk size, ...
614
614
615
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-indices.html>`_
615
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.3 /cat-indices.html>`_
616
616
617
617
:param index: A comma-separated list of index names to limit the returned information
618
618
:param bytes: The unit in which to display byte values
@@ -701,7 +701,7 @@ async def master(
701
701
"""
702
702
Returns information about the master node.
703
703
704
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-master.html>`_
704
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.3 /cat-master.html>`_
705
705
706
706
:param format: Specifies the format to return the columnar data in, can be set
707
707
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -818,7 +818,7 @@ async def ml_data_frame_analytics(
818
818
"""
819
819
Gets configuration and usage information about data frame analytics jobs.
820
820
821
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-dfanalytics.html>`_
821
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.3 /cat-dfanalytics.html>`_
822
822
823
823
:param id: The ID of the data frame analytics to fetch
824
824
:param allow_no_match: Whether to ignore if a wildcard expression matches no
@@ -947,7 +947,7 @@ async def ml_datafeeds(
947
947
"""
948
948
Gets configuration and usage information about datafeeds.
949
949
950
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-datafeeds.html>`_
950
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.3 /cat-datafeeds.html>`_
951
951
952
952
:param datafeed_id: A numerical character string that uniquely identifies the
953
953
datafeed.
@@ -1082,7 +1082,7 @@ async def ml_jobs(
1082
1082
"""
1083
1083
Gets configuration and usage information about anomaly detection jobs.
1084
1084
1085
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-anomaly-detectors.html>`_
1085
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.3 /cat-anomaly-detectors.html>`_
1086
1086
1087
1087
:param job_id: Identifier for the anomaly detection job.
1088
1088
:param allow_no_match: Specifies what to do when the request: * Contains wildcard
@@ -1220,7 +1220,7 @@ async def ml_trained_models(
1220
1220
"""
1221
1221
Gets configuration and usage information about inference trained models.
1222
1222
1223
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-trained-model.html>`_
1223
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.3 /cat-trained-model.html>`_
1224
1224
1225
1225
:param model_id: The ID of the trained models stats to fetch
1226
1226
:param allow_no_match: Whether to ignore if a wildcard expression matches no
@@ -1303,7 +1303,7 @@ async def nodeattrs(
1303
1303
"""
1304
1304
Returns information about custom node attributes.
1305
1305
1306
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-nodeattrs.html>`_
1306
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.3 /cat-nodeattrs.html>`_
1307
1307
1308
1308
:param format: Specifies the format to return the columnar data in, can be set
1309
1309
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1374,7 +1374,7 @@ async def nodes(
1374
1374
"""
1375
1375
Returns basic statistics about performance of cluster nodes.
1376
1376
1377
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-nodes.html>`_
1377
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.3 /cat-nodes.html>`_
1378
1378
1379
1379
:param bytes: The unit in which to display byte values
1380
1380
:param format: Specifies the format to return the columnar data in, can be set
@@ -1448,7 +1448,7 @@ async def pending_tasks(
1448
1448
"""
1449
1449
Returns a concise representation of the cluster pending tasks.
1450
1450
1451
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-pending-tasks.html>`_
1451
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.3 /cat-pending-tasks.html>`_
1452
1452
1453
1453
:param format: Specifies the format to return the columnar data in, can be set
1454
1454
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1515,7 +1515,7 @@ async def plugins(
1515
1515
"""
1516
1516
Returns information about installed plugins across nodes node.
1517
1517
1518
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-plugins.html>`_
1518
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.3 /cat-plugins.html>`_
1519
1519
1520
1520
:param format: Specifies the format to return the columnar data in, can be set
1521
1521
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1588,7 +1588,7 @@ async def recovery(
1588
1588
"""
1589
1589
Returns information about index shard recoveries, both on-going completed.
1590
1590
1591
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-recovery.html>`_
1591
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.3 /cat-recovery.html>`_
1592
1592
1593
1593
:param index: Comma-separated list or wildcard expression of index names to limit
1594
1594
the returned information
@@ -1670,7 +1670,7 @@ async def repositories(
1670
1670
"""
1671
1671
Returns information about snapshot repositories registered in the cluster.
1672
1672
1673
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-repositories.html>`_
1673
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.3 /cat-repositories.html>`_
1674
1674
1675
1675
:param format: Specifies the format to return the columnar data in, can be set
1676
1676
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1741,7 +1741,7 @@ async def segments(
1741
1741
"""
1742
1742
Provides low-level information about the segments in the shards of an index.
1743
1743
1744
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-segments.html>`_
1744
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.3 /cat-segments.html>`_
1745
1745
1746
1746
:param index: A comma-separated list of index names to limit the returned information
1747
1747
:param bytes: The unit in which to display byte values
@@ -1819,7 +1819,7 @@ async def shards(
1819
1819
"""
1820
1820
Provides a detailed view of shard allocation on nodes.
1821
1821
1822
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-shards.html>`_
1822
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.3 /cat-shards.html>`_
1823
1823
1824
1824
:param index: A comma-separated list of index names to limit the returned information
1825
1825
:param bytes: The unit in which to display byte values
@@ -1897,7 +1897,7 @@ async def snapshots(
1897
1897
"""
1898
1898
Returns all snapshots in a specific repository.
1899
1899
1900
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-snapshots.html>`_
1900
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.3 /cat-snapshots.html>`_
1901
1901
1902
1902
:param repository: Name of repository from which to fetch the snapshot information
1903
1903
:param format: Specifies the format to return the columnar data in, can be set
@@ -1976,7 +1976,7 @@ async def tasks(
1976
1976
Returns information about the tasks currently executing on one or more nodes
1977
1977
in the cluster.
1978
1978
1979
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /tasks.html>`_
1979
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.3 /tasks.html>`_
1980
1980
1981
1981
:param actions: A comma-separated list of actions that should be returned. Leave
1982
1982
empty to return all.
@@ -2057,7 +2057,7 @@ async def templates(
2057
2057
"""
2058
2058
Returns information about existing templates.
2059
2059
2060
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-templates.html>`_
2060
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.3 /cat-templates.html>`_
2061
2061
2062
2062
:param name: A pattern that returned template names must match
2063
2063
:param format: Specifies the format to return the columnar data in, can be set
@@ -2133,7 +2133,7 @@ async def thread_pool(
2133
2133
Returns cluster-wide thread pool statistics per node. By default the active,
2134
2134
queue and rejected statistics are returned for all thread pools.
2135
2135
2136
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-thread-pool.html>`_
2136
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.3 /cat-thread-pool.html>`_
2137
2137
2138
2138
:param thread_pool_patterns: List of thread pool names used to limit the request.
2139
2139
Accepts wildcard expressions.
@@ -2259,7 +2259,7 @@ async def transforms(
2259
2259
"""
2260
2260
Gets configuration and usage information about transforms.
2261
2261
2262
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-transforms.html>`_
2262
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.3 /cat-transforms.html>`_
2263
2263
2264
2264
:param transform_id: The id of the transform for which to get stats. '_all' or
2265
2265
'*' implies all transforms
0 commit comments