EMC ViPR REST API

Search (SHIFT+S)

API Reference


New in this release

Get Mount List For FS

GET /file/filesystems/{id}/mount

Get list of mounts for the specified file system.

idthe URN of a ViPR File system

Required Roles

Requires one of the following roles:

  • SYSTEM_MONITOR
  • TENANT_ADMIN

Response Body

List of file system mounts.

Field Description Type Notes
<mount_info_list>
<mountList>     0-* Elements
<host> URI
<filesystem> URI
<mount_path> String
<sub_directory> String
<security_type> String
</mountList>      
</mount_info_list>