Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 997 Bytes

AddAgentParams.md

File metadata and controls

15 lines (12 loc) · 997 Bytes

AddAgentParams

Properties

Name Type Description Notes
Host string The hostname or alias of the agent machine. [default to null]
Port int32 The agent's listening port. [default to null]
Tag string The agent's tag. [optional] [default to null]
SslState string The agent's ssl State. HIDDEN. [optional] [default to null]
PersistentConnection bool Is the connection persistent or create each time it is needed. HIDDEN. [optional] [default to null]
Timeout int32 maximum time in seconds to wait (default 60). HIDDEN [optional] [default to 60]
SuppressPing bool Suppress ping action to added agent (default false). HIDDEN. [optional] [default to false]

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