Skip to content

Commit aa40246

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 992e539 of spec repo (#3581)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 9db15bc commit aa40246

15 files changed

Lines changed: 83 additions & 21 deletions

.generator/schemas/v2/openapi.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12638,6 +12638,7 @@ components:
1263812638
data:
1263912639
attributes:
1264012640
compliance_host: false
12641+
function: true
1264112642
vuln_containers_os: true
1264212643
vuln_host_os: true
1264312644
id: 12345678-90ab-cdef-1234-567890abcdef
@@ -12652,6 +12653,7 @@ components:
1265212653
data:
1265312654
- attributes:
1265412655
compliance_host: false
12656+
function: true
1265512657
vuln_containers_os: true
1265612658
vuln_host_os: true
1265712659
id: 12345678-90ab-cdef-1234-567890abcdef
@@ -12686,6 +12688,9 @@ components:
1268612688
compliance_host:
1268712689
description: Indicates whether host compliance scanning is enabled.
1268812690
type: boolean
12691+
function:
12692+
description: Indicates if scanning of Azure Functions is enabled.
12693+
type: boolean
1268912694
vuln_containers_os:
1269012695
description: Indicates if scanning for vulnerabilities in containers is enabled.
1269112696
type: boolean
@@ -12733,6 +12738,9 @@ components:
1273312738
compliance_host:
1273412739
description: Indicates whether host compliance scanning is enabled.
1273512740
type: boolean
12741+
function:
12742+
description: Indicates if scanning of Azure Functions is enabled.
12743+
type: boolean
1273612744
vuln_containers_os:
1273712745
description: Indicates if scanning for vulnerabilities in containers is enabled.
1273812746
type: boolean
@@ -40828,6 +40836,7 @@ components:
4082840836
example:
4082940837
data:
4083040838
attributes:
40839+
cloud_function: true
4083140840
compliance_host: false
4083240841
vuln_containers_os: true
4083340842
vuln_host_os: true
@@ -40842,6 +40851,7 @@ components:
4084240851
example:
4084340852
data:
4084440853
- attributes:
40854+
cloud_function: true
4084540855
compliance_host: false
4084640856
vuln_containers_os: true
4084740857
vuln_host_os: true
@@ -40874,6 +40884,9 @@ components:
4087440884
GcpScanOptionsDataAttributes:
4087540885
description: Attributes for GCP scan options configuration.
4087640886
properties:
40887+
cloud_function:
40888+
description: Indicates if scanning of Cloud Functions is enabled.
40889+
type: boolean
4087740890
compliance_host:
4087840891
description: Indicates whether host compliance scanning is enabled.
4087940892
type: boolean
@@ -40921,6 +40934,9 @@ components:
4092140934
GcpScanOptionsInputUpdateDataAttributes:
4092240935
description: Attributes for updating GCP scan options configuration.
4092340936
properties:
40937+
cloud_function:
40938+
description: Indicates if scanning of Cloud Functions is enabled.
40939+
type: boolean
4092440940
compliance_host:
4092540941
description: Indicates whether host compliance scanning is enabled.
4092640942
type: boolean
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-23T22:21:55.015Z
1+
2026-07-17T06:38:46.211Z

cassettes/features/v2/agentless_scanning/Create-Azure-scan-options-returns-Created-response.yml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-23T22:21:55.656Z
1+
2026-07-17T06:38:47.064Z

cassettes/features/v2/agentless_scanning/Create-GCP-scan-options-returns-Agentless-scan-options-enabled-successfully-response.yml

Lines changed: 4 additions & 4 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-
2025-10-23T22:22:02.253Z
1+
2026-07-17T06:38:47.452Z

cassettes/features/v2/agentless_scanning/Update-GCP-scan-options-returns-OK-response.yml

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

examples/v2/agentless-scanning/CreateAzureScanOptions.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
body = DatadogAPIClient::V2::AzureScanOptions.new({
77
data: DatadogAPIClient::V2::AzureScanOptionsData.new({
88
attributes: DatadogAPIClient::V2::AzureScanOptionsDataAttributes.new({
9+
function: true,
910
vuln_containers_os: true,
1011
vuln_host_os: true,
1112
}),

examples/v2/agentless-scanning/CreateGcpScanOptions.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
id: "new-project",
99
type: DatadogAPIClient::V2::GcpScanOptionsDataType::GCP_SCAN_OPTIONS,
1010
attributes: DatadogAPIClient::V2::GcpScanOptionsDataAttributes.new({
11+
cloud_function: true,
1112
vuln_host_os: true,
1213
vuln_containers_os: true,
1314
}),

examples/v2/agentless-scanning/UpdateGcpScanOptions.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
id: "api-spec-test",
99
type: DatadogAPIClient::V2::GcpScanOptionsInputUpdateDataType::GCP_SCAN_OPTIONS,
1010
attributes: DatadogAPIClient::V2::GcpScanOptionsInputUpdateDataAttributes.new({
11+
cloud_function: true,
1112
vuln_containers_os: false,
1213
}),
1314
}),

0 commit comments

Comments
 (0)