@@ -59,7 +59,7 @@ async def aliases(
59
59
not intended for use by applications. For application consumption, use the aliases
60
60
API.
61
61
62
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-alias.html>`_
62
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /cat-alias.html>`_
63
63
64
64
:param name: A comma-separated list of aliases to retrieve. Supports wildcards
65
65
(`*`). To retrieve all aliases, omit this parameter or use `*` or `_all`.
@@ -149,7 +149,7 @@ async def allocation(
149
149
disk space. IMPORTANT: cat APIs are only intended for human consumption using
150
150
the command line or Kibana console. They are not intended for use by applications.
151
151
152
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-allocation.html>`_
152
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /cat-allocation.html>`_
153
153
154
154
:param node_id: Comma-separated list of node identifiers or names used to limit
155
155
the returned information.
@@ -237,7 +237,7 @@ async def component_templates(
237
237
using the command line or Kibana console. They are not intended for use by applications.
238
238
For application consumption, use the get component template API.
239
239
240
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-component-templates.html>`_
240
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /cat-component-templates.html>`_
241
241
242
242
:param name: The name of the component template. Accepts wildcard expressions.
243
243
If omitted, all component templates are returned.
@@ -323,7 +323,7 @@ async def count(
323
323
console. They are not intended for use by applications. For application consumption,
324
324
use the count API.
325
325
326
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-count.html>`_
326
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /cat-count.html>`_
327
327
328
328
:param index: Comma-separated list of data streams, indices, and aliases used
329
329
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -411,7 +411,7 @@ async def fielddata(
411
411
using the command line or Kibana console. They are not intended for use by applications.
412
412
For application consumption, use the nodes stats API.
413
413
414
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-fielddata.html>`_
414
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /cat-fielddata.html>`_
415
415
416
416
:param fields: Comma-separated list of fields used to limit returned information.
417
417
To retrieve all fields, omit this parameter.
@@ -508,7 +508,7 @@ async def health(
508
508
across multiple nodes. You also can use the API to track the recovery of a large
509
509
cluster over a longer period of time.
510
510
511
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-health.html>`_
511
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /cat-health.html>`_
512
512
513
513
:param format: Specifies the format to return the columnar data in, can be set
514
514
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -587,7 +587,7 @@ async def help(
587
587
"""
588
588
Returns help for the Cat APIs.
589
589
590
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat.html>`_
590
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /cat.html>`_
591
591
592
592
:param format: Specifies the format to return the columnar data in, can be set
593
593
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -687,7 +687,7 @@ async def indices(
687
687
document counts include hidden nested documents. To get an accurate count of
688
688
Elasticsearch documents, use the cat count or count APIs.
689
689
690
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-indices.html>`_
690
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /cat-indices.html>`_
691
691
692
692
:param index: Comma-separated list of data streams, indices, and aliases used
693
693
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -791,7 +791,7 @@ async def master(
791
791
command line or Kibana console. They are not intended for use by applications.
792
792
For application consumption, use the nodes info API.
793
793
794
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-master.html>`_
794
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /cat-master.html>`_
795
795
796
796
:param format: Specifies the format to return the columnar data in, can be set
797
797
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -899,7 +899,7 @@ async def ml_data_frame_analytics(
899
899
console or command line. They are not intended for use by applications. For application
900
900
consumption, use the get data frame analytics jobs statistics API.
901
901
902
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-dfanalytics.html>`_
902
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /cat-dfanalytics.html>`_
903
903
904
904
:param id: The ID of the data frame analytics to fetch
905
905
:param allow_no_match: Whether to ignore if a wildcard expression matches no
@@ -1023,7 +1023,7 @@ async def ml_datafeeds(
1023
1023
using the Kibana console or command line. They are not intended for use by applications.
1024
1024
For application consumption, use the get datafeed statistics API.
1025
1025
1026
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-datafeeds.html>`_
1026
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /cat-datafeeds.html>`_
1027
1027
1028
1028
:param datafeed_id: A numerical character string that uniquely identifies the
1029
1029
datafeed.
@@ -1154,7 +1154,7 @@ async def ml_jobs(
1154
1154
for use by applications. For application consumption, use the get anomaly detection
1155
1155
job statistics API.
1156
1156
1157
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-anomaly-detectors.html>`_
1157
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /cat-anomaly-detectors.html>`_
1158
1158
1159
1159
:param job_id: Identifier for the anomaly detection job.
1160
1160
:param allow_no_match: Specifies what to do when the request: * Contains wildcard
@@ -1285,7 +1285,7 @@ async def ml_trained_models(
1285
1285
command line. They are not intended for use by applications. For application
1286
1286
consumption, use the get trained models statistics API.
1287
1287
1288
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-trained-model.html>`_
1288
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /cat-trained-model.html>`_
1289
1289
1290
1290
:param model_id: A unique identifier for the trained model.
1291
1291
:param allow_no_match: Specifies what to do when the request: contains wildcard
@@ -1384,7 +1384,7 @@ async def nodeattrs(
1384
1384
are not intended for use by applications. For application consumption, use the
1385
1385
nodes info API.
1386
1386
1387
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-nodeattrs.html>`_
1387
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /cat-nodeattrs.html>`_
1388
1388
1389
1389
:param format: Specifies the format to return the columnar data in, can be set
1390
1390
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1465,7 +1465,7 @@ async def nodes(
1465
1465
are not intended for use by applications. For application consumption, use the
1466
1466
nodes info API.
1467
1467
1468
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-nodes.html>`_
1468
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /cat-nodes.html>`_
1469
1469
1470
1470
:param bytes: The unit used to display byte values.
1471
1471
:param format: Specifies the format to return the columnar data in, can be set
@@ -1552,7 +1552,7 @@ async def pending_tasks(
1552
1552
console. They are not intended for use by applications. For application consumption,
1553
1553
use the pending cluster tasks API.
1554
1554
1555
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-pending-tasks.html>`_
1555
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /cat-pending-tasks.html>`_
1556
1556
1557
1557
:param format: Specifies the format to return the columnar data in, can be set
1558
1558
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1628,7 +1628,7 @@ async def plugins(
1628
1628
They are not intended for use by applications. For application consumption, use
1629
1629
the nodes info API.
1630
1630
1631
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-plugins.html>`_
1631
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /cat-plugins.html>`_
1632
1632
1633
1633
:param format: Specifies the format to return the columnar data in, can be set
1634
1634
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1714,7 +1714,7 @@ async def recovery(
1714
1714
line or Kibana console. They are not intended for use by applications. For application
1715
1715
consumption, use the index recovery API.
1716
1716
1717
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-recovery.html>`_
1717
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /cat-recovery.html>`_
1718
1718
1719
1719
:param index: A comma-separated list of data streams, indices, and aliases used
1720
1720
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -1808,7 +1808,7 @@ async def repositories(
1808
1808
are not intended for use by applications. For application consumption, use the
1809
1809
get snapshot repository API.
1810
1810
1811
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-repositories.html>`_
1811
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /cat-repositories.html>`_
1812
1812
1813
1813
:param format: Specifies the format to return the columnar data in, can be set
1814
1814
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1889,7 +1889,7 @@ async def segments(
1889
1889
console. They are not intended for use by applications. For application consumption,
1890
1890
use the index segments API.
1891
1891
1892
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-segments.html>`_
1892
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /cat-segments.html>`_
1893
1893
1894
1894
:param index: A comma-separated list of data streams, indices, and aliases used
1895
1895
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -1980,7 +1980,7 @@ async def shards(
1980
1980
for human consumption using the command line or Kibana console. They are not
1981
1981
intended for use by applications.
1982
1982
1983
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-shards.html>`_
1983
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /cat-shards.html>`_
1984
1984
1985
1985
:param index: A comma-separated list of data streams, indices, and aliases used
1986
1986
to limit the request. Supports wildcards (`*`). To target all data streams
@@ -2070,7 +2070,7 @@ async def snapshots(
2070
2070
console. They are not intended for use by applications. For application consumption,
2071
2071
use the get snapshot API.
2072
2072
2073
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-snapshots.html>`_
2073
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /cat-snapshots.html>`_
2074
2074
2075
2075
:param repository: A comma-separated list of snapshot repositories used to limit
2076
2076
the request. Accepts wildcard expressions. `_all` returns all repositories.
@@ -2162,7 +2162,7 @@ async def tasks(
2162
2162
console. They are not intended for use by applications. For application consumption,
2163
2163
use the task management API.
2164
2164
2165
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /tasks.html>`_
2165
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /tasks.html>`_
2166
2166
2167
2167
:param actions: The task action names, which are used to limit the response.
2168
2168
:param detailed: If `true`, the response includes detailed information about
@@ -2254,7 +2254,7 @@ async def templates(
2254
2254
console. They are not intended for use by applications. For application consumption,
2255
2255
use the get index template API.
2256
2256
2257
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-templates.html>`_
2257
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /cat-templates.html>`_
2258
2258
2259
2259
:param name: The name of the template to return. Accepts wildcard expressions.
2260
2260
If omitted, all templates are returned.
@@ -2342,7 +2342,7 @@ async def thread_pool(
2342
2342
They are not intended for use by applications. For application consumption, use
2343
2343
the nodes info API.
2344
2344
2345
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-thread-pool.html>`_
2345
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /cat-thread-pool.html>`_
2346
2346
2347
2347
:param thread_pool_patterns: A comma-separated list of thread pool names used
2348
2348
to limit the request. Accepts wildcard expressions.
@@ -2463,7 +2463,7 @@ async def transforms(
2463
2463
line. They are not intended for use by applications. For application consumption,
2464
2464
use the get transform statistics API.
2465
2465
2466
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-transforms.html>`_
2466
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /cat-transforms.html>`_
2467
2467
2468
2468
:param transform_id: A transform identifier or a wildcard expression. If you
2469
2469
do not specify one of these options, the API returns information for all
0 commit comments