Scanner
Get Scanner Agents
Retrieve the list of scanner agents available for initiating private scans from different geolocations.
get/api/scanner/agents/
Response
Scanner Agents
Example response
[
{
"id": 5,
"description": "DEMO agent",
"name": "demo-1",
"label": "demo-1",
"location": "RO",
"ip_address": [
"2.57.122.18",
"2.57.122.19"
],
"queue_eta": 260
}
]