INPUT_OBJECT

UpdateTunnelStatusInput

Description

Input for enabling or disabling the SSH Tunnel for Support Access.

link GraphQL Schema definition

  • input UpdateTunnelStatusInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. The support tunnel parameters.
  • config: UpdateSupportTunnelConfigInput!
  • # Required. ID of the node add the tunnel to (this must be the current node id or
  • # *me*).
  • id: String!
  • }

link Require by