OBJECT
SupportTunnelInfo
Description
Supported in v5.0+
link GraphQL Schema definition
- type SupportTunnelInfo {
- # Supported in v5.0+
- # Time when the tunnel was enabled or omitted when the tunnel is not enabled.
- : DateTime
- # Supported in v5.3+
- # Error message when unable to open support tunnel.
- : String
- # Supported in v5.0+
- # Inactivity timeout in seconds or omitted if the tunnel is not enabled.
- : Long
- # Required. Supported in v5.0+
- # True if the support tunnel is enabled on this node. False otherwise.
- : Boolean!
- # Supported in v5.0+
- # Time when the tunnel was last used or omitted if the tunnel is not enabled.
- : DateTime
- # Supported in v5.0+
- # The port used to tunnel traffic. Port number will be deprecated in the future
- # when we transition to new cloud infrastructure that does not rely on unique port
- # numbers.
- : Long
- }