INPUT_OBJECT

GetHypervHostAsyncRequestStatusInput

Description

Input for retrieving the status of an async request from the specified Hyper-V host.

link GraphQL Schema definition

  • input GetHypervHostAsyncRequestStatusInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. ID of the request.
  • id: String!
  • }

link Require by