Performs checks that mainly include checking for table without primary key.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
drds:SubmitHotExpandPreCheckTask |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DrdsInstanceId |
string |
Yes |
The instance ID of the DRDS instance. |
drd********* |
| DbName |
string |
Yes |
The name of the DRDS database. |
test |
| DbInstType |
string |
Yes |
The type of the database. Valid values:
|
RDS |
| TableList |
array |
No |
The table name. |
test |
|
string |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Msg |
string |
The result of the task submission. |
scucess |
| 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": "scucess",
"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.