数据复制服务 DRS-批量结束任务或删除任务:响应示例

时间:2024-10-18 19:41:51

响应示例

状态码: 202

Accepted

  • 结束任务响应示例
    {
      "count" : 2,
      "results" : [ {
        "id" : "4c6ac8c0-2f51-426a-97b2-cb2c668jb201",
        "status" : "success"
      }, {
        "id" : "6211d20d-0006-41da-836e-db3301ajb20b",
        "status" : "failed",
        "error_code" : "DRS.M01504",
        "error_msg" : "Another operation is being performed on the migration task or the migration task is abnormal. Try again later."
      } ]
    }
  • 删除任务响应示例
    {
      "count" : 1,
      "results" : [ {
        "id" : "140b5236-88ad-43c8-811c-1268453jb101",
        "status" : "success"
      } ]
    }
support.huaweicloud.com/api-drs/drs_03_0113.html