DescribeFileSystems
In this article:
DescribeFileSystems#
Description#
Request to retrieve the list of EFS file systems.
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
Response Elements#
FileSystems — The list of file systems.
Type: List of FileSystemDescription objects
Marker — The value of NextMarker from the request.
Type: String
NextMarker — The next offset marker. It is only returned only if it was not possible to return the list of all file systems 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/file-systems HTTP/1.1
aws efs describe-file-systems
c2-efs DescribeFileSystems