Skip to content

Commit 49db760

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit b1a1c00 of spec repo (#2348)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent cda7e05 commit 49db760

File tree

27 files changed

+487
-401
lines changed

27 files changed

+487
-401
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35227,6 +35227,11 @@ components:
3522735227
items:
3522835228
$ref: '#/components/schemas/SensitiveDataScannerProduct'
3522935229
type: array
35230+
samplings:
35231+
description: List of sampling rates per product type.
35232+
items:
35233+
$ref: '#/components/schemas/SensitiveDataScannerSamplings'
35234+
type: array
3523035235
type: object
3523135236
SensitiveDataScannerGroupCreate:
3523235237
description: Data related to the creation of a group.
@@ -35658,6 +35663,19 @@ components:
3565835663
meta:
3565935664
$ref: '#/components/schemas/SensitiveDataScannerMetaVersionOnly'
3566035665
type: object
35666+
SensitiveDataScannerSamplings:
35667+
description: Sampling configurations for the Scanning Group.
35668+
properties:
35669+
product:
35670+
$ref: '#/components/schemas/SensitiveDataScannerProduct'
35671+
rate:
35672+
description: Rate at which data in product type will be scanned, as a percentage.
35673+
example: 100.0
35674+
format: double
35675+
maximum: 100.0
35676+
minimum: 0.0
35677+
type: number
35678+
type: object
3566135679
SensitiveDataScannerStandardPattern:
3566235680
description: Data containing the standard pattern id.
3566335681
properties:
@@ -61422,11 +61440,12 @@ paths:
6142261440
value: "{\n \"data\": {\n \"type\": \"sensitive_data_scanner_group\",\n
6142361441
\ \"attributes\": {\n \"name\": \"my-test-group\",\n \"is_enabled\":
6142461442
false,\n \"product_list\": [\n \"logs\"\n ],\n \"filter\":
61425-
{\n \"query\": \"*\"\n }\n },\n \"relationships\":
61426-
{\n \"configuration\": {\n \"data\": {\n \"id\":
61427-
\"{{ configuration.data.id }}\",\n \"type\": \"{{ configuration.data.type
61428-
}}\"\n }\n },\n \"rules\": {\n \"data\": []\n
61429-
\ }\n }\n },\n \"meta\": {}\n}"
61443+
{\n \"query\": \"*\"\n },\n \"samplings\": [{\"product\":
61444+
\"logs\", \"rate\": 100}]\n },\n \"relationships\": {\n \"configuration\":
61445+
{\n \"data\": {\n \"id\": \"{{ configuration.data.id
61446+
}}\",\n \"type\": \"{{ configuration.data.type }}\"\n }\n
61447+
\ },\n \"rules\": {\n \"data\": []\n }\n }\n
61448+
\ },\n \"meta\": {}\n}"
6143061449
step: there is a valid "scanning_group" in the system
6143161450
x-menu-order: 4
6143261451
x-permission:
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"2022-12-15T14:50:52.745Z"
1+
"2025-05-30T17:17:05.785Z"

cassettes/v2/Sensitive-Data-Scanner_3248008071/Create-Scanning-Rule-returns-Bad-Request-response_3579605322/recording.har

Lines changed: 31 additions & 31 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"2024-01-04T13:51:03.802Z"
1+
"2025-05-30T17:17:07.743Z"

cassettes/v2/Sensitive-Data-Scanner_3248008071/Create-Scanning-Rule-returns-OK-response_273264728/recording.har

Lines changed: 39 additions & 39 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"2022-12-09T09:52:52.562Z"
1+
"2025-05-30T17:17:09.412Z"

cassettes/v2/Sensitive-Data-Scanner_3248008071/Delete-Scanning-Group-returns-OK-response_3268027564/recording.har

Lines changed: 33 additions & 33 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"2023-01-24T13:12:15.106Z"
1+
"2025-05-30T17:17:10.839Z"

cassettes/v2/Sensitive-Data-Scanner_3248008071/Delete-Scanning-Rule-returns-OK-response_3523822267/recording.har

Lines changed: 51 additions & 51 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"2022-12-09T09:52:58.706Z"
1+
"2025-05-30T17:17:12.782Z"

0 commit comments

Comments
 (0)