All Products
Search
Document Center

Apsara File Storage NAS:UpdateRecycleBinAttribute

Last Updated:Mar 14, 2024

Modifies the retention period of data in the recycle bin of a file system.

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****
ReservedDayslongYes

The retention period of the files in the recycle bin. Unit: days.

Valid values: 1 to 180.

Default value: 3.

3

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

BC7C825C-5F65-4B56-BEF6-98C5****546E

Examples

Sample success responses

JSONformat

{
  "RequestId": "BC7C825C-5F65-4B56-BEF6-98C5****546E"
}

Error codes

HTTP status codeError codeError messageDescription
400IllegalCharactersThe parameter contains illegal characters.The parameter contains illegal characters.
400MissingFileSystemIdFileSystemId is mandatory for this action.-
403OperationDenied.RecycleBinDisabledThe operation is denied because the recycle bin is disabled.The operation is denied because the recycle bin is disabled.
404InvalidFileSystem.NotFoundThe specified file system does not exist.The specified file system does not exist.

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