数据治理中心 DATAARTS STUDIO-查询导入结果:响应示例

时间:2023-11-15 11:25:49

响应示例

状态码: 200

Success,返回data数据是 DsProcessImportResultVO

{
  "data" : {
    "status" : "success",
    "group" : {
      "id" : null,
      "tenant_id" : "xxx",
      "group_id" : "1014919548664713216",
      "biz_name" : null,
      "biz_id" : null,
      "operation_status" : "SUCCESS",
      "operation_type" : "IMPORT_CODETABLE",
      "biz_info" : null,
      "create_by" : "abc",
      "remark" : null,
      "total" : 2,
      "success" : 2,
      "failed" : 0,
      "rate" : "1.00",
      "logs" : null,
      "groups" : [ {
        "id" : "1014919548861845504",
        "tenant_id" : "xxx",
        "group_id" : "1014919548664713216",
        "biz_name" : "test",
        "biz_id" : null,
        "operation_status" : "SUCCESS",
        "operation_type" : "IMPORT_CODETABLE",
        "biz_info" : "{\"op_name\":\"test\",\"op_number\":0}",
        "create_by" : "abc",
        "remark" : "SKIP",
        "total" : 0,
        "success" : 0,
        "failed" : 0,
        "rate" : null,
        "logs" : null,
        "groups" : null
      } ]
    },
    "rate" : "1.00"
  }
}
support.huaweicloud.com/api-dataartsstudio/ImportResult.html