v1

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

List GCP scan options

Fetches the scan options configured for all GCP projects.

get/api/v2/agentless_scanning/accounts/gcp

Response

OK

Example response

{
  "data": [
    {
      "attributes": {
        "compliance_host": false,
        "vuln_containers_os": true,
        "vuln_host_os": true
      },
      "id": "company-project-id",
      "type": "gcp_scan_options"
    }
  ]
}