This API is used to modify the recycling policy. Before calling this API:
https://gaussdb.eu-de.otc.t-systems.com/v3/0611f1bd8b00d5d32f17c017f15b599f/recycle-policy
Name |
Mandatory |
Description |
|---|---|---|
project_id |
Yes |
Project ID of a tenant in a region. To obtain this value, see Obtaining a Project ID. |
Name |
Mandatory |
Type |
Description |
|---|---|---|---|
recycle_policy |
Yes |
Object |
Recycling policy. For details, see Table 3. |
{
"recycle_policy": {
"retention_period_in_days": 5
}
}
Name |
Type |
Description |
|---|---|---|
result |
String |
Modification result. success indicates that the modification is successful. |
{
"result": "success"
}
For details, see Abnormal Request Results.
For details, see Status Codes.
For details, see Error Codes.