OBJECT

UpdateStorageArrayReplyType

Description

Result of a storage array update operation in a Rubrik Cluster.

link GraphQL Schema definition

  • type UpdateStorageArrayReplyType {
  • # Hostname of the storage array.
  • hostname: String!
  • # ID of the storage array.
  • id: String!
  • # Details of the Rubrik cluster.
  • cluster: Cluster!
  • # Storage array details. Available only when the storage array updates
  • # successfully.
  • detail: StorageArrayDetail
  • # Error message. Available only when the storage array update fails.
  • errorMessage: String
  • }