文档数据库服务 DDS-设置磁盘自动扩容策略:请求示例

时间:2024-12-24 17:50:23

请求示例

打开ID为93e4b3eda14349b1b870f72829bc3b9bin02的实例自动扩容策略,触发自动扩容阈值为90%,扩容步长10%。

PUT https://{endpoint}/v3/619d3e78f61b4be68bc5aa0b59edcf7b/instances/auto-enlarge-volume-policies

{ 
  "policies" : [ { 
    "instance_id" : "93e4b3eda14349b1b870f72829bc3b9bin02", 
    "threshold" : 90, 
    "step" : 10 
  } ] 
}

关闭ID为93e4b3eda14349b1b870f72829bc3b9bin02的实例自动扩容策略。

PUT https://{endpoint}/v3/619d3e78f61b4be68bc5aa0b59edcf7b/instances/auto-enlarge-volume-policies

{ 
  "policies" : [ { 
    "instance_id" : "93e4b3eda14349b1b870f72829bc3b9bin02" 
  } ], 
  "switch_option" : "off" 
}
support.huaweicloud.com/api-dds/dds_api_0270.html