Agentless Scanning

Get GCP scan options

Fetches the Agentless scan options for an activated GCP project.

get/api/v2/agentless_scanning/accounts/gcp/{project_id}

Path parameters

project_idstring required
Example:company-project-id

The GCP project ID.

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

Changes

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