From d51634186a936c505d26b8d430e3565414a4784e Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Wed, 4 Mar 2026 00:51:48 +0000 Subject: [PATCH] Regenerate client from commit 1c5e4c8 of spec repo --- .generator/schemas/v2/openapi.yaml | 22 +++++++++++-------- .../datadog/api/client/v2/api/MetricsApi.java | 16 +++++++------- 2 files changed, 21 insertions(+), 17 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index d3b9ce53dde..391712ef5b5 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/main/java/com/datadog/api/client/v2/api/MetricsApi.java b/src/main/java/com/datadog/api/client/v2/api/MetricsApi.java index 061e6e4104b..065ef3f9535 100644 --- a/src/main/java/com/datadog/api/client/v2/api/MetricsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/MetricsApi.java @@ -1693,7 +1693,7 @@ public ListTagConfigurationsOptionalParameters filterRelatedAssets( * Set windowSeconds. * * @param windowSeconds 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 + * or filter[queried] query. Default value is 3600 (1 hour), maximum value is 5,184,000 (60 * days). (optional) * @return ListTagConfigurationsOptionalParameters */ @@ -1841,13 +1841,13 @@ public PaginationIterable listTagConfiguratio } /** - * Returns all metrics that can be configured in the Metrics Summary page or with Metrics without - * Limits™ (matching additional filters if specified). 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. + * 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. * * @param parameters Optional parameters for the request. * @return ApiResponse<MetricsAndMetricTagConfigurationsResponse>