数据仓库服务 GAUSSDB(DWS)-查询逻辑集群任务信息:响应示例

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

响应示例

状态码: 200

查询任务信息成功。

{
  "logical_cluster_tasks" : [ {
    "type" : "Grow",
    "logical_cluster_name" : "elastic_group",
    "start_time" : "2023-06-05 01:58:43",
    "end_time" : "2023-06-05 02:11:50",
    "result" : "success",
    "log" : "Expand from outside success"
  }, {
    "type" : "Create",
    "logical_cluster_name" : "test_logical",
    "start_time" : "2023-06-21 08:35:58",
    "end_time" : "2023-06-21 08:36:14",
    "result" : "failed",
    "log" : "list index out of range\\nChecking whether the reentry command is consistent with the previous command."
  } ],
  "count" : 2
}
support.huaweicloud.com/api-dws/dws_02_0723.html