文档数据库服务 DDS-设置磁盘自动扩容策略:请求示例
请求示例
打开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" }
- GaussDB磁盘扩容_协调节点缩容_协调节点扩容_分片数量扩容
- 云数据库RDS for MySQL存储空间自动扩容_存储空间_自动扩容_MySQL云盘
- 文档数据库服务DDS在各行业的典型应用
- MongoDB_文档数据库服务DDS_华为云
- 云数据库 RDS for MySQL磁盘扩容方法_华为云
- GaussDB数据库扩容与缩容_Gaussdb扩容_华为gaussdb_gaussdb在线扩容
- 文档数据库服务DDS实例类型_MongoDB实例类型_华为云
- 文档数据库服务DDS常见故障排除_MongoDB常见故障排除_华为云
- 华为云CodeArts API_如何在CodeArts API中设置请求参数?
- 文档数据库服务DDS系统架构介绍