INPUT_OBJECT

NodeRegistrationConfigsInput

Description

Input required for providing node configuration details for registration.

link GraphQL Schema definition

  • input NodeRegistrationConfigsInput {
  • # Node id.
  • id: String
  • # Manufacture time of node.
  • manufactureTime: DateTime
  • # Node serial number.
  • serial: String
  • # System uuid of node.
  • systemUuid: String
  • # Teleport token of node.
  • teleportToken: String
  • # Cluster UUID.
  • clusterUuid: String
  • # Platform type.
  • platform: String
  • # Capacity of the cluster.
  • capacity: String
  • # Entitlement status of the node.
  • isEntitled: Boolean
  • }