クラスター構成の変更ログを照会します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
selectdb:DescribeDBClusterConfigChangeLogs |
get |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| ConfigKey |
string |
任意 |
変更された設定ファイル。計算クラスターの場合は `be.conf`、FE クラスターの場合は `fe.conf` です。 |
be.conf |
| DBClusterId |
string |
必須 |
クラスター ID。 |
selectdb-cn-7213c8****-be |
| DBInstanceId |
string |
必須 |
インスタンス ID。 |
selectdb-cn-7213c8**** |
| RegionId |
string |
必須 |
リージョン ID。 |
cn-hangzhou |
| StartTime |
string |
必須 |
変更ログを照会する開始時刻。フォーマットは `yyyy-MM-dd HH:mm:ss` です。 |
2023-04-25 09:48:23 |
| EndTime |
string |
必須 |
変更ログを照会する終了時刻。フォーマットは `yyyy-MM-dd HH:mm:ss` です。 |
2023-05-08 15:59:59 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
PlainResponse |
||
| Data |
object |
返されるデータ。 |
|
| DbInstanceName |
string |
インスタンス ID。 |
selectdb-cn-7213c8**** |
| DbInstanceId |
string |
インスタンスの数値 ID。 |
6585 |
| DbClusterId |
string |
クラスター ID。 |
selectdb-cn-7213c8****-be |
| TaskId |
integer |
タスク ID。 |
107841167 |
| ParamChangeLogs |
array<object> |
パラメーター変更ログ。 |
|
|
object |
パラメーター変更ログ。 |
||
| Id |
integer |
変更レコードの ID。 |
617975 |
| Name |
string |
設定項目の名前。 |
cumulative_compaction_rounds_for_each_base_compaction_round |
| OldValue |
string |
元のパラメーター値。 |
10 |
| NewValue |
string |
新しいパラメーター値。 |
12 |
| IsApplied |
boolean |
設定が有効になっているかどうかを示します。 |
false |
| GmtCreated |
string |
タスクが作成された時刻。時刻は GMT です。 |
2022-10-11T08:53:32Z |
| GmtModified |
string |
タスクが最後に変更された時刻。時刻は GMT です。 |
2024-03-08T10:08Z |
| DynamicCode |
string |
動的コード。このパラメーターは使用されません。このパラメーターは無視してください。 |
0 |
| DynamicMessage |
string |
動的メッセージ。このパラメーターは使用されません。このパラメーターは無視してください。 |
An error occurred while processing your request. |
| AccessDeniedDetail |
string |
アクセス拒否に関する詳細。 |
failed |
| RequestId |
string |
リクエスト ID。 |
F8900A96-67F7-5274-A41B-7722E1ECF8C9 |
例
成功レスポンス
JSONJSON
{
"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"
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | DocumentConvertFailed.ExceedFileSizeLimit | The conversion has been failed, exceed file size limit. | 日文说明1 |
| 400 | Forbidden | User not authorized to operate on the specified resource, or this API does not support RAM. | 日文说明1 |
| 400 | InvalidDBName | The specified database name is not allowed. | 日文说明1 |
| 400 | CreateOrderFailed | Failed to create order. | 注文の作成に失敗しました。 |
| 400 | InvalidEndTime.Format | Specified end time is not valid. | |
| 400 | InvalidStartTime.Format | Specified start time is not valid. | |
| 400 | InvalidParameterCombination | The end time must be greater than the start time. | |
| 400 | InvalidConfigKey.Malformed | The specified parameter "ConfigKey" is not valid. | |
| 400 | InvalidDBInstanceId.Malformed | The specified parameter "DBInstanceId" is not valid. | |
| 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. | 日文说明1 |
| 403 | IncorrectDBInstanceState | Current DB instance state does not support this operation. | 日文说明1 |
| 403 | InstanceEngineType.NotSupport | The instance engine and type does not support operations. | 日文说明1 |
| 403 | InvalidDBInstanceState.NotSupport | The specified instance state does't support this operation. | 日文说明1 |
| 403 | MoneyLessThan100 | The Account Monet less Than 100. | 日文说明1 |
| 403 | OperationDenied.DBNameAndAccountPrivilegeCount | The operation is not permitted due to count of database or account privilege. | 日文说明1 |
| 403 | InsufficientResourceCapacity | The resource is out of usage. | リソースが不足しています。しばらくしてからやり直してください。 |
| 404 | DBInstanceLocked | The current instance lock mode does not support this operation. | 日文说明1 |
| 404 | IncorrectVswitchId | The specified parameter VSwitchId is not valid. | 日文说明1 |
| 404 | InvalidApi.NotFound | Specified api is not found, please check your url and method. | |
| 404 | InvalidDBInstance.NotFound | The specified instance is not found. | 日文说明1 |
| 404 | InvalidDBInstanceClass.NotFound | The specified instance classic does not exist. | 日文说明1 |
| 404 | InvalidRegionId.NotFound | The provided RegionId does not exist in our records. | 日文说明1 |
| 404 | QueryPrice.Failed | The inquiry failed. Contact Alibaba Cloud customer service representatives. | 日文说明1 |
| 404 | InvalidClusterName.NotFound | The specified cluster name is not available. | |
| 404 | InvalidDBInstanceId.NotFound | The DBInstanceId provided does not exist in our records. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。