diff --git a/output/openapi/elasticsearch-openapi.json b/output/openapi/elasticsearch-openapi.json index 9920434377..143f2a68d2 100644 --- a/output/openapi/elasticsearch-openapi.json +++ b/output/openapi/elasticsearch-openapi.json @@ -20742,7 +20742,7 @@ "tags": [ "ml data frame" ], - "summary": "Get data frame analytics jobs usage info", + "summary": "Get data frame analytics job stats", "operationId": "ml-get-data-frame-analytics-stats", "parameters": [ { @@ -20771,7 +20771,7 @@ "tags": [ "ml data frame" ], - "summary": "Get data frame analytics jobs usage info", + "summary": "Get data frame analytics job stats", "operationId": "ml-get-data-frame-analytics-stats-1", "parameters": [ { @@ -20803,7 +20803,7 @@ "tags": [ "ml anomaly" ], - "summary": "Get datafeeds usage info", + "summary": "Get datafeeds stats", "description": "You can get statistics for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget statistics for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``. If the datafeed is stopped, the\nonly information you receive is the `datafeed_id` and the `state`.\nThis API returns a maximum of 10,000 datafeeds.", "operationId": "ml-get-datafeed-stats", "parameters": [ @@ -20827,7 +20827,7 @@ "tags": [ "ml anomaly" ], - "summary": "Get datafeeds usage info", + "summary": "Get datafeeds stats", "description": "You can get statistics for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget statistics for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``. If the datafeed is stopped, the\nonly information you receive is the `datafeed_id` and the `state`.\nThis API returns a maximum of 10,000 datafeeds.", "operationId": "ml-get-datafeed-stats-1", "parameters": [ @@ -20990,7 +20990,7 @@ "tags": [ "ml anomaly" ], - "summary": "Get anomaly detection jobs usage info", + "summary": "Get anomaly detection job stats", "operationId": "ml-get-job-stats", "parameters": [ { @@ -21010,7 +21010,7 @@ "tags": [ "ml anomaly" ], - "summary": "Get anomaly detection jobs usage info", + "summary": "Get anomaly detection job stats", "operationId": "ml-get-job-stats-1", "parameters": [ { diff --git a/output/openapi/elasticsearch-serverless-openapi.json b/output/openapi/elasticsearch-serverless-openapi.json index ca5cde3a72..ad62f2fd0c 100644 --- a/output/openapi/elasticsearch-serverless-openapi.json +++ b/output/openapi/elasticsearch-serverless-openapi.json @@ -12061,7 +12061,7 @@ "tags": [ "ml data frame" ], - "summary": "Get data frame analytics jobs usage info", + "summary": "Get data frame analytics job stats", "operationId": "ml-get-data-frame-analytics-stats", "parameters": [ { @@ -12090,7 +12090,7 @@ "tags": [ "ml data frame" ], - "summary": "Get data frame analytics jobs usage info", + "summary": "Get data frame analytics job stats", "operationId": "ml-get-data-frame-analytics-stats-1", "parameters": [ { @@ -12122,7 +12122,7 @@ "tags": [ "ml anomaly" ], - "summary": "Get datafeeds usage info", + "summary": "Get datafeeds stats", "description": "You can get statistics for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget statistics for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``. If the datafeed is stopped, the\nonly information you receive is the `datafeed_id` and the `state`.\nThis API returns a maximum of 10,000 datafeeds.", "operationId": "ml-get-datafeed-stats", "parameters": [ @@ -12146,7 +12146,7 @@ "tags": [ "ml anomaly" ], - "summary": "Get datafeeds usage info", + "summary": "Get datafeeds stats", "description": "You can get statistics for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget statistics for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``. If the datafeed is stopped, the\nonly information you receive is the `datafeed_id` and the `state`.\nThis API returns a maximum of 10,000 datafeeds.", "operationId": "ml-get-datafeed-stats-1", "parameters": [ @@ -12215,7 +12215,7 @@ "tags": [ "ml anomaly" ], - "summary": "Get anomaly detection jobs usage info", + "summary": "Get anomaly detection job stats", "operationId": "ml-get-job-stats", "parameters": [ { @@ -12235,7 +12235,7 @@ "tags": [ "ml anomaly" ], - "summary": "Get anomaly detection jobs usage info", + "summary": "Get anomaly detection job stats", "operationId": "ml-get-job-stats-1", "parameters": [ { diff --git a/output/schema/schema-serverless.json b/output/schema/schema-serverless.json index 6130f9c987..9d98edd3f7 100644 --- a/output/schema/schema-serverless.json +++ b/output/schema/schema-serverless.json @@ -5817,7 +5817,7 @@ "stability": "stable" } }, - "description": "Get data frame analytics jobs usage info.", + "description": "Get data frame analytics job stats.", "docTag": "ml data frame", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-dfanalytics-stats.html", "name": "ml.get_data_frame_analytics_stats", @@ -5864,7 +5864,7 @@ "stability": "stable" } }, - "description": "Get datafeeds usage info.\nYou can get statistics for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget statistics for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``. If the datafeed is stopped, the\nonly information you receive is the `datafeed_id` and the `state`.\nThis API returns a maximum of 10,000 datafeeds.", + "description": "Get datafeeds stats.\nYou can get statistics for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget statistics for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``. If the datafeed is stopped, the\nonly information you receive is the `datafeed_id` and the `state`.\nThis API returns a maximum of 10,000 datafeeds.", "docTag": "ml anomaly", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-datafeed-stats.html", "name": "ml.get_datafeed_stats", @@ -6005,7 +6005,7 @@ "stability": "stable" } }, - "description": "Get anomaly detection jobs usage info.", + "description": "Get anomaly detection job stats.", "docTag": "ml anomaly", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-job-stats.html", "name": "ml.get_job_stats", @@ -28401,7 +28401,7 @@ "body": { "kind": "no_body" }, - "description": "Get data frame analytics jobs usage info.", + "description": "Get data frame analytics job stats.", "inherits": { "type": { "name": "RequestBase", @@ -28529,7 +28529,7 @@ "body": { "kind": "no_body" }, - "description": "Get datafeeds usage info.\nYou can get statistics for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget statistics for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``. If the datafeed is stopped, the\nonly information you receive is the `datafeed_id` and the `state`.\nThis API returns a maximum of 10,000 datafeeds.", + "description": "Get datafeeds stats.\nYou can get statistics for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget statistics for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``. If the datafeed is stopped, the\nonly information you receive is the `datafeed_id` and the `state`.\nThis API returns a maximum of 10,000 datafeeds.", "inherits": { "type": { "name": "RequestBase", @@ -28817,7 +28817,7 @@ "body": { "kind": "no_body" }, - "description": "Get anomaly detection jobs usage info.", + "description": "Get anomaly detection job stats.", "inherits": { "type": { "name": "RequestBase", diff --git a/output/schema/schema.json b/output/schema/schema.json index 20844153db..4907284394 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -11276,7 +11276,7 @@ "stability": "stable" } }, - "description": "Get data frame analytics jobs usage info.", + "description": "Get data frame analytics job stats.", "docTag": "ml data frame", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-dfanalytics-stats.html", "name": "ml.get_data_frame_analytics_stats", @@ -11323,7 +11323,7 @@ "stability": "stable" } }, - "description": "Get datafeeds usage info.\nYou can get statistics for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget statistics for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``. If the datafeed is stopped, the\nonly information you receive is the `datafeed_id` and the `state`.\nThis API returns a maximum of 10,000 datafeeds.", + "description": "Get datafeeds stats.\nYou can get statistics for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget statistics for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``. If the datafeed is stopped, the\nonly information you receive is the `datafeed_id` and the `state`.\nThis API returns a maximum of 10,000 datafeeds.", "docTag": "ml anomaly", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-datafeed-stats.html", "name": "ml.get_datafeed_stats", @@ -11509,7 +11509,7 @@ "stability": "stable" } }, - "description": "Get anomaly detection jobs usage info.", + "description": "Get anomaly detection job stats.", "docTag": "ml anomaly", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-job-stats.html", "name": "ml.get_job_stats", @@ -169962,7 +169962,7 @@ "body": { "kind": "no_body" }, - "description": "Get data frame analytics jobs usage info.", + "description": "Get data frame analytics job stats.", "inherits": { "type": { "name": "RequestBase", @@ -170090,7 +170090,7 @@ "body": { "kind": "no_body" }, - "description": "Get datafeeds usage info.\nYou can get statistics for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget statistics for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``. If the datafeed is stopped, the\nonly information you receive is the `datafeed_id` and the `state`.\nThis API returns a maximum of 10,000 datafeeds.", + "description": "Get datafeeds stats.\nYou can get statistics for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget statistics for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``. If the datafeed is stopped, the\nonly information you receive is the `datafeed_id` and the `state`.\nThis API returns a maximum of 10,000 datafeeds.", "inherits": { "type": { "name": "RequestBase", @@ -170571,7 +170571,7 @@ "body": { "kind": "no_body" }, - "description": "Get anomaly detection jobs usage info.", + "description": "Get anomaly detection job stats.", "inherits": { "type": { "name": "RequestBase", diff --git a/specification/ml/get_data_frame_analytics_stats/MlGetDataFrameAnalyticsStatsRequest.ts b/specification/ml/get_data_frame_analytics_stats/MlGetDataFrameAnalyticsStatsRequest.ts index 89b91f32df..a80585763c 100644 --- a/specification/ml/get_data_frame_analytics_stats/MlGetDataFrameAnalyticsStatsRequest.ts +++ b/specification/ml/get_data_frame_analytics_stats/MlGetDataFrameAnalyticsStatsRequest.ts @@ -22,7 +22,7 @@ import { Id } from '@_types/common' import { integer } from '@_types/Numeric' /** - * Get data frame analytics jobs usage info. + * Get data frame analytics job stats. * @rest_spec_name ml.get_data_frame_analytics_stats * @availability stack since=7.3.0 stability=stable * @availability serverless stability=stable visibility=public diff --git a/specification/ml/get_datafeed_stats/MlGetDatafeedStatsRequest.ts b/specification/ml/get_datafeed_stats/MlGetDatafeedStatsRequest.ts index 3f8f19d4e5..24e005e5d5 100644 --- a/specification/ml/get_datafeed_stats/MlGetDatafeedStatsRequest.ts +++ b/specification/ml/get_datafeed_stats/MlGetDatafeedStatsRequest.ts @@ -21,7 +21,7 @@ import { RequestBase } from '@_types/Base' import { Ids } from '@_types/common' /** - * Get datafeeds usage info. + * Get datafeeds stats. * You can get statistics for multiple datafeeds in a single API request by * using a comma-separated list of datafeeds or a wildcard expression. You can * get statistics for all datafeeds by using `_all`, by specifying `*` as the diff --git a/specification/ml/get_job_stats/MlGetJobStatsRequest.ts b/specification/ml/get_job_stats/MlGetJobStatsRequest.ts index f4b357fbb8..64b87d1295 100644 --- a/specification/ml/get_job_stats/MlGetJobStatsRequest.ts +++ b/specification/ml/get_job_stats/MlGetJobStatsRequest.ts @@ -21,7 +21,7 @@ import { RequestBase } from '@_types/Base' import { Id } from '@_types/common' /** - * Get anomaly detection jobs usage info. + * Get anomaly detection job stats. * @rest_spec_name ml.get_job_stats * @availability stack since=5.5.0 stability=stable * @availability serverless stability=stable visibility=public