EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get File Share AC Ls

GET /file/filesystems/{id}/acl

GET all ACLs for a fileSystem

idthe URN of a ViPR fileSystem

Query Parameters

allDirsall directory within a fileSystem
subDirsub-directory within a fileSystem

Required Roles

Requires one of the following roles:

  • SYSTEM_MONITOR
  • TENANT_ADMIN

Response Body

List of ACLs for file system.

Field Description Type Notes
<nfs_acls>
<fsID> URI
<snapShotID> URI
<nfs_acl>     0-* Elements
<mount_path> String
<subDir> String
<ace>     0-* Elements
<domain> String
<user> String
<type> String
<permissions> String
<permission_type> String
</ace>      
</nfs_acl>      
</nfs_acls>