INPUT_OBJECT

AddStorageArrayInput

Description

Storage array to add in a cluster.

link GraphQL Schema definition

  • input AddStorageArrayInput {
  • # Required. UUID of the Rubrik cluster the request goes to.
  • clusterUuid: String!
  • # Required. JSON object for storage array definition.
  • definition: StorageArrayDefinitionInput!
  • }