EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get File System Export List

GET /file/filesystems/{id}/exports
This call has been deprecated and will be removed in future versions

Use /file/filesystems/{id}/export instead

idthe URN of a ViPR File system

Required Roles

Requires one of the following roles:

  • SYSTEM_MONITOR
  • TENANT_ADMIN

Response Body

File system exports list.

Field Description Type Notes
<filesystem_exports>
<filesystem_export>     0-* Elements
<type> Security type for the file export Valid values: sys = Default UNIX security krb5 = Kerberos security option krb5i = Kerberos security option krb5p = Kerberos security option String
<comments> Description of the operation String
<permissions> Permissions for the file export Valid values: ro = read only rw = read and write root = full permission String
<root_user> User with root permissions Valid values: root = only root has special access permissions nobody = nobody has special access permissions String
<protocol> File system export protocol. Valid values: CIFS = Common Internet File System NFS = Network File System String
<mount_point> The path representing the point in the file system where the file share being exported is mounted. String
<endpoints>
<endpoint> String 0-* Elements
</endpoints>
<sub_directory> The specific sub-directory under the file system that is being exported. If sub-directory is "null", entire file system is exported. String
</filesystem_export>      
</filesystem_exports>