@@ -54,8 +54,8 @@ async def aliases(
54
54
Get aliases. Retrieves the cluster’s index aliases, including filter and routing
55
55
information. The API does not return data stream aliases. CAT APIs are only intended
56
56
for human consumption using the command line or the Kibana console. They are
57
- not intended for use by applications. For application consumption, use the /_alias
58
- endpoints .
57
+ not intended for use by applications. For application consumption, use the aliases
58
+ API .
59
59
60
60
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-alias.html>`_
61
61
@@ -142,8 +142,8 @@ async def component_templates(
142
142
Component templates are building blocks for constructing index templates that
143
143
specify index mappings, settings, and aliases. CAT APIs are only intended for
144
144
human consumption using the command line or Kibana console. They are not intended
145
- for use by applications. For application consumption, use the /_component_template
146
- endpoints .
145
+ for use by applications. For application consumption, use the get component template
146
+ API .
147
147
148
148
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-component-templates.html>`_
149
149
@@ -227,7 +227,7 @@ async def count(
227
227
not deleted documents which have not yet been removed by the merge process. CAT
228
228
APIs are only intended for human consumption using the command line or Kibana
229
229
console. They are not intended for use by applications. For application consumption,
230
- use /_count endpoints .
230
+ use the count API .
231
231
232
232
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-count.html>`_
233
233
@@ -402,9 +402,9 @@ async def indices(
402
402
shard replicas These metrics are retrieved directly from Lucene, which Elasticsearch
403
403
uses internally to power indexing and search. As a result, all document counts
404
404
include hidden nested documents. To get an accurate count of Elasticsearch documents,
405
- use the /_cat/ count or _count endpoints . CAT APIs are only intended for human
406
- consumption using the command line or Kibana console. They are not intended for
407
- use by applications. For application consumption, use an index endpoint.
405
+ use the cat count or count APIs . CAT APIs are only intended for human consumption
406
+ using the command line or Kibana console. They are not intended for use by applications.
407
+ For application consumption, use an index endpoint.
408
408
409
409
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-indices.html>`_
410
410
@@ -606,7 +606,8 @@ async def ml_data_frame_analytics(
606
606
Get data frame analytics jobs. Returns configuration and usage information about
607
607
data frame analytics jobs. CAT APIs are only intended for human consumption using
608
608
the Kibana console or command line. They are not intended for use by applications.
609
- For application consumption, use the /_ml/data_frame/analytics endpoints.
609
+ For application consumption, use the get data frame analytics jobs statistics
610
+ API.
610
611
611
612
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-dfanalytics.html>`_
612
613
@@ -780,7 +781,7 @@ async def ml_datafeeds(
780
781
are enabled, you must have `monitor_ml`, `monitor`, `manage_ml`, or `manage`
781
782
cluster privileges to use this API. CAT APIs are only intended for human consumption
782
783
using the Kibana console or command line. They are not intended for use by applications.
783
- For application consumption, use the /_ml/datafeeds endpoints .
784
+ For application consumption, use the get datafeed statistics API .
784
785
785
786
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-datafeeds.html>`_
786
787
@@ -1152,8 +1153,8 @@ async def ml_jobs(
1152
1153
security features are enabled, you must have `monitor_ml`, `monitor`, `manage_ml`,
1153
1154
or `manage` cluster privileges to use this API. CAT APIs are only intended for
1154
1155
human consumption using the Kibana console or command line. They are not intended
1155
- for use by applications. For application consumption, use the /_ml/anomaly_detectors
1156
- endpoints .
1156
+ for use by applications. For application consumption, use the get anomaly detection
1157
+ job statistics API .
1157
1158
1158
1159
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-anomaly-detectors.html>`_
1159
1160
@@ -1342,7 +1343,7 @@ async def ml_trained_models(
1342
1343
Get trained models. Returns configuration and usage information about inference
1343
1344
trained models. CAT APIs are only intended for human consumption using the Kibana
1344
1345
console or command line. They are not intended for use by applications. For application
1345
- consumption, use the /_ml/trained_models endpoints .
1346
+ consumption, use the get trained models statistics API .
1346
1347
1347
1348
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-trained-model.html>`_
1348
1349
@@ -1610,7 +1611,7 @@ async def transforms(
1610
1611
Get transforms. Returns configuration and usage information about transforms.
1611
1612
CAT APIs are only intended for human consumption using the Kibana console or
1612
1613
command line. They are not intended for use by applications. For application
1613
- consumption, use the /_transform endpoints .
1614
+ consumption, use the get transform statistics API .
1614
1615
1615
1616
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-transforms.html>`_
1616
1617
0 commit comments