scanAll

Get the metrics of the latest scheduled scan all process

Get the metrics of the latest scheduled scan all process

get/scans/schedule/metrics

Headers

X-Request-Idstring

An unique ID for the request

Response

OK

totalinteger

The total number of scan processes triggered by the scan all action

completedinteger

The number of the finished scan processes triggered by the scan all action

metricsobject

The metrics data for the each status

ongoingboolean

A flag indicating job status of scan all.

trigger'Manual' | 'Schedule' | 'Event'

The trigger of the scan all job.

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.