Skip to content

Network Scan Scan Run Reports

Operations for the Network Scan Scan Run Reports service collection.

LanguageLast Update
Pythonv1.6.1
PowerShellv2.2.9
Gov0.20.0
TypeScriptv0.6.0
Rustv0.7.0
Rubyv1.2.0
OperationDescription
get_scan_run_reports
get_scan_run_reports
Downloads scan run report in CSV format

Downloads scan run report in CSV format

GET /netscan/entities/scan-run-reports/v1
Scope Network Scan: READ Consumes · Produces application/json
PEP 8 get_scan_run_reports
NameTypeData typeDescription
idquerystringScan run ID for which report is to be fetched
from falconpy import NetworkScanScanRunReports
falcon = NetworkScanScanRunReports(client_id=CLIENT_ID,
client_secret=CLIENT_SECRET
)
response = falcon.get_scan_run_reports(id="string")
print(response)