INPUT_OBJECT

VcenterAsyncRequestStatusInput

Description

Input for getting the async status of Vcenter request.

link GraphQL Schema definition

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

link Require by