Checks whether a DRDS database supports scaling operations such as smooth scale-out.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
drds:CheckExpandStatus |
*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 database. |
test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Success |
boolean |
The result of the request. |
true |
| RequestId |
string |
The request ID. |
7CDBA7D5-8D62-4D24-9C65-510D62****** |
| Data |
object |
The check result. |
|
| Msg |
string |
The additional description. |
success |
| IsActive |
boolean |
Indicates whether scaling operations can be performed. |
true |
Examples
Success response
JSON format
{
"Success": true,
"RequestId": "7CDBA7D5-8D62-4D24-9C65-510D62******",
"Data": {
"Msg": "success",
"IsActive": 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.