Submits a cleanup task for a scaling operation by calling the SubmitCleanTask operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
drds:SubmitCleanTask |
*instance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DrdsInstanceId |
string |
Yes |
The instance ID of the DRDS instance. |
drds********* |
| DbName |
string |
Yes |
The name of the database to be scaled. |
test |
| ParentJobId |
string |
Yes |
The task ID of the scaling task. This ID is returned when you submit the scaling task request. |
123 |
| JobId |
string |
Yes |
The job ID of the scaling task. The value is the same as that of ParentJobId. |
123 |
| ExpandType |
string |
Yes |
The scaling type. Valid values:
|
smooth_expand |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Success |
boolean |
Indicates whether the request was successful. |
true |
| RequestId |
string |
The request ID. |
DSSDF-SEWE-***** |
Examples
Success response
JSON format
{
"Success": true,
"RequestId": "DSSDF-SEWE-*****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | The request processing has failed due to some unknown error. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.