INPUT_OBJECT

SecondaryRegisterHostInput

Description

Host details for secondary registration.

link GraphQL Schema definition

  • input SecondaryRegisterHostInput {
  • # The host FID (unique identifier).
  • hostFid: String!
  • # Operating system type of the host.
  • osType: HostRegisterOsType
  • # UUID of the primary cluster where the host currently resides.
  • primaryClusterUuid: String!
  • }