Calls the DescribeDBInstanceConfig operation to retrieve instance configuration parameters.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardbx:DescribeDBInstanceConfig |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The ID of the region where the instance resides. |
cn-hangzhou |
| DBInstanceName |
string |
Yes |
The instance ID. |
pxc-********* |
| ConfigName |
string |
Yes |
The configuration identifier. Default value: htap. |
htap |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
C458B1E8-1683-3645-B154-6BA32080EEA |
| Data |
object |
The data struct. |
|
| ConfigName |
string |
The configuration key. |
htap |
| DbInstanceName |
string |
The instance ID. |
pxc-sprcym7g7w**** |
| ConfigValue |
string |
The configuration item. Description:
|
{\"attendHtapList\":[\"pxc-hzruyzes08****\"],\"autoAttendHtap\":\"true\",\"delayExecutionStrategy\":1,\"enableConsistentReplicaRead\":true,\"enableHtap\":\"true\",\"masterReadWeight\":100,\"storageDelayThreshold\":3} |
Examples
Success response
JSON format
{
"RequestId": "C458B1E8-1683-3645-B154-6BA32080EEA",
"Data": {
"ConfigName": "htap",
"DbInstanceName": "pxc-sprcym7g7w****",
"ConfigValue": "{\\\"attendHtapList\\\":[\\\"pxc-hzruyzes08****\\\"],\\\"autoAttendHtap\\\":\\\"true\\\",\\\"delayExecutionStrategy\\\":1,\\\"enableConsistentReplicaRead\\\":true,\\\"enableHtap\\\":\\\"true\\\",\\\"masterReadWeight\\\":100,\\\"storageDelayThreshold\\\":3}"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.