日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

DescribeOSSStorage - 查看冷存

查看冷存。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

當前API暫無授權信息透出。

請求參數

名稱類型必填描述示例值
RegionIdstring

地域 ID。您可以通過調用 DescribeRegions 接口查詢地域 ID。

cn-hangzhou
DBClusterIdstring

集群 ID。

cc-bp108z124a8o7****

返回參數

名稱類型描述示例值
object
Policystring

冷熱分層存儲策略的參數。

[{ "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" }]
RequestIdstring

請求 ID。

aadbb456-ebf7-4ed8-9671-fad9f3846ca4
Statestring

冷熱分層存儲的狀態,取值說明:

  • CREATING:開通中。
  • DISABLE:未開通。
  • ENABLE:已開通。
ENABLE
ColdStorageboolean

是否支持開通冷熱分層存儲,取值說明:

  • true:支持開通。
  • false:不支持開通。
true
StorageUsagestring

冷數據存儲使用空間,單位:GB。

0.00

示例

正常返回示例

JSON格式

{
  "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 status code錯誤碼錯誤信息描述
500InternalErrorAn error occurred while processing your request.系統內部錯誤,請稍后重試
503ServiceUnavailableAn error occurred while processing your request.系統暫時不可用,請稍后重試

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
暫無變更歷史