v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBAgentless Scanning
Get AWS scan options
Fetches the Agentless scan options for an activated account.
get/api/v2/agentless_scanning/accounts/aws/{account_id}
Path parameters
account_idstring required
The ID of an AWS account.
Response
OK
Example response
{
"data": {
"attributes": {
"lambda": true,
"vuln_containers_os": true,
"vuln_host_os": true
},
"id": "184366314700",
"type": "aws_scan_options"
}
}