Queries the change logs for cluster configurations.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
selectdb:DescribeDBClusterConfigChangeLogs |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ConfigKey |
string |
No |
The configuration file that was modified. The value is `be.conf` for a compute cluster and `fe.conf` for an FE cluster. |
be.conf |
| DBClusterId |
string |
Yes |
The cluster ID. |
selectdb-cn-7213c8****-be |
| DBInstanceId |
string |
Yes |
The instance ID. |
selectdb-cn-7213c8**** |
| RegionId |
string |
Yes |
The region ID. |
cn-hangzhou |
| StartTime |
string |
Yes |
The start time to query change logs. The format is `yyyy-MM-dd HH:mm:ss`. |
2023-04-25 09:48:23 |
| EndTime |
string |
Yes |
The end time to query change logs. The format is `yyyy-MM-dd HH:mm:ss`. |
2023-05-08 15:59:59 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
PlainResponse |
||
| Data |
object |
The returned data. |
|
| DbInstanceName |
string |
The instance ID. |
selectdb-cn-7213c8**** |
| DbInstanceId |
string |
The numeric ID of the instance. |
6585 |
| DbClusterId |
string |
The cluster ID. |
selectdb-cn-7213c8****-be |
| TaskId |
integer |
The task ID. |
107841167 |
| ParamChangeLogs |
array<object> |
The parameter change logs. |
|
|
object |
The parameter change logs. |
||
| Id |
integer |
The ID of the change record. |
617975 |
| Name |
string |
The name of the configuration item. |
cumulative_compaction_rounds_for_each_base_compaction_round |
| OldValue |
string |
The original parameter value. |
10 |
| NewValue |
string |
The new parameter value. |
12 |
| IsApplied |
boolean |
Indicates whether the configuration has taken effect. |
false |
| GmtCreated |
string |
The time when the task was created. The time is in GMT. |
2022-10-11T08:53:32Z |
| GmtModified |
string |
The time when the task was last modified. The time is in GMT. |
2024-03-08T10:08Z |
| DynamicCode |
string |
The dynamic code. This parameter is not used. Ignore this parameter. |
0 |
| DynamicMessage |
string |
The dynamic message. This parameter is not used. Ignore this parameter. |
An error occurred while processing your request. |
| AccessDeniedDetail |
string |
The details about the access denial. |
failed |
| RequestId |
string |
The request ID. |
F8900A96-67F7-5274-A41B-7722E1ECF8C9 |
Examples
Success response
JSON format
{
"Data": {
"DbInstanceName": "selectdb-cn-7213c8****",
"DbInstanceId": "6585",
"DbClusterId": "selectdb-cn-7213c8****-be",
"TaskId": 107841167,
"ParamChangeLogs": [
{
"Id": 617975,
"Name": "cumulative_compaction_rounds_for_each_base_compaction_round",
"OldValue": "10",
"NewValue": "12",
"IsApplied": false,
"GmtCreated": "2022-10-11T08:53:32Z",
"GmtModified": "2024-03-08T10:08Z"
}
]
},
"DynamicCode": "0",
"DynamicMessage": "An error occurred while processing your request.",
"AccessDeniedDetail": "failed",
"RequestId": "F8900A96-67F7-5274-A41B-7722E1ECF8C9"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | DocumentConvertFailed.ExceedFileSizeLimit | The conversion has been failed, exceed file size limit. | english description1 |
| 400 | Forbidden | User not authorized to operate on the specified resource, or this API does not support RAM. | english description1 |
| 400 | InvalidDBName | The specified database name is not allowed. | english description1 |
| 400 | CreateOrderFailed | Failed to create order. | Failed to create order. |
| 400 | InvalidEndTime.Format | Specified end time is not valid. | The specified jie time is not a valid parameter. |
| 400 | InvalidStartTime.Format | Specified start time is not valid. | The specified start time is not a valid parameter. |
| 400 | InvalidParameterCombination | The end time must be greater than the start time. | The end time must be greater than the start time. |
| 400 | InvalidConfigKey.Malformed | The specified parameter "ConfigKey" is not valid. | The specified parameter Parameters is not a valid parameter. |
| 400 | InvalidDBInstanceId.Malformed | The specified parameter "DBInstanceId" is not valid. | The parameter "DBInstanceId" is illegal. |
| 400 | InvalidClusterId.Malformed | The specified parameter "ClusterId" is not valid. | |
| 403 | DBClusterNotSupported | The requested operation can not be performed while the cluster is not sale. | The requested operation cannot be performed while the cluster is not running. |
| 403 | IncorrectDBInstanceState | Current DB instance state does not support this operation. | english description1 |
| 403 | InstanceEngineType.NotSupport | The instance engine and type does not support operations. | english description1 |
| 403 | InvalidDBInstanceState.NotSupport | The specified instance state does't support this operation. | The instance is in a state that does not support the current operation. |
| 403 | MoneyLessThan100 | The Account Monet less Than 100. | english description1 |
| 403 | OperationDenied.DBNameAndAccountPrivilegeCount | The operation is not permitted due to count of database or account privilege. | english description1 |
| 403 | InsufficientResourceCapacity | The resource is out of usage. | Not enough resources, please try again later. |
| 404 | DBInstanceLocked | The current instance lock mode does not support this operation. | english description1 |
| 404 | IncorrectVswitchId | The specified parameter VSwitchId is not valid. | english description1 |
| 404 | InvalidApi.NotFound | Specified api is not found, please check your url and method. | |
| 404 | InvalidDBInstance.NotFound | The specified instance is not found. | english description1 |
| 404 | InvalidDBInstanceClass.NotFound | The specified instance classic does not exist. | english description1 |
| 404 | InvalidRegionId.NotFound | The provided RegionId does not exist in our records. | english description1 |
| 404 | QueryPrice.Failed | The inquiry failed. Contact Alibaba Cloud customer service representatives. | english description1 |
| 404 | InvalidClusterName.NotFound | The specified cluster name is not available. | The specified cluster name is not available |
| 404 | InvalidDBInstanceId.NotFound | The DBInstanceId provided does not exist in our records. | Instance does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.