v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Agentless Scanning

Create AWS scan options

Activate Agentless scan options for an AWS account.

post/api/v2/agentless_scanning/accounts/aws

Request body

Example request

{
  "data": {
    "attributes": {
      "lambda": true,
      "vuln_containers_os": true,
      "vuln_host_os": true
    },
    "id": "123456789012",
    "type": "aws_scan_options"
  }
}

Response

Agentless scan options enabled successfully.

Example response

{
  "data": {
    "attributes": {
      "lambda": true,
      "vuln_containers_os": true,
      "vuln_host_os": true
    },
    "id": "184366314700",
    "type": "aws_scan_options"
  }
}