Skip to content

Commit 7d61dd6

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Deprecate options from logs aggregate API public spec (#2120)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent f0bcc2d commit 7d61dd6

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.apigentools-info

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-03-28 15:07:44.488722",
8-
"spec_repo_commit": "3f3e8eaf"
7+
"regenerated": "2025-03-28 19:43:05.329668",
8+
"spec_repo_commit": "1d2132af"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-03-28 15:07:44.511210",
13-
"spec_repo_commit": "3f3e8eaf"
12+
"regenerated": "2025-03-28 19:43:05.351577",
13+
"spec_repo_commit": "1d2132af"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19109,10 +19109,10 @@ components:
1910919109
type: string
1911019110
type: object
1911119111
LogsQueryOptions:
19112+
deprecated: true
1911219113
description: 'Global query options that are used during the query.
1911319114

19114-
Note: you should supply either timezone or time offset, but not both. Otherwise,
19115-
the query will fail.'
19115+
Note: These fields are currently deprecated and do not affect the query results.'
1911619116
properties:
1911719117
timeOffset:
1911819118
description: The time offset (in seconds) to apply to the query.

packages/datadog-api-client-v2/models/LogsAggregateRequest.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class LogsAggregateRequest {
2929
"groupBy"?: Array<LogsGroupBy>;
3030
/**
3131
* Global query options that are used during the query.
32-
* Note: you should supply either timezone or time offset, but not both. Otherwise, the query will fail.
32+
* Note: These fields are currently deprecated and do not affect the query results.
3333
*/
3434
"options"?: LogsQueryOptions;
3535
/**

packages/datadog-api-client-v2/models/LogsListRequest.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class LogsListRequest {
2020
"filter"?: LogsQueryFilter;
2121
/**
2222
* Global query options that are used during the query.
23-
* Note: you should supply either timezone or time offset, but not both. Otherwise, the query will fail.
23+
* Note: These fields are currently deprecated and do not affect the query results.
2424
*/
2525
"options"?: LogsQueryOptions;
2626
/**

packages/datadog-api-client-v2/models/LogsQueryOptions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
88

99
/**
1010
* Global query options that are used during the query.
11-
* Note: you should supply either timezone or time offset, but not both. Otherwise, the query will fail.
11+
* Note: These fields are currently deprecated and do not affect the query results.
1212
*/
1313
export class LogsQueryOptions {
1414
/**

0 commit comments

Comments
 (0)