Skip to content

Commit 4fdf313

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 319af38 of spec repo
1 parent 3154524 commit 4fdf313

18 files changed

+232
-8
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24664,6 +24664,7 @@ components:
2466424664
authorizationCode:
2466524665
authorizationUrl: /oauth2/v1/authorize
2466624666
scopes:
24667+
ai_guard_evaluate: Evaluate AI Guard rules.
2466724668
apm_api_catalog_read: View API catalog and API definitions.
2466824669
apm_api_catalog_write: Add, modify, and delete API catalog definitions.
2466924670
apm_read: Read and query APM and Trace Analytics.
@@ -24756,6 +24757,10 @@ components:
2475624757
user_access_manage: Disable users, manage user roles, manage SAML-to-role
2475724758
mappings, and configure logs restriction queries.
2475824759
user_access_read: View users and their roles and settings.
24760+
user_self_profile_read: View information about your own user settings
24761+
like your profile information and all the organizations you belong to.
24762+
user_self_profile_write: Write information about your own user settings
24763+
like your profile information.
2475924764
workflows_read: View workflows.
2476024765
workflows_run: Run workflows.
2476124766
workflows_write: Create, edit, and delete workflows.

.generator/schemas/v2/openapi.yaml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46152,7 +46152,7 @@ paths:
4615246152
$ref: '#/components/responses/NotAuthorizedResponse'
4615346153
'429':
4615446154
$ref: '#/components/responses/TooManyRequestsResponse'
46155-
summary: Get AWS Scan Options
46155+
summary: List AWS Scan Options
4615646156
tags:
4615746157
- Agentless Scanning
4615846158
post:
@@ -46204,6 +46204,29 @@ paths:
4620446204
summary: Delete AWS Scan Options
4620546205
tags:
4620646206
- Agentless Scanning
46207+
get:
46208+
description: Fetches the Agentless scan options for an activated account.
46209+
operationId: GetAwsScanOptions
46210+
parameters:
46211+
- $ref: '#/components/parameters/AwsAccountId'
46212+
responses:
46213+
'200':
46214+
content:
46215+
application/json:
46216+
schema:
46217+
$ref: '#/components/schemas/AwsScanOptionsResponse'
46218+
description: OK
46219+
'400':
46220+
$ref: '#/components/responses/BadRequestResponse'
46221+
'403':
46222+
$ref: '#/components/responses/NotAuthorizedResponse'
46223+
'404':
46224+
$ref: '#/components/responses/NotFoundResponse'
46225+
'429':
46226+
$ref: '#/components/responses/TooManyRequestsResponse'
46227+
summary: Get AWS scan options
46228+
tags:
46229+
- Agentless Scanning
4620746230
patch:
4620846231
description: Update the Agentless scan options for an activated account.
4620946232
operationId: UpdateAwsScanOptions

cassettes/features/v2/agentless_scanning/Get-AWS-Scan-Options-returns-OK-response.frozen

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2025-08-27T13:04:35.618Z

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

Lines changed: 21 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-08-27T01:14:07.103Z

cassettes/features/v2/agentless_scanning/Get-AWS-scan-options-returns-Not-Found-response.yml

Lines changed: 21 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-08-27T01:14:24.197Z

cassettes/features/v2/agentless_scanning/Get-AWS-scan-options-returns-OK-response.yml

Lines changed: 38 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-08-24T22:53:40.600Z

0 commit comments

Comments
 (0)