数据仓库服务 GAUSSDB(DWS)-从空闲节点扩容:请求示例

时间:2023-11-20 17:08:36

请求示例

POST https://{Endpoint}/v2/89cd04f168b84af6be287f71730fdb4b/clusters/4ca46bf1-5c61-48ff-b4f3-0ad4e5e3ba90/resize-with-existed-nodes

{
  "scale_out" : {
    "count" : 3
  },
  "force_backup" : false,
  "mode" : "read-only",
  "logical_cluster_name" : "test-logical-cluster",
  "expand_with_existed_node" : true,
  "create_node_only" : true,
  "auto_redistribute" : true,
  "is_scheduler_build_mode" : false,
  "redis_conf" : {
    "redis_mode" : "offLine",
    "schedule_conf" : null,
    "parallel_jobs" : 4,
    "parallel_job" : 4
  },
  "build_task_info" : {
    "build_mode" : "read-only",
    "start_time" : null,
    "end_time" : null
  }
}
support.huaweicloud.com/api-dws/dws_02_0732.html