EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Available Attributes

POST /vdc/varrays/available-attributes

Finds the available attributes & its values in a varray. Ex: In a varray, if a system supports raid_levels such as RAID1, RAID2 then this API call provides the supported information.


Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN
  • SYSTEM_MONITOR

Request Payload

All parameters are required unless otherwise stated.

Field Description Type Notes
<ids>
<id> URI 0-* Elements
</ids>

Response Body

List available attributes for all VirutalArrays

Field Description Type Notes
<varray_available_attributes>
<varray_attributes>     0-* Elements
<attribute>     0-* Elements
<name> The attribute name. String
<values>
<value> String 0-* Elements
</values>
</attribute>      
<virtual_array> ID of the VArray for this Attributes URI
</varray_attributes>      
</varray_available_attributes>