Calls the DescribeHotDbList operation to query the list of databases for hot-spot scale-out.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
drds:DescribeHotDbList |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DrdsInstanceId |
string |
Yes |
The instance ID. |
drds********** |
| DbName |
string |
Yes |
The name of the database. |
test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Msg |
string |
The message. |
msg |
| RequestId |
string |
The request ID. |
0B6B7BDC-575D-4A77-A4F8-24B7EF****** |
| Success |
boolean |
Indicates whether the request was successful. |
true |
| Data |
object |
The result. |
|
| RandomCode |
string |
The random code. |
jzhz |
| List |
object |
||
| InstanceDb |
array<object> |
The information about the databases on which hot-spot scale-out is performed. |
|
|
array<object> |
|||
| InstanceName |
string |
The name of the instance. |
instanceName |
| HotDbList |
object |
||
| data |
array |
||
|
string |
List of hot spot databases. |
hot_dtstest0512_****_**** |
Examples
Success response
JSON format
{
"Msg": "msg",
"RequestId": "0B6B7BDC-575D-4A77-A4F8-24B7EF******",
"Success": true,
"Data": {
"RandomCode": "jzhz",
"List": {
"InstanceDb": [
{
"InstanceName": "instanceName",
"HotDbList": {
"data": [
"hot_dtstest0512_****_****"
]
}
}
]
}
}
}
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.