Submits a smooth scale-out precheck task by calling the SubmitSmoothExpandPreCheck operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
drds:SubmitSmoothExpandPreCheck |
*instance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DrdsInstanceId |
string |
Yes |
The DRDS instance ID. |
drds******* |
| DbName |
string |
Yes |
The name of the DRDS database. |
test |
| DbInstType |
string |
Yes |
The type of the database. Valid values:
|
RDS |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Msg |
string |
The result of the task submission. |
success |
| RequestId |
string |
The request ID. |
FE104D26-AC19-49B5-AC67-947F69****** |
| TaskId |
integer |
The task ID. |
11111 |
| Success |
boolean |
Indicates whether the request was successful. |
true |
Examples
Success response
JSON format
{
"Msg": "success",
"RequestId": "FE104D26-AC19-49B5-AC67-947F69******",
"TaskId": 11111,
"Success": true
}
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.