v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBAgentless Scanning
Update GCP scan options
Update the Agentless scan options for an activated GCP project.
patch/api/v2/agentless_scanning/accounts/gcp/{project_id}
Path parameters
project_idstring required
Example:company-project-id
The GCP project ID.
Request body
Example request
{
"data": {
"id": "company-project-id",
"type": "gcp_scan_options"
}
}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"
}
}