Skip to content

Commit bf4a2fb

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit b1a1c000 of spec repo (#29640)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 55e5e7a commit bf4a2fb

File tree

5 files changed

+1167
-18
lines changed

5 files changed

+1167
-18
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
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-06-17 15:07:35.360279",
8-
"spec_repo_commit": "b359fdcc"
7+
"regenerated": "2025-06-17 18:24:17.637707",
8+
"spec_repo_commit": "b1a1c000"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-17 15:07:44.874502",
13-
"spec_repo_commit": "b359fdcc"
12+
"regenerated": "2025-06-17 18:24:26.946951",
13+
"spec_repo_commit": "b1a1c000"
1414
}
1515
}
1616
}

content/en/api/v2/sensitive-data-scanner/examples.json

Lines changed: 25 additions & 7 deletions
Large diffs are not rendered by default.

data/api/v2/full_spec.yaml

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35660,6 +35660,11 @@ components:
3566035660
items:
3566135661
$ref: '#/components/schemas/SensitiveDataScannerProduct'
3566235662
type: array
35663+
samplings:
35664+
description: List of sampling rates per product type.
35665+
items:
35666+
$ref: '#/components/schemas/SensitiveDataScannerSamplings'
35667+
type: array
3566335668
type: object
3566435669
SensitiveDataScannerGroupCreate:
3566535670
description: Data related to the creation of a group.
@@ -36091,6 +36096,19 @@ components:
3609136096
meta:
3609236097
$ref: '#/components/schemas/SensitiveDataScannerMetaVersionOnly'
3609336098
type: object
36099+
SensitiveDataScannerSamplings:
36100+
description: Sampling configurations for the Scanning Group.
36101+
properties:
36102+
product:
36103+
$ref: '#/components/schemas/SensitiveDataScannerProduct'
36104+
rate:
36105+
description: Rate at which data in product type will be scanned, as a percentage.
36106+
example: 100.0
36107+
format: double
36108+
maximum: 100.0
36109+
minimum: 0.0
36110+
type: number
36111+
type: object
3609436112
SensitiveDataScannerStandardPattern:
3609536113
description: Data containing the standard pattern id.
3609636114
properties:
@@ -62708,11 +62726,12 @@ paths:
6270862726
value: "{\n \"data\": {\n \"type\": \"sensitive_data_scanner_group\",\n
6270962727
\ \"attributes\": {\n \"name\": \"my-test-group\",\n \"is_enabled\":
6271062728
false,\n \"product_list\": [\n \"logs\"\n ],\n \"filter\":
62711-
{\n \"query\": \"*\"\n }\n },\n \"relationships\":
62712-
{\n \"configuration\": {\n \"data\": {\n \"id\":
62713-
\"{{ configuration.data.id }}\",\n \"type\": \"{{ configuration.data.type
62714-
}}\"\n }\n },\n \"rules\": {\n \"data\": []\n
62715-
\ }\n }\n },\n \"meta\": {}\n}"
62729+
{\n \"query\": \"*\"\n },\n \"samplings\": [{\"product\":
62730+
\"logs\", \"rate\": 100}]\n },\n \"relationships\": {\n \"configuration\":
62731+
{\n \"data\": {\n \"id\": \"{{ configuration.data.id
62732+
}}\",\n \"type\": \"{{ configuration.data.type }}\"\n }\n
62733+
\ },\n \"rules\": {\n \"data\": []\n }\n }\n
62734+
\ },\n \"meta\": {}\n}"
6271662735
step: there is a valid "scanning_group" in the system
6271762736
x-menu-order: 4
6271862737
x-permission:

0 commit comments

Comments
 (0)