scanAll
Get the metrics of the latest scan all process
Get the metrics of the latest scan all process
get/scans/all/metrics
Headers
X-Request-Idstring
An unique ID for the request
Response
OK
Example response
{
"total": 100,
"completed": 90,
"metrics": {
"Success": 5,
"Error": 2,
"Running": 3
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.