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.
- String! :
- # Required. JSON object for storage array definition.
- StorageArrayDefinitionInput! :
- }