@@ -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
@@ -229,8 +229,8 @@ async def component_templates(
229
229
Component templates are building blocks for constructing index templates that
230
230
specify index mappings, settings, and aliases. CAT APIs are only intended for
231
231
human consumption using the command line or Kibana console. They are not intended
232
- for use by applications. For application consumption, use the /_component_template
233
- endpoints .
232
+ for use by applications. For application consumption, use the get component template
233
+ API .
234
234
235
235
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-component-templates.html>`_
236
236
@@ -314,7 +314,7 @@ async def count(
314
314
not deleted documents which have not yet been removed by the merge process. CAT
315
315
APIs are only intended for human consumption using the command line or Kibana
316
316
console. They are not intended for use by applications. For application consumption,
317
- use /_count endpoints .
317
+ use the count API .
318
318
319
319
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-count.html>`_
320
320
@@ -668,9 +668,9 @@ async def indices(
668
668
shard replicas These metrics are retrieved directly from Lucene, which Elasticsearch
669
669
uses internally to power indexing and search. As a result, all document counts
670
670
include hidden nested documents. To get an accurate count of Elasticsearch documents,
671
- use the /_cat/ count or _count endpoints . CAT APIs are only intended for human
672
- consumption using the command line or Kibana console. They are not intended for
673
- use by applications. For application consumption, use an index endpoint.
671
+ use the cat count or count APIs . CAT APIs are only intended for human consumption
672
+ using the command line or Kibana console. They are not intended for use by applications.
673
+ For application consumption, use an index endpoint.
674
674
675
675
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-indices.html>`_
676
676
@@ -946,7 +946,8 @@ async def ml_data_frame_analytics(
946
946
Get data frame analytics jobs. Returns configuration and usage information about
947
947
data frame analytics jobs. CAT APIs are only intended for human consumption using
948
948
the Kibana console or command line. They are not intended for use by applications.
949
- For application consumption, use the /_ml/data_frame/analytics endpoints.
949
+ For application consumption, use the get data frame analytics jobs statistics
950
+ API.
950
951
951
952
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-dfanalytics.html>`_
952
953
@@ -1120,7 +1121,7 @@ async def ml_datafeeds(
1120
1121
are enabled, you must have `monitor_ml`, `monitor`, `manage_ml`, or `manage`
1121
1122
cluster privileges to use this API. CAT APIs are only intended for human consumption
1122
1123
using the Kibana console or command line. They are not intended for use by applications.
1123
- For application consumption, use the /_ml/datafeeds endpoints .
1124
+ For application consumption, use the get datafeed statistics API .
1124
1125
1125
1126
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-datafeeds.html>`_
1126
1127
@@ -1492,8 +1493,8 @@ async def ml_jobs(
1492
1493
security features are enabled, you must have `monitor_ml`, `monitor`, `manage_ml`,
1493
1494
or `manage` cluster privileges to use this API. CAT APIs are only intended for
1494
1495
human consumption using the Kibana console or command line. They are not intended
1495
- for use by applications. For application consumption, use the /_ml/anomaly_detectors
1496
- endpoints .
1496
+ for use by applications. For application consumption, use the get anomaly detection
1497
+ job statistics API .
1497
1498
1498
1499
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-anomaly-detectors.html>`_
1499
1500
@@ -1682,7 +1683,7 @@ async def ml_trained_models(
1682
1683
Get trained models. Returns configuration and usage information about inference
1683
1684
trained models. CAT APIs are only intended for human consumption using the Kibana
1684
1685
console or command line. They are not intended for use by applications. For application
1685
- consumption, use the /_ml/trained_models endpoints .
1686
+ consumption, use the get trained models statistics API .
1686
1687
1687
1688
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-trained-model.html>`_
1688
1689
@@ -2970,7 +2971,7 @@ async def transforms(
2970
2971
Get transforms. Returns configuration and usage information about transforms.
2971
2972
CAT APIs are only intended for human consumption using the Kibana console or
2972
2973
command line. They are not intended for use by applications. For application
2973
- consumption, use the /_transform endpoints .
2974
+ consumption, use the get transform statistics API .
2974
2975
2975
2976
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-transforms.html>`_
2976
2977
0 commit comments