v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBAgentless Scanning
Create GCP scan options
Activate Agentless scan options for a GCP project.
post/api/v2/agentless_scanning/accounts/gcp
Request body
Example request
{
"data": {
"attributes": {
"compliance_host": false,
"vuln_containers_os": true,
"vuln_host_os": true
},
"id": "company-project-id",
"type": "gcp_scan_options"
}
}Response
Agentless scan options enabled successfully.
Example response
{
"data": {
"attributes": {
"compliance_host": false,
"vuln_containers_os": true,
"vuln_host_os": true
},
"id": "company-project-id",
"type": "gcp_scan_options"
}
}