INPUT_OBJECT
NodeRegistrationConfigsInput
Description
Input required for providing node configuration details for registration.
link GraphQL Schema definition
- input NodeRegistrationConfigsInput {
- # Capacity of the cluster.
- : String
- # Cluster UUID.
- : String
- # Node id.
- : String
- # Entitlement status of the node.
- : Boolean
- # Manufacture time of node.
- : DateTime
- # Platform type.
- : String
- # Node serial number.
- : String
- # System uuid of node.
- : String
- # Teleport token of node.
- : String
- }