INPUT_OBJECT

GetTunnelStatusInput

Description

Input for getting the status of SSH Tunnel for Support Access.

link GraphQL Schema definition

  • input GetTunnelStatusInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. ID of the node to check the tunnel status for.
  • id: String!
  • }

link Require by