Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 878 Bytes

ScanTemplateDiscoveryPerformanceTimeout.md

File metadata and controls

10 lines (7 loc) · 878 Bytes

Rapid7VmConsole::ScanTemplateDiscoveryPerformanceTimeout

Properties

Name Type Description Notes
initial String The initial timeout to wait between retry attempts. The value is specified as a ISO8601 duration and can range from `PT0.5S` (500ms) to `P30S` (30s). Defaults to `PT0.5S`. [optional]
maximum String The maximum time to wait between retries. The value is specified as a ISO8601 duration and can range from `PT0.5S` (500ms) to `P30S` (30s). Defaults to `PT3S`. [optional]
minimum String The minimum time to wait between retries. The value is specified as a ISO8601 duration and can range from `PT0.5S` (500ms) to `P30S` (30s). Defaults to `PT0.5S`. [optional]