@@ -4122,6 +4122,8 @@ components:
41224122 of EC2 instances, lambda functions, AMI, ECR, RDS and S3 buckets.
41234123 example: arn:aws:ec2:us-east-1:727000456123:instance/i-0eabb50529b67a1ba
41244124 type: string
4125+ required:
4126+ - arn
41254127 type: object
41264128 AwsOnDemandCreateData:
41274129 description: Object for a single AWS on demand task.
@@ -4219,6 +4221,11 @@ components:
42194221 description: Indicates if scanning for vulnerabilities in hosts is enabled.
42204222 example: true
42214223 type: boolean
4224+ required:
4225+ - lambda
4226+ - sensitive_data
4227+ - vuln_containers_os
4228+ - vuln_host_os
42224229 type: object
42234230 AwsScanOptionsCreateData:
42244231 description: Object for the scan options of a single AWS account.
@@ -33982,7 +33989,9 @@ paths:
3398233989 permissions:
3398333990 - security_monitoring_findings_read
3398433991 post:
33985- description: Trigger the scan of an AWS resource with a high priority.
33992+ description: Trigger the scan of an AWS resource with a high priority. Agentless
33993+ scanning must be activated for the AWS account containing the resource to
33994+ scan.
3398633995 operationId: CreateAwsOnDemandTask
3398733996 requestBody:
3398833997 content:
@@ -34015,7 +34024,7 @@ paths:
3401534024 /api/v2/agentless_scanning/ondemand/aws/{task_id}:
3401634025 get:
3401734026 description: Fetch the data of a specific on demand task.
34018- operationId: RetrieveAwsOnDemandTask
34027+ operationId: GetAwsOnDemandTask
3401934028 parameters:
3402034029 - $ref: '#/components/parameters/OnDemandTaskId'
3402134030 responses:
@@ -53068,8 +53077,9 @@ tags:
5306853077 name: Action Connection
5306953078- description: "Datadog Agentless Scanning provides visibility into risks and vulnerabilities\nwithin
5307053079 your hosts, running containers, and serverless functions\u2014all without\nrequiring
53071- teams to install Agents on every host or where Agents cannot be installed.\nGo
53072- to https://www.datadoghq.com/blog/agentless-scanning/ to learn more."
53080+ teams to install Agents on every host or where Agents cannot be installed.\nAgentless
53081+ offers also Sensitive Data Scanning capabilities on your storage.\nGo to https://www.datadoghq.com/blog/agentless-scanning/
53082+ to learn more."
5307353083 name: Agentless Scanning
5307453084- description: Datadog App Builder provides a low-code solution to rapidly develop
5307553085 and integrate secure, customized applications into your monitoring stack that
0 commit comments