Queries the parameters of an instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardbx:DescribeParameters |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region to which the instance belongs. |
cn-hangzhou |
| DBInstanceId |
string |
Yes |
The instance ID. |
pxc-******** |
| ParamLevel |
string |
No |
The parameter level. Valid values:
|
compute |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
6BA32080EEA |
| Data |
object |
The parameter details. |
|
| EngineVersion |
string |
The DPI engine version. Default value: 2.0. |
2.0 |
| Engine |
string |
The engine. Default value: polarx. |
polarx |
| ConfigParameters |
array<object> |
The list of original parameters. |
|
|
object |
|||
| ParameterDescription |
string |
The parameter description. |
存储节点私有协议开关(-1关闭,0开启) |
| ParameterName |
string |
The parameter name. |
CONN_POOL_XPROTO_STORAGE_DB_PORT |
| ParameterValue |
string |
The parameter value. |
-1 |
| RunningParameters |
array<object> |
The list of running parameter details. |
|
|
object |
|||
| ParameterDescription |
string |
The parameter description. |
存储节点私有协议开关(-1关闭,0开启) |
| ParameterName |
string |
The parameter name. |
CONN_POOL_XPROTO_STORAGE_DB_PORT |
| ParameterValue |
string |
The parameter value. |
-1 |
| DBInstanceId |
string |
Examples
Success response
JSON format
{
"RequestId": "6BA32080EEA",
"Data": {
"EngineVersion": "2.0",
"Engine": "polarx",
"ConfigParameters": [
{
"ParameterDescription": "存储节点私有协议开关(-1关闭,0开启)",
"ParameterName": "CONN_POOL_XPROTO_STORAGE_DB_PORT",
"ParameterValue": "-1"
}
],
"RunningParameters": [
{
"ParameterDescription": "存储节点私有协议开关(-1关闭,0开启)",
"ParameterName": "CONN_POOL_XPROTO_STORAGE_DB_PORT",
"ParameterValue": "-1"
}
],
"DBInstanceId": ""
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 404 | InvalidDBInstance.NotFound | The specified DB instance does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.