INPUT_OBJECT
SecondaryRegisterHostInput
Description
Host details for secondary registration.
link GraphQL Schema definition
- input SecondaryRegisterHostInput {
- # The host FID (unique identifier).
- : String!
- # Operating system type of the host.
- : HostRegisterOsType
- # UUID of the primary cluster where the host currently resides.
- : String!
- }