File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
packages/datadog-api-client-v2/apis Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -91504,8 +91504,8 @@ paths:
9150491504
9150591505 If `filter[queried]` is not provided, sending this parameter returns a 400.
9150691506
91507- For example: `GET /api/v2/metrics?filter[queried]=true&filter[queried][window][seconds]=7776000 `.'
91508- example: 7776000
91507+ For example: `GET /api/v2/metrics?filter[queried]=true&filter[queried][window][seconds]=15552000 `.'
91508+ example: 15552000
9150991509 in: query
9151091510 name: filter[queried][window][seconds]
9151191511 required: false
@@ -91533,7 +91533,7 @@ paths:
9153391533 schema:
9153491534 type: boolean
9153591535 - description: 'The number of seconds of look back (from now) to apply to a
91536- filter[tag] or filter[queried] query.
91536+ filter[tag] query.
9153791537
9153891538 Default value is 3600 (1 hour), maximum value is 5,184,000 (60 days).'
9153991539 example: 3600
Original file line number Diff line number Diff line change @@ -2002,7 +2002,7 @@ export interface MetricsApiListTagConfigurationsRequest {
20022002 * Must be sent with `filter[queried]` and is only applied when `filter[queried]=true`.
20032003 * If `filter[queried]=false`, this parameter is ignored and default queried-window behavior applies.
20042004 * If `filter[queried]` is not provided, sending this parameter returns a 400.
2005- * For example: `GET /api/v2/metrics?filter[queried]=true&filter[queried][window][seconds]=7776000 `.
2005+ * For example: `GET /api/v2/metrics?filter[queried]=true&filter[queried][window][seconds]=15552000 `.
20062006 * @type number
20072007 */
20082008 filterQueriedWindowSeconds ?: number ;
@@ -2018,7 +2018,7 @@ export interface MetricsApiListTagConfigurationsRequest {
20182018 */
20192019 filterRelatedAssets ?: boolean ;
20202020 /**
2021- * The number of seconds of look back (from now) to apply to a filter[tag] or filter[queried] query.
2021+ * The number of seconds of look back (from now) to apply to a filter[tag] query.
20222022 * Default value is 3600 (1 hour), maximum value is 5,184,000 (60 days).
20232023 * @type number
20242024 */
You can’t perform that action at this time.
0 commit comments