Agentless 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"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.