OBJECT

StorageArrayOperationOutputType

Description

Result of an operation on an existing storage array in a Rubrik cluster.

link GraphQL Schema definition

  • type StorageArrayOperationOutputType {
  • # ID of the storage array.
  • id: String!
  • # Details of the Rubrik cluster.
  • cluster: Cluster!
  • # Optional error message in case of failure.
  • errorMessage: String
  • }