OBJECT
UpdateStorageArrayReplyType
Description
Result of a storage array update operation in a Rubrik Cluster.
link GraphQL Schema definition
- type UpdateStorageArrayReplyType {
- # Details of the Rubrik cluster.
- : Cluster!
- # Storage array details. Available only when the storage array updates
- # successfully.
- : StorageArrayDetail
- # Error message. Available only when the storage array update fails.
- : String
- # Hostname of the storage array.
- : String!
- # ID of the storage array.
- : String!
- }