INPUT_OBJECT

BulkRegisterSecondaryHostsInput

Description

Request message for bulk registration of secondary hosts.

link GraphQL Schema definition

  • input BulkRegisterSecondaryHostsInput {
  • # List of hosts to register as secondary hosts.
  • hosts: [SecondaryRegisterHostInput!]!
  • # UUID of the secondary cluster where hosts will be registered.
  • secondaryClusterUuid: String!
  • }

link Require by