更新时间:2021-12-17 GMT+08:00
查询项目状态
功能介绍
该接口用于北向查询项目状态。
URI
- URI格式
GET /softcomai/datalake/dataplan/v1.0/north/progress/getstatus/{progressId}
- 参数说明
参数名
是否必选
参数类型
备注
progressId
是
String
项目ID。
请求
- 请求样例
GET https://ipaddr:port/softcomai/datalake/dataplan/v1.0/north/progress/getstatus/{progressId}
- 参数说明
参数名
是否必选
参数类型
备注
progressId
是
String
项目ID。
响应
- 响应样例
{ "success": true, "errorMsg": null, "errorCode": null, "returnData": { "progressId": "P_20200518171834_163704264", "status": "running", "tasks": [ { "taskId": "7030740157305373404", "taskType": null, "status": "init", "costTime": null }, { "taskId": "8433000242171283160", "taskType": null, "status": "completed", "costTime": null } ] } }
- 要素说明
参数名
参数类型
备注
success
Boolean
请求是否成功,取值包括true和false。
returnData
JSON
返回信息。
状态码
具体请参考状态码。
父主题: 北向接口