INPUT_OBJECT

GetNutanixClusterAsyncRequestStatusInput

Description

Input for retrieving the status of an async request from a specified Nutanix cluster.

link GraphQL Schema definition

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

link Require by