OBJECT

NutanixAsyncRequestFailureSummary

Description

Supported in v7.0+

link GraphQL Schema definition

  • type NutanixAsyncRequestFailureSummary {
  • # Required. Supported in v7.0+
  • # Information about why the request failed.
  • error: String!
  • # Required. Supported in v7.0+
  • # ID of the Nutanix virtual machine.
  • vmId: String!
  • }