From ef3b0aae36bfb9e6309edd6cf710de1787b00ddf Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Wed, 4 Mar 2026 00:55:13 +0000 Subject: [PATCH] Regenerate client from commit 1c5e4c8 of spec repo --- .generator/schemas/v2/openapi.yaml | 22 +++++++++++++--------- src/datadogV2/api/api_metrics.rs | 8 ++++---- 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index d3b9ce53d..391712ef5 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -88602,14 +88602,18 @@ paths: - logs_read_data /api/v2/metrics: get: - description: "Returns all metrics that can be configured in the Metrics Summary - page or with Metrics without Limits\u2122 (matching additional filters if - specified).\nOptionally, paginate by using the `page[cursor]` and/or `page[size]` - query parameters.\nTo fetch the first page, pass in a query parameter with - either a valid `page[size]` or an empty cursor like `page[cursor]=`. To fetch - the next page, pass in the `next_cursor` value from the response as the new - `page[cursor]` value.\nOnce the `meta.pagination.next_cursor` value is null, - all pages have been retrieved." + description: 'Returns all metrics for your organization that match the given + filter parameters. + + Optionally, paginate by using the `page[cursor]` and/or `page[size]` query + parameters. + + To fetch the first page, pass in a query parameter with either a valid `page[size]` + or an empty cursor like `page[cursor]=`. To fetch the next page, pass in the + `next_cursor` value from the response as the new `page[cursor]` value. + + Once the `meta.pagination.next_cursor` value is null, all pages have been + retrieved.' operationId: ListTagConfigurations parameters: - description: Filter custom metrics that have configured tags. @@ -88674,7 +88678,7 @@ paths: - description: 'The number of seconds of look back (from now) to apply to a filter[tag] or filter[queried] query. - Default value is 3600 (1 hour), maximum value is 2,592,000 (30 days).' + Default value is 3600 (1 hour), maximum value is 5,184,000 (60 days).' example: 3600 in: query name: window[seconds] diff --git a/src/datadogV2/api/api_metrics.rs b/src/datadogV2/api/api_metrics.rs index c6b9d4562..ed637ab67 100644 --- a/src/datadogV2/api/api_metrics.rs +++ b/src/datadogV2/api/api_metrics.rs @@ -97,7 +97,7 @@ pub struct ListTagConfigurationsOptionalParams { /// (Preview) Filter metrics that are used in dashboards, monitors, notebooks, SLOs. pub filter_related_assets: Option, /// The number of seconds of look back (from now) to apply to a filter[tag] or filter[queried] query. - /// Default value is 3600 (1 hour), maximum value is 2,592,000 (30 days). + /// Default value is 3600 (1 hour), maximum value is 5,184,000 (60 days). pub window_seconds: Option, /// Maximum number of results returned. pub page_size: Option, @@ -150,7 +150,7 @@ impl ListTagConfigurationsOptionalParams { self } /// The number of seconds of look back (from now) to apply to a filter[tag] or filter[queried] query. - /// Default value is 3600 (1 hour), maximum value is 2,592,000 (30 days). + /// Default value is 3600 (1 hour), maximum value is 5,184,000 (60 days). pub fn window_seconds(mut self, value: i64) -> Self { self.window_seconds = Some(value); self @@ -1647,7 +1647,7 @@ impl MetricsAPI { } } - /// Returns all metrics that can be configured in the Metrics Summary page or with Metrics without Limits™ (matching additional filters if specified). + /// Returns all metrics for your organization that match the given filter parameters. /// Optionally, paginate by using the `page[cursor]` and/or `page[size]` query parameters. /// To fetch the first page, pass in a query parameter with either a valid `page[size]` or an empty cursor like `page[cursor]=`. To fetch the next page, pass in the `next_cursor` value from the response as the new `page[cursor]` value. /// Once the `meta.pagination.next_cursor` value is null, all pages have been retrieved. @@ -1710,7 +1710,7 @@ impl MetricsAPI { } } - /// Returns all metrics that can be configured in the Metrics Summary page or with Metrics without Limits™ (matching additional filters if specified). + /// Returns all metrics for your organization that match the given filter parameters. /// Optionally, paginate by using the `page[cursor]` and/or `page[size]` query parameters. /// To fetch the first page, pass in a query parameter with either a valid `page[size]` or an empty cursor like `page[cursor]=`. To fetch the next page, pass in the `next_cursor` value from the response as the new `page[cursor]` value. /// Once the `meta.pagination.next_cursor` value is null, all pages have been retrieved.