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.
- String! :
- # ID of the storage array.
- String! :
- # 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 :
- }