更新时间:2022-05-07 GMT+08:00
分享

查看数据集的OBS下载进度

功能介绍

查看数据集的OBS下载进度。

URI

  • URI格式
    POST /softcomai/datalake/v1.0/download/obs/status
  • 参数说明

    无。

请求

  • 请求样例
    POST https://endpoint/softcomai/datalake/v1.0/download/obs/status
    {
    	"applyIds": ["20191223101909-1146132466",
    	"20191218163209-1883904408",
    	"20191218163200-51898149",
    	"20191218163153-460318591",
    	"20191130194600-1335617798",
    	"20190830162403-1982640392"]
    }
    
  • 参数说明

    参数名

    是否必选

    参数类型

    备注

    applyIds

    List

    订阅数据集的申请单号列表。

响应

  • 响应样例
    {
    "success": true,
    "returnData": [{
    "applyId": "20191223101909-1146132466",
    "status": "success",
    "totalProcess": 100
    },
    {
    "applyId": "20191218163153-460318591",
    "status": "failed",
    "totalProcess": 100
    }]
    }
  • 要素说明

    参数名

    参数类型

    备注

    success

    String

    请求是否成功。

    applyId

    String

    申请的订单号。

    status

    String

    任务状态。

    totalProcess

    Int

    任务进度。

状态码

具体请参考状态码

分享:

    相关文档

    相关产品