数据复制服务 DRS-查询任务参数配置列表:响应示例

时间:2024-01-11 19:05:18

响应示例

状态码: 200

任务参数配置列表信息。

{ 
  "count" : 0, 
  "parameter_config_list" : [ { 
    "name" : "applier_thread_num", 
    "value" : "20", 
    "default_value" : "10", 
    "value_range" : "1-512", 
    "is_need_restart" : true, 
    "description" : "The number of threads that write data to the target database during the full stage", 
    "created_at" : "2020-09-01T18:50:20Z", 
    "updated_at" : "2020-09-01T18:50:20Z" 
  }, { 
    "name" : "read_task_num", 
    "value" : "20", 
    "default_value" : "10", 
    "value_range" : "1-512", 
    "is_need_restart" : true, 
    "description" : "The number of threads reading data from the source database during the full volume stage", 
    "created_at" : "2020-09-01T18:50:20Z", 
    "updated_at" : "2020-09-01T18:50:20Z" 
  } ] 
}
support.huaweicloud.com/api-drs/drs_03_0231.html