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.