コールドストレージ情報をクエリします。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
clickhouse:DescribeOSSStorage |
get |
*DBCluster
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| RegionId |
string |
任意 |
リージョン ID。 DescribeRegions 操作を呼び出して、リージョン ID をクエリします。 |
cn-hangzhou |
| DBClusterId |
string |
必須 |
クラスター ID。 |
cc-bp108z124a8o7**** |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| Policy |
string |
ホットデータとコールドデータの階層化ストレージポリシーのパラメーター。 |
[{ "currentValue":"0.1", "defaultValue":"0.1", "desc":"Ratio of free disk space. When the ratio exceeds the value of configuration parameter, ClickHouse start to move data to the cold storage", "name":"move_factor", "restart":true, "valueRange":"(0, 1]" },{ "currentValue":"true", "defaultValue":"true", "desc":"Disables merging of data parts on cold storage", "name":"prefer_not_to_merge", "restart":true, "valueRange":"true|false" }] |
| RequestId |
string |
リクエスト ID。 |
aadbb456-ebf7-4ed8-9671-fad9f3846ca4 |
| State |
string |
ホットデータとコールドデータの階層化ストレージのステータス。有効な値:
|
ENABLE |
| ColdStorage |
boolean |
ホットデータとコールドデータの階層化ストレージを有効にできるかどうかを示します。有効な値:
|
true |
| StorageUsage |
string |
使用されるコールドストレージ領域。単位: GB。 |
0.00 |
例
成功レスポンス
JSONJSON
{
"Policy": "[{ \"currentValue\":\"0.1\", \"defaultValue\":\"0.1\", \"desc\":\"Ratio of free disk space. When the ratio exceeds the value of configuration parameter, ClickHouse start to move data to the cold storage\", \"name\":\"move_factor\", \"restart\":true, \"valueRange\":\"(0, 1]\" },{ \"currentValue\":\"true\", \"defaultValue\":\"true\", \"desc\":\"Disables merging of data parts on cold storage\", \"name\":\"prefer_not_to_merge\", \"restart\":true, \"valueRange\":\"true|false\" }]",
"RequestId": "aadbb456-ebf7-4ed8-9671-fad9f3846ca4",
"State": "ENABLE",
"ColdStorage": true,
"StorageUsage": "0.00"
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 500 | InternalError | An error occurred while processing your request. | An error occurred while processing your request. |
| 503 | ServiceUnavailable | An error occurred while processing your request. | An error occurred while processing your request. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。