Skip to content

Commit d516341

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 1c5e4c8 of spec repo
1 parent 154f848 commit d516341

2 files changed

Lines changed: 21 additions & 17 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88602,14 +88602,18 @@ paths:
8860288602
- logs_read_data
8860388603
/api/v2/metrics:
8860488604
get:
88605-
description: "Returns all metrics that can be configured in the Metrics Summary
88606-
page or with Metrics without Limits\u2122 (matching additional filters if
88607-
specified).\nOptionally, paginate by using the `page[cursor]` and/or `page[size]`
88608-
query parameters.\nTo fetch the first page, pass in a query parameter with
88609-
either a valid `page[size]` or an empty cursor like `page[cursor]=`. To fetch
88610-
the next page, pass in the `next_cursor` value from the response as the new
88611-
`page[cursor]` value.\nOnce the `meta.pagination.next_cursor` value is null,
88612-
all pages have been retrieved."
88605+
description: 'Returns all metrics for your organization that match the given
88606+
filter parameters.
88607+
88608+
Optionally, paginate by using the `page[cursor]` and/or `page[size]` query
88609+
parameters.
88610+
88611+
To fetch the first page, pass in a query parameter with either a valid `page[size]`
88612+
or an empty cursor like `page[cursor]=`. To fetch the next page, pass in the
88613+
`next_cursor` value from the response as the new `page[cursor]` value.
88614+
88615+
Once the `meta.pagination.next_cursor` value is null, all pages have been
88616+
retrieved.'
8861388617
operationId: ListTagConfigurations
8861488618
parameters:
8861588619
- description: Filter custom metrics that have configured tags.
@@ -88674,7 +88678,7 @@ paths:
8867488678
- description: 'The number of seconds of look back (from now) to apply to a
8867588679
filter[tag] or filter[queried] query.
8867688680

88677-
Default value is 3600 (1 hour), maximum value is 2,592,000 (30 days).'
88681+
Default value is 3600 (1 hour), maximum value is 5,184,000 (60 days).'
8867888682
example: 3600
8867988683
in: query
8868088684
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
@@ -1693,7 +1693,7 @@ public ListTagConfigurationsOptionalParameters filterRelatedAssets(
16931693
* Set windowSeconds.
16941694
*
16951695
* @param windowSeconds The number of seconds of look back (from now) to apply to a filter[tag]
1696-
* or filter[queried] query. Default value is 3600 (1 hour), maximum value is 2,592,000 (30
1696+
* or filter[queried] query. Default value is 3600 (1 hour), maximum value is 5,184,000 (60
16971697
* days). (optional)
16981698
* @return ListTagConfigurationsOptionalParameters
16991699
*/
@@ -1841,13 +1841,13 @@ public PaginationIterable<MetricsAndMetricTagConfigurations> listTagConfiguratio
18411841
}
18421842

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

0 commit comments

Comments
 (0)