@@ -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.1 /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.1 /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
@@ -224,7 +224,7 @@ async def count(
224
224
Provides quick access to the document count of the entire cluster, or individual
225
225
indices.
226
226
227
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-count.html>`_
227
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.1 /cat-count.html>`_
228
228
229
229
:param index: A comma-separated list of index names to limit the returned information
230
230
:param format: Specifies the format to return the columnar data in, can be set
@@ -302,7 +302,7 @@ async def fielddata(
302
302
Shows how much heap memory is currently being used by fielddata on every data
303
303
node in the cluster.
304
304
305
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-fielddata.html>`_
305
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.1 /cat-fielddata.html>`_
306
306
307
307
:param fields: A comma-separated list of fields to return the fielddata size
308
308
:param bytes: The unit in which to display byte values
@@ -377,7 +377,7 @@ async def health(
377
377
"""
378
378
Returns a concise representation of the cluster health.
379
379
380
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-health.html>`_
380
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.1 /cat-health.html>`_
381
381
382
382
:param format: Specifies the format to return the columnar data in, can be set
383
383
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -447,7 +447,7 @@ async def help(
447
447
"""
448
448
Returns help for the Cat APIs.
449
449
450
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat.html>`_
450
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.1 /cat.html>`_
451
451
452
452
:param format: Specifies the format to return the columnar data in, can be set
453
453
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -540,7 +540,7 @@ async def indices(
540
540
Returns information about indices: number of primaries and replicas, document
541
541
counts, disk size, ...
542
542
543
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-indices.html>`_
543
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.1 /cat-indices.html>`_
544
544
545
545
:param index: A comma-separated list of index names to limit the returned information
546
546
:param bytes: The unit in which to display byte values
@@ -629,7 +629,7 @@ async def master(
629
629
"""
630
630
Returns information about the master node.
631
631
632
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-master.html>`_
632
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.1 /cat-master.html>`_
633
633
634
634
:param format: Specifies the format to return the columnar data in, can be set
635
635
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -746,7 +746,7 @@ async def ml_data_frame_analytics(
746
746
"""
747
747
Gets configuration and usage information about data frame analytics jobs.
748
748
749
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-dfanalytics.html>`_
749
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.1 /cat-dfanalytics.html>`_
750
750
751
751
:param id: The ID of the data frame analytics to fetch
752
752
:param allow_no_match: Whether to ignore if a wildcard expression matches no
@@ -875,7 +875,7 @@ async def ml_datafeeds(
875
875
"""
876
876
Gets configuration and usage information about datafeeds.
877
877
878
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-datafeeds.html>`_
878
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.1 /cat-datafeeds.html>`_
879
879
880
880
:param datafeed_id: A numerical character string that uniquely identifies the
881
881
datafeed.
@@ -1010,7 +1010,7 @@ async def ml_jobs(
1010
1010
"""
1011
1011
Gets configuration and usage information about anomaly detection jobs.
1012
1012
1013
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-anomaly-detectors.html>`_
1013
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.1 /cat-anomaly-detectors.html>`_
1014
1014
1015
1015
:param job_id: Identifier for the anomaly detection job.
1016
1016
:param allow_no_match: Specifies what to do when the request: * Contains wildcard
@@ -1148,7 +1148,7 @@ async def ml_trained_models(
1148
1148
"""
1149
1149
Gets configuration and usage information about inference trained models.
1150
1150
1151
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-trained-model.html>`_
1151
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.1 /cat-trained-model.html>`_
1152
1152
1153
1153
:param model_id: The ID of the trained models stats to fetch
1154
1154
:param allow_no_match: Whether to ignore if a wildcard expression matches no
@@ -1231,7 +1231,7 @@ async def nodeattrs(
1231
1231
"""
1232
1232
Returns information about custom node attributes.
1233
1233
1234
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-nodeattrs.html>`_
1234
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.1 /cat-nodeattrs.html>`_
1235
1235
1236
1236
:param format: Specifies the format to return the columnar data in, can be set
1237
1237
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.1 /cat-nodes.html>`_
1306
1306
1307
1307
:param bytes: The unit in which to display byte values
1308
1308
:param format: Specifies the format to return the columnar data in, can be set
@@ -1376,7 +1376,7 @@ async def pending_tasks(
1376
1376
"""
1377
1377
Returns a concise representation of the cluster pending tasks.
1378
1378
1379
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-pending-tasks.html>`_
1379
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.1 /cat-pending-tasks.html>`_
1380
1380
1381
1381
:param format: Specifies the format to return the columnar data in, can be set
1382
1382
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1443,7 +1443,7 @@ async def plugins(
1443
1443
"""
1444
1444
Returns information about installed plugins across nodes node.
1445
1445
1446
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-plugins.html>`_
1446
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.1 /cat-plugins.html>`_
1447
1447
1448
1448
:param format: Specifies the format to return the columnar data in, can be set
1449
1449
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1516,7 +1516,7 @@ async def recovery(
1516
1516
"""
1517
1517
Returns information about index shard recoveries, both on-going completed.
1518
1518
1519
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-recovery.html>`_
1519
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.1 /cat-recovery.html>`_
1520
1520
1521
1521
:param index: Comma-separated list or wildcard expression of index names to limit
1522
1522
the returned information
@@ -1598,7 +1598,7 @@ async def repositories(
1598
1598
"""
1599
1599
Returns information about snapshot repositories registered in the cluster.
1600
1600
1601
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-repositories.html>`_
1601
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.1 /cat-repositories.html>`_
1602
1602
1603
1603
:param format: Specifies the format to return the columnar data in, can be set
1604
1604
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1669,7 +1669,7 @@ async def segments(
1669
1669
"""
1670
1670
Provides low-level information about the segments in the shards of an index.
1671
1671
1672
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-segments.html>`_
1672
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.1 /cat-segments.html>`_
1673
1673
1674
1674
:param index: A comma-separated list of index names to limit the returned information
1675
1675
:param bytes: The unit in which to display byte values
@@ -1747,7 +1747,7 @@ async def shards(
1747
1747
"""
1748
1748
Provides a detailed view of shard allocation on nodes.
1749
1749
1750
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-shards.html>`_
1750
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.1 /cat-shards.html>`_
1751
1751
1752
1752
:param index: A comma-separated list of index names to limit the returned information
1753
1753
:param bytes: The unit in which to display byte values
@@ -1825,7 +1825,7 @@ async def snapshots(
1825
1825
"""
1826
1826
Returns all snapshots in a specific repository.
1827
1827
1828
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-snapshots.html>`_
1828
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.1 /cat-snapshots.html>`_
1829
1829
1830
1830
:param repository: Name of repository from which to fetch the snapshot information
1831
1831
:param format: Specifies the format to return the columnar data in, can be set
@@ -1904,7 +1904,7 @@ async def tasks(
1904
1904
Returns information about the tasks currently executing on one or more nodes
1905
1905
in the cluster.
1906
1906
1907
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /tasks.html>`_
1907
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.1 /tasks.html>`_
1908
1908
1909
1909
:param actions: A comma-separated list of actions that should be returned. Leave
1910
1910
empty to return all.
@@ -1985,7 +1985,7 @@ async def templates(
1985
1985
"""
1986
1986
Returns information about existing templates.
1987
1987
1988
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-templates.html>`_
1988
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.1 /cat-templates.html>`_
1989
1989
1990
1990
:param name: A pattern that returned template names must match
1991
1991
:param format: Specifies the format to return the columnar data in, can be set
@@ -2061,7 +2061,7 @@ async def thread_pool(
2061
2061
Returns cluster-wide thread pool statistics per node. By default the active,
2062
2062
queue and rejected statistics are returned for all thread pools.
2063
2063
2064
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-thread-pool.html>`_
2064
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.1 /cat-thread-pool.html>`_
2065
2065
2066
2066
:param thread_pool_patterns: List of thread pool names used to limit the request.
2067
2067
Accepts wildcard expressions.
@@ -2187,7 +2187,7 @@ async def transforms(
2187
2187
"""
2188
2188
Gets configuration and usage information about transforms.
2189
2189
2190
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-transforms.html>`_
2190
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.1 /cat-transforms.html>`_
2191
2191
2192
2192
:param transform_id: The id of the transform for which to get stats. '_all' or
2193
2193
'*' implies all transforms
0 commit comments