INPUT_OBJECT

BulkRegisterHostAsyncInput

Description

Input for registering multiple hosts in the background.

link GraphQL Schema definition

  • input BulkRegisterHostAsyncInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. Registration definition for each host.
  • hosts: [HostRegisterInput!]!
  • }

link Require by