Queries the infrequently-accessed files in a specified directory of a General-purpose NAS file system and the subdirectories that contain the files.
Operation description
Only General-purpose NAS file systems support this operation.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
nas:ListDirectoriesAndFiles | get |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
FileSystemId | string | Yes | The ID of the file system. | 31a8e4**** |
Path | string | Yes | The absolute path of the directory. The path must start with a forward slash (/) and must be a path that exists in the mount target. | /pathway/to/folder |
NextToken | string | No | The pagination token that is used in the next request to retrieve a new page of results. You do not need to specify this parameter for the first request. You must specify the token that is obtained from the previous query as the value of NextToken. | TGlzdFJlc291cmNlU****mVzJjE1MTI2NjY4NzY5MTAzOTEmMiZORnI4NDhVeEtrUT0= |
StorageType | string | Yes | The storage class.
Note
If you set the StorageType parameter to All, you must set the DirectoryOnly parameter to true.
| InfrequentAccess |
DirectoryOnly | boolean | No | Specifies whether to query only directories. Valid values:
Note
If you set the StorageType parameter to All, you must set the DirectoryOnly parameter to true.
| false |
MaxResults | long | No | The maximum number of directories or files to include in the results of each query. Valid values: 10 to 128. Default value: 100. | 100 |
Response parameters
Examples
Sample success responses
JSON
format
{
"NextToken": "TGlzdFJlc291cmNlU****mVzJjE1MTI2NjY4NzY5MTAzOTEmMiZORnI4NDhVeEtrUT0=",
"RequestId": "2D69A58F-345C-4FDE-88E4-BF518948****",
"Entries": [
{
"Type": "Directory",
"HasInfrequentAccessFile": true,
"Ctime": "2021-02-11T10:08:10Z",
"Mtime": "2021-02-11T10:08:08Z",
"Size": 1024,
"StorageType": "InfrequentAccess",
"Atime": "2021-02-01T10:08:08Z",
"Name": "file.txt",
"RetrieveTime": "2021-02-11T10:08:08Z",
"Inode": "66",
"FileId": "66",
"Owner": "37862c****",
"HasArchiveFile": "true"
}
]
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | OperationDenied.InvalidNextToken | The specified NextToken is invalid. | The specified NextToken is invalid. |
404 | InvalidFileSystem.NotFound | The specified file system does not exist. | The specified file system does not exist. |
404 | InvalidParameter.PathNotExist | The specified path does not exist. | The specified path does not exist. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-09-05 | API Description Update. The Error code has changed | View Change Details |
2024-03-25 | The Error code has changed. The response structure of the API has changed | View Change Details |
2022-07-15 | The Error code has changed. The response structure of the API has changed | View Change Details |