Skip to content

Commit 17dc6ef

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c21f41b of spec repo
1 parent 7c195a9 commit 17dc6ef

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31357,6 +31357,10 @@ components:
3135731357
items:
3135831358
$ref: '#/components/schemas/ObservabilityPipelineConfigSourceItem'
3135931359
type: array
31360+
use_legacy_search_syntax:
31361+
description: Use this field to configure the pipeline's filter queries to
31362+
use the deprecated search syntax.
31363+
type: boolean
3136031364
required:
3136131365
- sources
3136231366
- destinations

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ export class ObservabilityPipelineConfig {
2525
* A list of configured data sources for the pipeline.
2626
*/
2727
"sources": Array<ObservabilityPipelineConfigSourceItem>;
28+
/**
29+
* Use this field to configure the pipeline's filter queries to use the deprecated search syntax.
30+
*/
31+
"useLegacySearchSyntax"?: boolean;
2832

2933
/**
3034
* A container for additional, undeclared properties.
@@ -56,6 +60,10 @@ export class ObservabilityPipelineConfig {
5660
type: "Array<ObservabilityPipelineConfigSourceItem>",
5761
required: true,
5862
},
63+
useLegacySearchSyntax: {
64+
baseName: "use_legacy_search_syntax",
65+
type: "boolean",
66+
},
5967
additionalProperties: {
6068
baseName: "additionalProperties",
6169
type: "{ [key: string]: any; }",

0 commit comments

Comments
 (0)