Object

ScanProgressMetrics

A collection of metrics that provide details of a scan's progress.

Fields

crawl_request_count(): Int!
The number of HTTP requests made by the scan during the crawl phase.
unique_location_count(): Int!
The number of unique URLs visited by the scan during the crawl phase.
audit_request_count(): Int!
The number of HTTP requests made by the scan during the audit phase.
crawl_and_audit_progress_percentage(): Int!
The current progress of the scan, expressed as a percentage.
scan_phase(): ScanPhase
" The current phase of the scan
audit_start_time(): Timestamp
" The time that the audit phase of the scan began.
current_url(): String
" The current URL that is being crawled or audited.