Changes to Create Virtual Array
Create a storage pool with the specified details.
Request Payload Changes
Field |
Description |
Type |
Notes |
<virtual_array_create> |
|
|
|
<name> |
Virtual array name |
String |
|
<isProtected> |
s
Set to true if varray is protected, false otherwise |
Boolean |
Valid Values:
|
<description> |
Description |
String |
|
<isColdStorageEnabled> |
Is ColdStorage enabled on the virtual array |
Boolean |
Valid Values:
|
<warningAlertAt> |
Threshold percent at which warning alert is raised.
Valid values are from -1 to 100. Value of -1 means do not alert |
Integer |
|
<errorAlertAt> |
Threshold percent at which error alert is raised.
Valid values are from -1 to 100. Value of -1 means do not alert |
Integer |
|
<criticalAlertAt> |
Threshold percent at which critical alert is raised.
Valid values are from -1 to 100. Value of -1 means do not alert |
Integer |
|
</virtual_array_create> |
|
|
|
Response Payload Changes
Field |
Description |
Type |
Notes |
<varray> |
|
|
|
<id> |
Storage pool id |
String |
|
<name> |
Storage pool name |
String |
|
<description> |
Description |
String |
|
<isColdStorageEnabled> |
Flag indicating that cold storage encoding is enabled |
Boolean |
Valid Values:
|
<warningAlertAt> |
Threshold percent at which warning alert is raised.
Valid values are from -1 to 100. Value of -1 means do not alert |
Integer |
|
<errorAlertAt> |
Threshold percent at which error alert is raised.
Valid values are from -1 to 100. Value of -1 means do not alert |
Integer |
|
<criticalAlertAt> |
Threshold percent at which critical alert is raised.
Valid values are from -1 to 100. Value of -1 means do not alert |
Integer |
|
</varray> |
|
|
|