Discovery Scan: Launch on Demand
Related Endpoints:
This example request body configures a Host Discovery scan that you can run on demand.
{
"uuid": "3c754f93-cc57-4841-9bfe-9bb69633a1b0d24bd260ef5f9e66",
"settings": {
"name": "central-region-assets",
"text_targets": "192.0.2.1-192.0.2.255,",
"emails": "[email protected],[email protected]",
"discovery_mode": "Host enumeration"
}
}
Note
To launch this scan, retain the scan ID from the scan creation response message, then use that value with the POST /scans/scan_id/launch endpoint.
Updated 22 days ago