EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Un Managed V Pool File Systems

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

List all unmanaged FileSystems that are available for a storage system & given vpool. Unmanaged FileSystems refers to volumes which are available within underlying storage systems, but still not managed in ViPR. As these FileSystems 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 FileSystem.

Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN
  • SYSTEM_MONITOR

Response Body

UnManagedFileSystemList

Field Description Type Notes
<unmanaged_filesystems>
<unmanaged_filesystem>     0-* Elements
<id> ViPR ID of the related object URI
<link> A hyperlink to the related object
</unmanaged_filesystem>      
<named_unmanaged_filesystem>     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_filesystem>      
</unmanaged_filesystems>