Host Access (hostAccess)
Host Access configuration
Attribute name | Data type | Default value | Description |
---|---|---|---|
connTimeout | A period of time with second precision | 180s | Amount of time to wait for obtaining a remote connection to remote targets. The default value is 180 seconds. Specify a positive integer followed by a unit of time, which can be hours (h), minutes (m), or seconds (s). For example, specify 30 seconds as 30s. You can include multiple values in a single entry. For example, 1m30s is equivalent to 90 seconds. |
enableCustomActions | boolean | false | Indicates whether custom actions are allowed to be executed on collective hosts. The default value is false. |
operationTimeout | A period of time with second precision | 360s | Amount of time to wait for completing an operation on remote targets. The default value is 360 seconds. Specify a positive integer followed by a unit of time, which can be hours (h), minutes (m), or seconds (s). For example, specify 30 seconds as 30s. You can include multiple values in a single entry. For example, 1m30s is equivalent to 90 seconds. |
useSftp | boolean | false | Indicates whether to use sftp to transfer file. Te default value is false meaning to use scp to transfer file. |