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.
  • enabledTime: DateTime
  • # Supported in v5.0+
  • # Inactivity timeout in seconds or omitted if the tunnel is not enabled.
  • inactivityTimeoutInSeconds: Long
  • # Required. Supported in v5.0+
  • # True if the support tunnel is enabled on this node. False otherwise.
  • isTunnelEnabled: Boolean!
  • # Supported in v5.0+
  • # Time when the tunnel was last used or omitted if the tunnel is not enabled.
  • lastActivityTime: 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.
  • port: Long
  • # Supported in v5.3+
  • # Error message when unable to open support tunnel.
  • errorMessage: String
  • }