INPUT_OBJECT

UpdateStorageArrayInput

Description

Details of the storage array to be updated.

link GraphQL Schema definition

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