EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Un Managed V Pool Volumes

GET /vdc/storage-systems/{id}/unmanaged/{vpoolid}/volumes

List all unmanaged volumes that are available for a storage system & given vpool. Unmanaged volumes refers to volumes which are available within underlying storage systems, but still not managed in ViPR. As these volumes are not managed in ViPR, there will not be any ViPR specific details associated such as, virtual array, virtual pool, or project.

idthe URN of a ViPR storage system
vpoolidthe URN of the Virtual Pool

Query Parameters

exportTypeSpecifies the type of UnManaged Volume.

Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN
  • SYSTEM_MONITOR

Response Body

UnManagedVolumeList

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