From 07894e548fb9edc6a44c419acdb590c71fe48199 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 14 Jan 2025 16:00:30 +0000 Subject: [PATCH] Regenerate client from commit 0457044b of spec repo --- .apigentools-info | 8 ++++---- .generator/schemas/v2/openapi.yaml | 3 ++- api/datadogV2/api_metrics.go | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index a53834fd0df..0e0f11430f0 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-01-13 18:28:01.901832", - "spec_repo_commit": "3517c947" + "regenerated": "2025-01-14 15:59:08.825316", + "spec_repo_commit": "0457044b" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-01-13 18:28:01.916682", - "spec_repo_commit": "3517c947" + "regenerated": "2025-01-14 15:59:08.840638", + "spec_repo_commit": "0457044b" } } } \ No newline at end of file diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 7e519f92653..77866cbe38e 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -39128,7 +39128,8 @@ paths: /api/v2/metrics/{metric_name}/active-configurations: get: description: List tags and aggregations that are actively queried on dashboards, - notebooks, monitors, and the Metrics Explorer for a given metric name. + notebooks, monitors, the Metrics Explorer, and using the API for a given metric + name. operationId: ListActiveMetricConfigurations parameters: - $ref: '#/components/parameters/MetricName' diff --git a/api/datadogV2/api_metrics.go b/api/datadogV2/api_metrics.go index d7346dfa7a2..92fde2355d3 100644 --- a/api/datadogV2/api_metrics.go +++ b/api/datadogV2/api_metrics.go @@ -467,7 +467,7 @@ func (r *ListActiveMetricConfigurationsOptionalParameters) WithWindowSeconds(win } // ListActiveMetricConfigurations List active tags and aggregations. -// List tags and aggregations that are actively queried on dashboards, notebooks, monitors, and the Metrics Explorer for a given metric name. +// List tags and aggregations that are actively queried on dashboards, notebooks, monitors, the Metrics Explorer, and using the API for a given metric name. func (a *MetricsApi) ListActiveMetricConfigurations(ctx _context.Context, metricName string, o ...ListActiveMetricConfigurationsOptionalParameters) (MetricSuggestedTagsAndAggregationsResponse, *_nethttp.Response, error) { var ( localVarHTTPMethod = _nethttp.MethodGet