INPUT_OBJECT

NodeMetadataInput

Description

Details of a node.

link GraphQL Schema definition

  • input NodeMetadataInput {
  • # The ID of the node to be removed.
  • nodeId: String
  • # The ID of the chassis the node is on.
  • chassisId: String
  • # The platform the node is on.
  • platform: ClusterNodePlatformType
  • # The status of the node.
  • status: ClusterNodeStatus
  • # Use quick drain instead of full data drain.
  • useQuickDrain: Boolean
  • }