EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Un Managed File Systems

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

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

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>