Skip to content

Commit 61e910f

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 65935c76 of spec repo
1 parent 584f4e8 commit 61e910f

27 files changed

+1266
-145
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-05-27 17:12:13.372089",
8-
"spec_repo_commit": "ed439f7c"
7+
"regenerated": "2025-06-02 15:34:45.785354",
8+
"spec_repo_commit": "65935c76"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-27 17:12:13.387673",
13-
"spec_repo_commit": "ed439f7c"
12+
"regenerated": "2025-06-02 15:34:45.801446",
13+
"spec_repo_commit": "65935c76"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34675,6 +34675,11 @@ components:
3467534675
items:
3467634676
$ref: '#/components/schemas/SensitiveDataScannerProduct'
3467734677
type: array
34678+
samplings:
34679+
description: List of sampling rates per product type.
34680+
items:
34681+
$ref: '#/components/schemas/SensitiveDataScannerSamplings'
34682+
type: array
3467834683
type: object
3467934684
SensitiveDataScannerGroupCreate:
3468034685
description: Data related to the creation of a group.
@@ -34875,10 +34880,22 @@ components:
3487534880
description: (Deprecated) Whether or not scanned events have multi-pass
3487634881
enabled.
3487734882
type: boolean
34883+
is_float_sampling_rate_enabled:
34884+
description: Whether or not the sampling rate for products can be set to
34885+
a float point number (as opposed to an integer).
34886+
type: boolean
3487834887
is_pci_compliant:
3487934888
description: Whether or not the org is compliant to the payment card industry
3488034889
standard.
3488134890
type: boolean
34891+
min_sampling_rate:
34892+
description: Global minimum sampling rate allowed for all product within
34893+
the org.
34894+
example: 10.0
34895+
format: double
34896+
maximum: 100.0
34897+
minimum: 0.0
34898+
type: number
3488234899
version:
3488334900
description: Version of the API.
3488434901
example: 0
@@ -34955,6 +34972,11 @@ components:
3495534972
is_enabled:
3495634973
description: Whether or not the rule is enabled.
3495734974
type: boolean
34975+
labels:
34976+
description: List of labels.
34977+
items:
34978+
type: string
34979+
type: array
3495834980
name:
3495934981
description: Name of the rule.
3496034982
type: string
@@ -35106,6 +35128,19 @@ components:
3510635128
meta:
3510735129
$ref: '#/components/schemas/SensitiveDataScannerMetaVersionOnly'
3510835130
type: object
35131+
SensitiveDataScannerSamplings:
35132+
description: Sampling configurations for the Scanning Group.
35133+
properties:
35134+
product:
35135+
$ref: '#/components/schemas/SensitiveDataScannerProduct'
35136+
rate:
35137+
description: Rate at which data in product type will be scanned, as a percentage.
35138+
example: 100.0
35139+
format: double
35140+
maximum: 100.0
35141+
minimum: 0.0
35142+
type: number
35143+
type: object
3510935144
SensitiveDataScannerStandardPattern:
3511035145
description: Data containing the standard pattern id.
3511135146
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)