patrowl-engine
Start a new scan
Start a new scan.
post/startscan
Request body
Example request
{
"scan_id": 1,
"assets": [
{
"id": "3",
"value": "8.8.8.8"
}
]
}Response
successful operation
Start a new scan.
{
"scan_id": 1,
"assets": [
{
"id": "3",
"value": "8.8.8.8"
}
]
}successful operation