DescribeMountTargets
In this article:
DescribeMountTargets#
Description#
Request to retrieve a list of EFS mount targets.
Request Parameters#
CreationToken — The creation token.
Type: String
Required: No
FileSystemId — The ID of the file system.
Type: String
Required: No
Marker — The NextMarker value from the previous call (see Response Elements).
Type: String
Required: No
MaxItems — The maximum number of elements that will be returned in the response.
Type: Integer
Required: No
MountTargetId — The ID of the mount target.
Type: String
Required: No
Response Elements#
Marker — The value of NextMarker from the request.
Type: String
MountTargets — The list of mount targets.
Type: List of MountTargetDescription objects
NextMarker — The next offset marker. It is only returned only if it was impossible to return the list of all mount targets that meet the specified criteria. To continue data output, the received value should be passed in the Marker parameter in the repeated request.
Type: String
Examples#
GET /2015-02-01/mount-targets HTTP/1.1
aws efs describe-mount-targets
c2-efs DescribeMountTargets