OBJECT

AddStorageArrayReply

Description

Response of an operation that adds a storage array to a Rubrik cluster.

link GraphQL Schema definition

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