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