Skip to content

Commit f70a152

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit e3c8e95 of spec repo
1 parent ac72881 commit f70a152

File tree

68 files changed

+787
-162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+787
-162
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -53874,7 +53874,7 @@ paths:
5387453874
appKeyAuth: []
5387553875
- AuthZ:
5387653876
- security_monitoring_findings_read
53877-
summary: List AWS Scan Options
53877+
summary: List AWS scan options
5387853878
tags:
5387953879
- Agentless Scanning
5388053880
post:
@@ -53907,7 +53907,7 @@ paths:
5390753907
appKeyAuth: []
5390853908
- AuthZ:
5390953909
- org_management
53910-
summary: Post AWS Scan Options
53910+
summary: Create AWS scan options
5391153911
tags:
5391253912
- Agentless Scanning
5391353913
x-codegen-request-body-name: body
@@ -53933,7 +53933,7 @@ paths:
5393353933
appKeyAuth: []
5393453934
- AuthZ:
5393553935
- org_management
53936-
summary: Delete AWS Scan Options
53936+
summary: Delete AWS scan options
5393753937
tags:
5393853938
- Agentless Scanning
5393953939
get:
@@ -53992,7 +53992,7 @@ paths:
5399253992
appKeyAuth: []
5399353993
- AuthZ:
5399453994
- org_management
53995-
summary: Patch AWS Scan Options
53995+
summary: Update AWS scan options
5399653996
tags:
5399753997
- Agentless Scanning
5399853998
x-codegen-request-body-name: body
@@ -54014,7 +54014,7 @@ paths:
5401454014
appKeyAuth: []
5401554015
- AuthZ:
5401654016
- security_monitoring_findings_read
54017-
summary: List azure scan options
54017+
summary: List Azure scan options
5401854018
tags:
5401954019
- Agentless Scanning
5402054020
post:
@@ -54040,7 +54040,7 @@ paths:
5404054040
appKeyAuth: []
5404154041
- AuthZ:
5404254042
- org_management
54043-
summary: Create azure scan options
54043+
summary: Create Azure scan options
5404454044
tags:
5404554045
- Agentless Scanning
5404654046
/api/v2/agentless_scanning/accounts/azure/{subscription_id}:
@@ -54065,7 +54065,7 @@ paths:
5406554065
appKeyAuth: []
5406654066
- AuthZ:
5406754067
- org_management
54068-
summary: Delete azure scan options
54068+
summary: Delete Azure scan options
5406954069
tags:
5407054070
- Agentless Scanning
5407154071
get:
@@ -54133,7 +54133,7 @@ paths:
5413354133
appKeyAuth: []
5413454134
- AuthZ:
5413554135
- org_management
54136-
summary: Update azure scan options
54136+
summary: Update Azure scan options
5413754137
tags:
5413854138
- Agentless Scanning
5413954139
/api/v2/agentless_scanning/accounts/gcp:
@@ -54156,7 +54156,7 @@ paths:
5415654156
appKeyAuth: []
5415754157
- AuthZ:
5415854158
- security_monitoring_findings_read
54159-
summary: List GCP Scan Options
54159+
summary: List GCP scan options
5416054160
tags:
5416154161
- Agentless Scanning
5416254162
post:
@@ -54189,7 +54189,7 @@ paths:
5418954189
appKeyAuth: []
5419054190
- AuthZ:
5419154191
- org_management
54192-
summary: Post GCP Scan Options
54192+
summary: Create GCP scan options
5419354193
tags:
5419454194
- Agentless Scanning
5419554195
x-codegen-request-body-name: body
@@ -54221,7 +54221,7 @@ paths:
5422154221
appKeyAuth: []
5422254222
- AuthZ:
5422354223
- org_management
54224-
summary: Delete GCP Scan Options
54224+
summary: Delete GCP scan options
5422554225
tags:
5422654226
- Agentless Scanning
5422754227
get:
@@ -54296,7 +54296,7 @@ paths:
5429654296
appKeyAuth: []
5429754297
- AuthZ:
5429854298
- org_management
54299-
summary: Patch GCP Scan Options
54299+
summary: Update GCP scan options
5430054300
tags:
5430154301
- Agentless Scanning
5430254302
x-codegen-request-body-name: body
@@ -54320,7 +54320,7 @@ paths:
5432054320
appKeyAuth: []
5432154321
- AuthZ:
5432254322
- security_monitoring_findings_read
54323-
summary: Get AWS On Demand tasks
54323+
summary: List AWS on demand tasks
5432454324
tags:
5432554325
- Agentless Scanning
5432654326
x-permission:
@@ -54357,7 +54357,7 @@ paths:
5435754357
appKeyAuth: []
5435854358
- AuthZ:
5435954359
- org_management
54360-
summary: Post an AWS on demand task
54360+
summary: Create AWS on demand task
5436154361
tags:
5436254362
- Agentless Scanning
5436354363
x-codegen-request-body-name: body
@@ -54391,7 +54391,7 @@ paths:
5439154391
appKeyAuth: []
5439254392
- AuthZ:
5439354393
- security_monitoring_findings_read
54394-
summary: Get AWS On Demand task by id
54394+
summary: Get AWS on demand task
5439554395
tags:
5439654396
- Agentless Scanning
5439754397
x-permission:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2025-10-23T22:21:53.448Z

cassettes/features/v2/agentless_scanning/Create-AWS-on-demand-task-returns-AWS-on-demand-task-created-successfully-response.yml

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2025-10-23T22:21:54.011Z

cassettes/features/v2/agentless_scanning/Create-AWS-on-demand-task-returns-Bad-Request-response.yml

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2025-10-23T22:21:54.335Z

cassettes/features/v2/agentless_scanning/Create-AWS-scan-options-returns-Bad-Request-response.yml

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2025-10-23T22:21:54.694Z

cassettes/features/v2/agentless_scanning/Create-AWS-scan-options-returns-Conflict-response.yml

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2025-10-23T22:21:55.015Z

0 commit comments

Comments
 (0)