EMC ViPR REST API

Search (SHIFT+S)

API Reference


List Volume Groups

GET /tenants/{id}/volume-groups

List volume groups the user is authorized to see

idthe URN of a ViPR Tenant/Subtenant

Required Roles

This call has no restrictions.


Response Body

List of volume groups

Field Description Type Notes
<volume_groups>
<volume_group>     0-* Elements
<name> The name of the resource String
<id> ViPR ID of the related object URI
<link> A hyperlink to the related object
</volume_group>      
</volume_groups>