Queries the parameter configuration records of an instance
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
clickhouse:DescribeDBInstanceConfigChangeLog |
none |
*EnterpriseDBCluster
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBInstanceId |
string |
Yes |
The instance ID. |
cc-uf6lkzf***** |
| RegionId |
string |
Yes |
The region ID. |
cn-shanghai |
| StartTime |
string |
Yes |
The start time of the query. Format: yyyy-MM-dd hh:mm:ss. |
2025-01-01 10:00:00 |
| EndTime |
string |
Yes |
The end time of the query. Format: yyyy-MM-dd hh:mm:ss. |
2025-01-01 10:00:00 |
| PageSize |
integer |
No |
The number of entries to return per page. Default value: 30. Valid values:
|
30 |
| PageNumber |
integer |
No |
The page number to return. |
1 |
Response elements
|
Parameter |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
780DE414-*********-88BE-A2E21B862B57 |
| Data |
object |
The result set. |
|
| DBInstanceId |
string |
The instance ID. |
cc-bp100p4q1g9z3**** |
| ParamChangeLogs |
array |
The parameter change records. |
|
|
object |
The parameter change record. |
||
| ID |
integer |
The operation ID. |
1 |
| Name |
string |
The name of the parameter. |
max_concurrent_queries |
| OldValue |
string |
The old parameter value. |
50 |
| NewValue |
string |
The new parameter value. |
100 |
| Applied |
boolean |
Indicates whether the configuration takes effect:
|
|
| GmtCreated |
string |
The time when the change was created. |
2025-06-25 13:46:06 |
| GmtModified |
string |
The time when the change was modified. |
2025-06-25 13:46:06 |
Examples
Success response
JSON format
{
"RequestId": "780DE414-*********-88BE-A2E21B862B57",
"Data": {
"DBInstanceId": "cc-bp100p4q1g9z3****",
"ParamChangeLogs": [
{
"ID": 1,
"Name": "max_concurrent_queries",
"OldValue": "50",
"NewValue": "100",
"Applied": true,
"GmtCreated": "2025-06-25 13:46:06",
"GmtModified": "2025-06-25 13:46:06\n"
}
]
}
}
Error codes
See for a complete list.
Release notes
See Release Notes for a complete list.