Skip to content

Commit 287d62f

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit e771d13 of spec repo
1 parent 40a2d61 commit 287d62f

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37916,6 +37916,15 @@ components:
3791637916
items:
3791737917
$ref: '#/components/schemas/ObservabilityPipelineConfigSourceItem'
3791837918
type: array
37919+
use_legacy_search_syntax:
37920+
description: '**Warning**: Use this field only when migrating existing pipelines
37921+
from the legacy search syntax to the new search syntax.
37922+
37923+
Requires Observability Pipelines Worker version 2.11 or later.
37924+
37925+
See [Upgrade Your Filter Queries to the New Search Syntax](https://docs.datadoghq.com/observability_pipelines/guide/upgrade_your_filter_queries_to_the_new_search_syntax/)
37926+
for more information.'
37927+
type: boolean
3791937928
required:
3792037929
- sources
3792137930
- destinations

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ export class ObservabilityPipelineConfig {
3636
* A list of configured data sources for the pipeline.
3737
*/
3838
"sources": Array<ObservabilityPipelineConfigSourceItem>;
39+
/**
40+
* **Warning**: Use this field only when migrating existing pipelines from the legacy search syntax to the new search syntax.
41+
* Requires Observability Pipelines Worker version 2.11 or later.
42+
* See [Upgrade Your Filter Queries to the New Search Syntax](https://docs.datadoghq.com/observability_pipelines/guide/upgrade_your_filter_queries_to_the_new_search_syntax/) for more information.
43+
*/
44+
"useLegacySearchSyntax"?: boolean;
3945

4046
/**
4147
* A container for additional, undeclared properties.
@@ -75,6 +81,10 @@ export class ObservabilityPipelineConfig {
7581
type: "Array<ObservabilityPipelineConfigSourceItem>",
7682
required: true,
7783
},
84+
useLegacySearchSyntax: {
85+
baseName: "use_legacy_search_syntax",
86+
type: "boolean",
87+
},
7888
additionalProperties: {
7989
baseName: "additionalProperties",
8090
type: "{ [key: string]: any; }",

0 commit comments

Comments
 (0)