EMC ViPR REST API

Search (SHIFT+S)

API Reference


New in this release

Get Host NFS Mounts

GET /compute/hosts/{id}/filesystem-mounts

Get list of file system mounts for the specified host.

idthe URN of a host

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>