EMC ECS REST API

Search (SHIFT+S)




Changes to Update Virtual Array

Updates storage pool for the specified identifier.


Request Payload Changes

Field Description Type Notes
<virtual_array_update>
<name> Name of virtual array to be updated String
<isProtected> Set true if varray is protected, false otherwise Boolean Valid Values:
  •  true
  •  false
<description> Description. If no description found, then "Virtual Array" is used by default String
<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_update>

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:
  •  True
  •  False
<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>