OBJECT

NutanixBatchAsyncApiResponse

Description

Supported in v7.0+

link GraphQL Schema definition

  • type NutanixBatchAsyncApiResponse {
  • # Required. Supported in v7.0+
  • # Array of objects containing information about failed requests.
  • failedRequests: [NutanixAsyncRequestFailureSummary!]!
  • # Required. Supported in v7.0+
  • # Array of objects containing information about successful asynchronous requests.
  • successfulRequests: [NutanixAsyncRequestSuccessSummary!]!
  • }