EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get FS Export Rules

GET /file/filesystems/{id}/export

id

Query Parameters

allDirs
subDir

Required Roles

Requires one of the following roles:

  • SYSTEM_MONITOR
  • TENANT_ADMIN

Response Body

Field Description Type Notes
<ExportRules>
<exportRules> List of exportRules to be modified
<exportRule>     0-* Elements
<fsID> URI
<snapShotID> URI
<exportPath> String
<readOnlyHosts>
<endPoint> String 0-* Elements
</readOnlyHosts>
<readWriteHosts>
<endPoint> String 0-* Elements
</readWriteHosts>
<rootHosts>
<endPoint> String 0-* Elements
</rootHosts>
<secFlavor> Security flavor of an export e.g. sys, krb, krbp or krbi String
<anon> Anonymous root user mapping e.g. "root", "nobody" or "anyUserName" String
<mountPoint> String
<deviceExportId> String
<comments> String
</exportRule>      
</exportRules>
</ExportRules>