Skip to content

Commit eae33bb

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 1c5e4c8 of spec repo (#3534)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent af3317b commit eae33bb

File tree

2 files changed

+21
-17
lines changed

2 files changed

+21
-17
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91067,14 +91067,18 @@ paths:
9106791067
- logs_read_data
9106891068
/api/v2/metrics:
9106991069
get:
91070-
description: "Returns all metrics that can be configured in the Metrics Summary
91071-
page or with Metrics without Limits\u2122 (matching additional filters if
91072-
specified).\nOptionally, paginate by using the `page[cursor]` and/or `page[size]`
91073-
query parameters.\nTo fetch the first page, pass in a query parameter with
91074-
either a valid `page[size]` or an empty cursor like `page[cursor]=`. To fetch
91075-
the next page, pass in the `next_cursor` value from the response as the new
91076-
`page[cursor]` value.\nOnce the `meta.pagination.next_cursor` value is null,
91077-
all pages have been retrieved."
91070+
description: 'Returns all metrics for your organization that match the given
91071+
filter parameters.
91072+
91073+
Optionally, paginate by using the `page[cursor]` and/or `page[size]` query
91074+
parameters.
91075+
91076+
To fetch the first page, pass in a query parameter with either a valid `page[size]`
91077+
or an empty cursor like `page[cursor]=`. To fetch the next page, pass in the
91078+
`next_cursor` value from the response as the new `page[cursor]` value.
91079+
91080+
Once the `meta.pagination.next_cursor` value is null, all pages have been
91081+
retrieved.'
9107891082
operationId: ListTagConfigurations
9107991083
parameters:
9108091084
- description: Filter custom metrics that have configured tags.
@@ -91159,7 +91163,7 @@ paths:
9115991163
- description: 'The number of seconds of look back (from now) to apply to a
9116091164
filter[tag] or filter[queried] query.
9116191165

91162-
Default value is 3600 (1 hour), maximum value is 2,592,000 (30 days).'
91166+
Default value is 3600 (1 hour), maximum value is 5,184,000 (60 days).'
9116391167
example: 3600
9116491168
in: query
9116591169
name: window[seconds]

src/main/java/com/datadog/api/client/v2/api/MetricsApi.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1713,7 +1713,7 @@ public ListTagConfigurationsOptionalParameters filterRelatedAssets(
17131713
* Set windowSeconds.
17141714
*
17151715
* @param windowSeconds The number of seconds of look back (from now) to apply to a filter[tag]
1716-
* or filter[queried] query. Default value is 3600 (1 hour), maximum value is 2,592,000 (30
1716+
* or filter[queried] query. Default value is 3600 (1 hour), maximum value is 5,184,000 (60
17171717
* days). (optional)
17181718
* @return ListTagConfigurationsOptionalParameters
17191719
*/
@@ -1861,13 +1861,13 @@ public PaginationIterable<MetricsAndMetricTagConfigurations> listTagConfiguratio
18611861
}
18621862

18631863
/**
1864-
* Returns all metrics that can be configured in the Metrics Summary page or with Metrics without
1865-
* Limits™ (matching additional filters if specified). Optionally, paginate by using the <code>
1866-
* page[cursor]</code> and/or <code>page[size]</code> query parameters. To fetch the first page,
1867-
* pass in a query parameter with either a valid <code>page[size]</code> or an empty cursor like
1868-
* <code>page[cursor]=</code>. To fetch the next page, pass in the <code>next_cursor</code> value
1869-
* from the response as the new <code>page[cursor]</code> value. Once the <code>
1870-
* meta.pagination.next_cursor</code> value is null, all pages have been retrieved.
1864+
* Returns all metrics for your organization that match the given filter parameters. Optionally,
1865+
* paginate by using the <code>page[cursor]</code> and/or <code>page[size]</code> query
1866+
* parameters. To fetch the first page, pass in a query parameter with either a valid <code>
1867+
* page[size]</code> or an empty cursor like <code>page[cursor]=</code>. To fetch the next page,
1868+
* pass in the <code>next_cursor</code> value from the response as the new <code>page[cursor]
1869+
* </code> value. Once the <code>meta.pagination.next_cursor</code> value is null, all pages have
1870+
* been retrieved.
18711871
*
18721872
* @param parameters Optional parameters for the request.
18731873
* @return ApiResponse&lt;MetricsAndMetricTagConfigurationsResponse&gt;

0 commit comments

Comments
 (0)