Assessment Scan: Launch on Demand
Related Endpoints:
This example request body configures an Advanced Network scan that you can run on demand.
{
"uuid": "893d91d1-5440-4f8c-9a6b-b50cfba86652d24bd260ef5f9e66",
"settings": {
"name": "central-region-assets",
"text_targets": "192.0.2.1-192.0.2.255,",
"emails": "[email protected],[email protected]"
}
}
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