Skip to content

Commit 2e92376

Browse files
[Backport 8.18] [DOCS] Renames ML get usage info APIs back to get stats (#4301)
* [DOCS] Renames ML get usage info APIs back to get stats. (#4299) (cherry picked from commit 42e9256) * Update package-lock.json * Update package.json --------- Co-authored-by: István Zoltán Szabó <szabosteve@gmail.com>
1 parent 5f31853 commit 2e92376

File tree

7 files changed

+27
-27
lines changed

7 files changed

+27
-27
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema-serverless.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/ml/get_data_frame_analytics_stats/MlGetDataFrameAnalyticsStatsRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { Id } from '@_types/common'
2222
import { integer } from '@_types/Numeric'
2323

2424
/**
25-
* Get data frame analytics jobs usage info.
25+
* Get data frame analytics job stats.
2626
* @rest_spec_name ml.get_data_frame_analytics_stats
2727
* @availability stack since=7.3.0 stability=stable
2828
* @availability serverless stability=stable visibility=public

specification/ml/get_datafeed_stats/MlGetDatafeedStatsRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { RequestBase } from '@_types/Base'
2121
import { Ids } from '@_types/common'
2222

2323
/**
24-
* Get datafeeds usage info.
24+
* Get datafeed stats.
2525
* You can get statistics for multiple datafeeds in a single API request by
2626
* using a comma-separated list of datafeeds or a wildcard expression. You can
2727
* get statistics for all datafeeds by using `_all`, by specifying `*` as the

specification/ml/get_job_stats/MlGetJobStatsRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { RequestBase } from '@_types/Base'
2121
import { Id } from '@_types/common'
2222

2323
/**
24-
* Get anomaly detection jobs usage info.
24+
* Get anomaly detection job stats.
2525
* @rest_spec_name ml.get_job_stats
2626
* @availability stack since=5.5.0 stability=stable
2727
* @availability serverless stability=stable visibility=public

0 commit comments

Comments
 (0)