Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.34 KB

ScanTemplateDiscoveryPerformance.md

File metadata and controls

14 lines (10 loc) · 1.34 KB

ScanTemplateDiscoveryPerformance

Properties

Name Type Description Notes
packet_rate ScanTemplateDiscoveryPerformancePacketsRate The number of packets to send per second during scanning. [optional]
parallelism ScanTemplateDiscoveryPerformanceParallelism The number of discovery connection requests to be sent to target host simultaneously. These settings has no effect if values have been set for `scanDelay`. [optional]
retry_limit int The maximum number of attempts to contact target assets. If the limit is exceeded with no response, the given asset is not scanned. Defaults to `3`. [optional]
scan_delay ScanTemplateDiscoveryPerformanceScanDelay The duration to wait between sending packets to each target host during a scan. [optional]
timeout ScanTemplateDiscoveryPerformanceTimeout The duration to wait between retry attempts. [optional]

[Back to Model list] [Back to API list] [Back to README]