Submits a dry run task for smooth scale-out.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
drds:SubmitSmoothExpandPreCheckTask |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DrdsInstanceId |
string |
Yes |
The ID of the DRDS instance. |
drds823s4esd |
| DbName |
string |
Yes |
The name of the DRDS database. |
test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Msg |
string |
The result information of the submitted task. |
scucess |
| RequestId |
string |
The request ID. |
DSSDF-SEWE-23ERW |
| TaskId |
integer |
The task ID. |
2321 |
| Success |
boolean |
Indicates whether the request was successful. |
true |
Examples
Success response
JSON format
{
"Msg": "scucess",
"RequestId": "DSSDF-SEWE-23ERW",
"TaskId": 2321,
"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.