Skip to content

Commit c3dfc0a

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 89d5fc6 of spec repo
1 parent 6481989 commit c3dfc0a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91070,7 +91070,7 @@ paths:
9107091070
schema:
9107191071
type: boolean
9107291072
- description: |-
91073-
Only return metrics that have been queried or not queried in the specified window. Dependent on being sent with `filter[queried]`.
91073+
Only return metrics that have been queried or not queried in the specified window. Dependent on being sent with `filter[queried]`. The default value is 2,592,000 seconds (30 days), the maximum value is 15,552,000 seconds (180 days), and the minimum value is 1 second.
9107491074
example: 15552000
9107591075
in: query
9107691076
name: filter[queried][window][seconds]
@@ -91098,7 +91098,7 @@ paths:
9109891098
schema:
9109991099
type: boolean
9110091100
- description: |-
91101-
Only return metrics that have been actively reporting in the specified window.
91101+
Only return metrics that have been actively reporting in the specified window. The default value is 3600 seconds (1 hour), the maximum value is 2,592,000 seconds (30 days), and the minimum value is 1 second.
9110291102
example: 3600
9110391103
in: query
9110491104
name: window[seconds]
@@ -91109,7 +91109,7 @@ paths:
9110991109
maximum: 2592000
9111091110
minimum: 1
9111191111
type: integer
91112-
- description: Maximum number of results per page. Use with `page[cursor]` for pagination.
91112+
- description: Maximum number of results per page. Use with `page[cursor]` for pagination. The default value is 10000, the maximum value is 10000, and the minimum value is 1.
9111391113
in: query
9111491114
name: page[size]
9111591115
required: false

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1996,7 +1996,7 @@ export interface MetricsApiListTagConfigurationsRequest {
19961996
*/
19971997
filterQueried?: boolean;
19981998
/**
1999-
* Only return metrics that have been queried or not queried in the specified window. Dependent on being sent with `filter[queried]`.
1999+
* Only return metrics that have been queried or not queried in the specified window. Dependent on being sent with `filter[queried]`. The default value is 2,592,000 seconds (30 days), the maximum value is 15,552,000 seconds (180 days), and the minimum value is 1 second.
20002000
* @type number
20012001
*/
20022002
filterQueriedWindowSeconds?: number;
@@ -2011,12 +2011,12 @@ export interface MetricsApiListTagConfigurationsRequest {
20112011
*/
20122012
filterRelatedAssets?: boolean;
20132013
/**
2014-
* Only return metrics that have been actively reporting in the specified window.
2014+
* Only return metrics that have been actively reporting in the specified window. The default value is 3600 seconds (1 hour), the maximum value is 2,592,000 seconds (30 days), and the minimum value is 1 second.
20152015
* @type number
20162016
*/
20172017
windowSeconds?: number;
20182018
/**
2019-
* Maximum number of results per page. Use with `page[cursor]` for pagination.
2019+
* Maximum number of results per page. Use with `page[cursor]` for pagination. The default value is 10000, the maximum value is 10000, and the minimum value is 1.
20202020
* @type number
20212021
*/
20222022
pageSize?: number;

0 commit comments

Comments
 (0)