Enables the recycle bin feature for a file system.
Operation description
Only General-purpose NAS file systems support this operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
nas:EnableRecycleBin |
update |
*FileSystem
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| FileSystemId |
string |
Yes |
The ID of the file system on which to enable the recycle bin feature. |
1ca404**** |
| ReservedDays |
integer |
No |
The retention period of the files in the recycle bin. Unit: days. Valid values: 1 to 180. Default value: 3. |
3 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
9E15E394-38A6-457A-A62A-D9797C9A**** |
Examples
Success response
JSON format
{
"RequestId": "9E15E394-38A6-457A-A62A-D9797C9A****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IllegalCharacters | The parameter contains illegal characters. | The parameter contains illegal characters. |
| 400 | MissingFileSystemId | FileSystemId is mandatory for this action. | |
| 403 | OperationDenied.RecycleBinEnabled | The recycle bin is already enabled. | The recycle bin is already enabled. |
| 404 | InvalidFileSystem.NotFound | The specified file system does not exist. | The specified file system does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.