Skip to content

Commit 07d7878

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

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
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]

packages/datadog-api-client-v2/apis/MetricsApi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2019,7 +2019,7 @@ export interface MetricsApiListTagConfigurationsRequest {
20192019
filterRelatedAssets?: boolean;
20202020
/**
20212021
* The number of seconds of look back (from now) to apply to a filter[tag] or filter[queried] query.
2022-
* Default value is 3600 (1 hour), maximum value is 2,592,000 (30 days).
2022+
* Default value is 3600 (1 hour), maximum value is 5,184,000 (60 days).
20232023
* @type number
20242024
*/
20252025
windowSeconds?: number;
@@ -2369,7 +2369,7 @@ export class MetricsApi {
23692369
}
23702370

23712371
/**
2372-
* Returns all metrics that can be configured in the Metrics Summary page or with Metrics without Limits™ (matching additional filters if specified).
2372+
* Returns all metrics for your organization that match the given filter parameters.
23732373
* Optionally, paginate by using the `page[cursor]` and/or `page[size]` query parameters.
23742374
* 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.
23752375
* Once the `meta.pagination.next_cursor` value is null, all pages have been retrieved.

0 commit comments

Comments
 (0)