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.
- : [SecondaryRegisterHostInput!]!
- # UUID of the secondary cluster where hosts will be registered.
- : String!
- }