scan_log
stats

Get scan log stats of given scan id

get/v1/scans/{scan_id}/scan_log/stats

Query parameters

rescan_countinteger
hoststring

target to search in log

templatestring

template to search in log

matchedstring

status to search in log

timestring date-time

time to filter the logs

searchstring

string to search in error, target and template

errorstring

error to search in log

severity'error' | 'info' | 'all_logs'

Response

OK

info_countinteger required
error_countinteger required
total_countinteger required
matched_countinteger required
unmatched_countinteger required

Changes