OBJECT

V1BulkRegisterHostAsyncResponse

Description

Response for the operation that registers hosts in bulk.

link GraphQL Schema definition

  • type V1BulkRegisterHostAsyncResponse {
  • # Summary information of the registered hosts.
  • items: [HostDetail!]!
  • }