Queries the list of database parameter templates created by users or supported by the system, including basic information, associated engine types, and modification times of each parameter template.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardbx:DescribeParameterGroups |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region where the instance resides. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
9B2F3840-5C98-475C-B269-2D5C3A31797C |
| Data |
object |
The instance details. |
|
| RequestId |
string |
The request ID. |
1E5DCFFC-A00D-****-836E-73318F8CA577 |
| ParameterGroups |
array<object> |
The parameter template name. |
|
|
object |
The list of parameter templates. |
||
| ParameterGroupId |
string |
The parameter template ID. Note
You can call the DescribeParameterGroups operation to query the details of all parameter templates in the specified region, including the parameter template ID. |
rpg-s1y1xy06****fqs7y |
| GmtCreated |
string |
The time when the account was created. |
2024-12-19T16:41:31+08:00 |
| GmtModified |
string |
The modification time, in timestamp format. |
1605079985000 |
| DbType |
string |
The database type. |
polarx |
| DbVersion |
string |
The database engine version. |
5.7 |
| DnParamCount |
integer |
The number of DN parameters. |
10 |
| DnForceRestart |
boolean |
Indicates whether a forced restart of DN is required. |
|
| CnParamCount |
integer |
The number of CN parameters. |
10 |
| CnForceRestart |
boolean |
Indicates whether a forced restart of CN is required. |
|
| Series |
string |
The instance edition. Valid values:
|
enterprise |
| ParameterGroupName |
string |
The parameter template name. |
dstest_api_new |
| ParameterGroupType |
string |
The parameter templatetype. |
0 |
Examples
Success response
JSON format
{
"RequestId": "9B2F3840-5C98-475C-B269-2D5C3A31797C",
"Data": {
"RequestId": "1E5DCFFC-A00D-****-836E-73318F8CA577",
"ParameterGroups": [
{
"ParameterGroupId": "rpg-s1y1xy06****fqs7y",
"GmtCreated": "2024-12-19T16:41:31+08:00",
"GmtModified": "1605079985000",
"DbType": "polarx",
"DbVersion": "5.7",
"DnParamCount": 10,
"DnForceRestart": false,
"CnParamCount": 10,
"CnForceRestart": false,
"Series": "enterprise",
"ParameterGroupName": "dstest_api_new",
"ParameterGroupType": "0"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.