@@ -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.9 /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.9 /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.9 /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.9 /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.9 /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.9 /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.9 /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.9 /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.9 /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.9 /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.9 /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.9 /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.9 /cat-trained-model.html>`_
1268
1268
1269
1269
:param model_id: The ID of the trained models stats to fetch
1270
1270
:param allow_no_match: Whether to ignore if a wildcard expression matches no
@@ -1349,7 +1349,7 @@ async def nodeattrs(
1349
1349
"""
1350
1350
Returns information about custom node attributes.
1351
1351
1352
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-nodeattrs.html>`_
1352
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.9 /cat-nodeattrs.html>`_
1353
1353
1354
1354
:param format: Specifies the format to return the columnar data in, can be set
1355
1355
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1423,7 +1423,7 @@ async def nodes(
1423
1423
"""
1424
1424
Returns basic statistics about performance of cluster nodes.
1425
1425
1426
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-nodes.html>`_
1426
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.9 /cat-nodes.html>`_
1427
1427
1428
1428
:param bytes: The unit used to display byte values.
1429
1429
:param format: Specifies the format to return the columnar data in, can be set
@@ -1503,7 +1503,7 @@ async def pending_tasks(
1503
1503
"""
1504
1504
Returns a concise representation of the cluster pending tasks.
1505
1505
1506
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-pending-tasks.html>`_
1506
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.9 /cat-pending-tasks.html>`_
1507
1507
1508
1508
:param format: Specifies the format to return the columnar data in, can be set
1509
1509
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1572,7 +1572,7 @@ async def plugins(
1572
1572
"""
1573
1573
Returns information about installed plugins across nodes node.
1574
1574
1575
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-plugins.html>`_
1575
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.9 /cat-plugins.html>`_
1576
1576
1577
1577
:param format: Specifies the format to return the columnar data in, can be set
1578
1578
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1647,7 +1647,7 @@ async def recovery(
1647
1647
"""
1648
1648
Returns information about index shard recoveries, both on-going completed.
1649
1649
1650
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-recovery.html>`_
1650
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.9 /cat-recovery.html>`_
1651
1651
1652
1652
:param index: A comma-separated list of data streams, indices, and aliases used
1653
1653
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -1732,7 +1732,7 @@ async def repositories(
1732
1732
"""
1733
1733
Returns information about snapshot repositories registered in the cluster.
1734
1734
1735
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-repositories.html>`_
1735
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.9 /cat-repositories.html>`_
1736
1736
1737
1737
:param format: Specifies the format to return the columnar data in, can be set
1738
1738
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1805,7 +1805,7 @@ async def segments(
1805
1805
"""
1806
1806
Provides low-level information about the segments in the shards of an index.
1807
1807
1808
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-segments.html>`_
1808
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.9 /cat-segments.html>`_
1809
1809
1810
1810
:param index: A comma-separated list of index names to limit the returned information
1811
1811
:param bytes: The unit in which to display byte values
@@ -1885,7 +1885,7 @@ async def shards(
1885
1885
"""
1886
1886
Provides a detailed view of shard allocation on nodes.
1887
1887
1888
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-shards.html>`_
1888
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.9 /cat-shards.html>`_
1889
1889
1890
1890
:param index: A comma-separated list of index names to limit the returned information
1891
1891
:param bytes: The unit in which to display byte values
@@ -1965,7 +1965,7 @@ async def snapshots(
1965
1965
"""
1966
1966
Returns all snapshots in a specific repository.
1967
1967
1968
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-snapshots.html>`_
1968
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.9 /cat-snapshots.html>`_
1969
1969
1970
1970
:param repository: Name of repository from which to fetch the snapshot information
1971
1971
:param format: Specifies the format to return the columnar data in, can be set
@@ -2046,7 +2046,7 @@ async def tasks(
2046
2046
Returns information about the tasks currently executing on one or more nodes
2047
2047
in the cluster.
2048
2048
2049
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /tasks.html>`_
2049
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.9 /tasks.html>`_
2050
2050
2051
2051
:param actions: A comma-separated list of actions that should be returned. Leave
2052
2052
empty to return all.
@@ -2129,7 +2129,7 @@ async def templates(
2129
2129
"""
2130
2130
Returns information about existing templates.
2131
2131
2132
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-templates.html>`_
2132
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.9 /cat-templates.html>`_
2133
2133
2134
2134
:param name: A pattern that returned template names must match
2135
2135
:param format: Specifies the format to return the columnar data in, can be set
@@ -2209,7 +2209,7 @@ async def thread_pool(
2209
2209
Returns cluster-wide thread pool statistics per node. By default the active,
2210
2210
queue and rejected statistics are returned for all thread pools.
2211
2211
2212
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-thread-pool.html>`_
2212
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.9 /cat-thread-pool.html>`_
2213
2213
2214
2214
:param thread_pool_patterns: List of thread pool names used to limit the request.
2215
2215
Accepts wildcard expressions.
@@ -2339,7 +2339,7 @@ async def transforms(
2339
2339
"""
2340
2340
Gets configuration and usage information about transforms.
2341
2341
2342
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-transforms.html>`_
2342
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.9 /cat-transforms.html>`_
2343
2343
2344
2344
:param transform_id: The id of the transform for which to get stats. '_all' or
2345
2345
'*' implies all transforms
0 commit comments