Returns a list of mount points for the specified volume.
-json to format the output.maprcli volume showmounts
[ -cluster <cluster name> ]
-name <volume name>
-json
| Request Type | GET |
| Request URL | |
|
Parameter |
Description |
|---|---|
|
|
The name of the cluster hosting the volume. |
json |
(Required) Returns the output in JSON format. |
|
|
The name of the volume to return a list of mount points for. |
Return the mount points for volume mapr.user.volume for the cluster my.cluster.com:
maprcli volume showmounts -cluster my.cluster.com -name mapr.user.volume -json
curl -k -X GET 'https://abc.sj.us:8443/rest/volume/showmounts?cluster=my.cluster.com&name=mapr.user.volume' --user mapr:mapr