INPUT_OBJECT

SetMissingClusterStatusInput

Description

Input for setting the status for a missing cluster.

link GraphQL Schema definition

  • input SetMissingClusterStatusInput {
  • # Disconnection status to update for the cluster.
  • disconnectedState: MissingClusterDisconnectedState
  • # The reason for excluding the cluster from RSC.
  • exclusionReason: String
  • # Required. UUID used to identify the cluster the request goes to.
  • uuid: UUID!
  • }

link Require by