Skip to content

Commit a93bfa9

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c7c18a3a of spec repo
1 parent 1293127 commit a93bfa9

27 files changed

+1210
-153
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-11 14:28:50.714448",
8-
"spec_repo_commit": "847bdb30"
7+
"regenerated": "2025-06-12 17:25:03.513170",
8+
"spec_repo_commit": "c7c18a3a"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-11 14:28:50.731377",
13-
"spec_repo_commit": "847bdb30"
12+
"regenerated": "2025-06-12 17:25:03.530413",
13+
"spec_repo_commit": "c7c18a3a"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34957,6 +34957,11 @@ components:
3495734957
items:
3495834958
$ref: '#/components/schemas/SensitiveDataScannerProduct'
3495934959
type: array
34960+
samplings:
34961+
description: List of sampling rates per product type.
34962+
items:
34963+
$ref: '#/components/schemas/SensitiveDataScannerSamplings'
34964+
type: array
3496034965
type: object
3496134966
SensitiveDataScannerGroupCreate:
3496234967
description: Data related to the creation of a group.
@@ -35388,6 +35393,19 @@ components:
3538835393
meta:
3538935394
$ref: '#/components/schemas/SensitiveDataScannerMetaVersionOnly'
3539035395
type: object
35396+
SensitiveDataScannerSamplings:
35397+
description: Sampling configurations for the Scanning Group.
35398+
properties:
35399+
product:
35400+
$ref: '#/components/schemas/SensitiveDataScannerProduct'
35401+
rate:
35402+
description: Rate at which data in product type will be scanned, as a percentage.
35403+
example: 100.0
35404+
format: double
35405+
maximum: 100.0
35406+
minimum: 0.0
35407+
type: number
35408+
type: object
3539135409
SensitiveDataScannerStandardPattern:
3539235410
description: Data containing the standard pattern id.
3539335411
properties:
Lines changed: 1 addition & 1 deletion
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/features/v2/sensitive_data_scanner/Create-Scanning-Rule-returns-Bad-Request-response.yml

Lines changed: 99 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
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/features/v2/sensitive_data_scanner/Create-Scanning-Rule-returns-OK-response.yml

Lines changed: 104 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
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/features/v2/sensitive_data_scanner/Delete-Scanning-Group-returns-OK-response.yml

Lines changed: 100 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
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/features/v2/sensitive_data_scanner/Delete-Scanning-Rule-returns-OK-response.yml

Lines changed: 106 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)