All Products
Search
Document Center

Apsara File Storage NAS:ListRecycledDirectoriesAndFiles

Last Updated:Mar 14, 2024

Queries deleted files or directories.

Operation description

Only General-purpose NAS file systems support this operation.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
FileSystemIdstringYes

The ID of the file system.

1ca404****
FileIdstringYes

The ID of the directory that you want to query.

You can call the ListRecycleBinJobs operation to query the value of the FileId parameter.

04***08
NextTokenstringNo

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.

If all the files and directories are incompletely returned in a query, the return value of the NextToken parameter is not empty. In this case, you can specify a valid value for the NextToken parameter to continue the query.

1256****25
MaxResultslongNo

The number of files or directories to return for each query.

Valid values: 10 to 1000.

Default value: 100.

100

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

98696EF0-1607-4E9D-B01D-F20930B6****
NextTokenstring

A pagination token.

If all the files and directories are incompletely returned in a query, the return value of the NextToken parameter is not empty. In this case, you can specify a valid value for the NextToken parameter to continue the query.

Entriesobject []

The information about files or directories in the recycle bin.

FileIdstring

The IDs of the files or directories.

04***08
Typestring

The type of the returned object. Valid values:

  • File
  • Directory
File
Namestring

The name of the file or directory before it was deleted.

test001
DeleteTimestring

The time when the file or directory was deleted.

2021-05-30T10:08:08Z
Inodestring

The inode of the file or directory.

04***08
ATimestring

The time when the file or directory was last accessed.

2019-10-30T10:08:08Z
MTimestring

The time when the file or directory was last modified.

2019-10-30T10:08:08Z
CTimestring

The time when the metadata was last modified.

2019-10-30T10:08:08Z
Sizelong

The size of the file. Unit: bytes.

The value 0 is returned for this parameter if Directory is returned for the Type parameter.

1073741824

Examples

Sample success responses

JSONformat

{
  "RequestId": "98696EF0-1607-4E9D-B01D-F20930B6****",
  "NextToken": "",
  "Entries": [
    {
      "FileId": "04***08",
      "Type": "File",
      "Name": "test001",
      "DeleteTime": "2021-05-30T10:08:08Z",
      "Inode": "04***08",
      "ATime": "2019-10-30T10:08:08Z",
      "MTime": "2019-10-30T10:08:08Z",
      "CTime": "2019-10-30T10:08:08Z",
      "Size": 1073741824
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
400IllegalCharactersThe parameter contains illegal characters.The parameter contains illegal characters.
400MissingFileSystemIdFileSystemId is mandatory for this action.-
400InvalidParameter.KMSKeyId.KMSUnauthorizedKMS is not authorized.KMS is not authorized.
400InvalidParameter.KMSKeyId.CMKNotEnabledThe CMK needs to be enabled.The CMK needs to be enabled.
404InvalidFileSystem.NotFoundThe specified file system does not exist.The specified file system does not exist.
404InvalidFileId.NotFoundThe specified FileId(%FileId) does not exist.The specified FileId (%FileId) does not exist.
404InvalidParameter.InvalidNextTokenThe specified NextToken is invaild.-

For a list of error codes, visit the Service error codes.