OBJECT

NodeTunnelStatus

Description

Support tunnel status of a node.

link GraphQL Schema definition

  • type NodeTunnelStatus {
  • # ID of the node.
  • id: String!
  • # Status of the node.
  • status: String!
  • # Support tunnel information.
  • supportTunnel: SupportTunnelInfo
  • }