Skip to content

Commit 3f3c710

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Security Monitoring - Make hasOptionalGroupByFields updatable (#841)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 349b6a8 commit 3f3c710

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19060,11 +19060,11 @@ components:
1906019060
type: string
1906119061
type: array
1906219062
hasOptionalGroupByFields:
19063+
default: false
1906319064
description: When false, events without a group-by value are ignored by
1906419065
the query. When true, events with missing group-by fields are processed
1906519066
with `N/A`, replacing the missing values.
1906619067
example: false
19067-
readOnly: true
1906819068
type: boolean
1906919069
metrics:
1907019070
description: Group of target fields to aggregate over when using the sum,
@@ -39603,11 +39603,11 @@ components:
3960339603
type: string
3960439604
type: array
3960539605
hasOptionalGroupByFields:
39606+
default: false
3960639607
description: When false, events without a group-by value are ignored by
3960739608
the rule. When true, events with missing group-by fields are processed
3960839609
with `N/A`, replacing the missing values.
3960939610
example: false
39610-
readOnly: true
3961139611
type: boolean
3961239612
index:
3961339613
description: '**This field is currently unstable and might be removed in

LICENSE-3rdparty.csv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ uuid,https://github.com/uuid-rs/uuid,Apache-2.0 OR MIT,"Ashley Mannix<ashleymann
164164
uuid-macro-internal,https://github.com/uuid-rs/uuid,Apache-2.0 OR MIT,QnnOkabayashi
165165
want,https://github.com/seanmonstar/want,MIT,Sean McArthur <sean@seanmonstar.com>
166166
wasi,https://github.com/bytecodealliance/wasi,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,The Cranelift Project Developers
167-
wasi,https://github.com/bytecodealliance/wasi-rs,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,The Cranelift Project Developers
167+
wasi,https://github.com/bytecodealliance/wasi-rs,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,The wasi Authors
168+
wasip2,https://github.com/bytecodealliance/wasi-rs,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,The wasip2 Authors
168169
wasm-bindgen,https://github.com/wasm-bindgen/wasm-bindgen,MIT OR Apache-2.0,The wasm-bindgen Developers
169170
wasm-bindgen-backend,https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/backend,MIT OR Apache-2.0,The wasm-bindgen Developers
170171
wasm-bindgen-futures,https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/futures,MIT OR Apache-2.0,The wasm-bindgen Developers

0 commit comments

Comments
 (0)