更新时间:2021-12-17 GMT+08:00
查询一组项目的类型状态
功能介绍
根据项目列表,查询一组项目的类型状态。
请求
- 请求样例
POST https://ipaddr:port/softcomai/datalake/dataplan/v1.0/progress/status/query/progressType ["P_20200608210345_1672346916", "P_20200606100624_2041488694"]
- 参数说明
参数名
是否必选
参数类型
备注
列表
是
List
标签列表。
响应
- 响应样例
{ "success": true, "errorMsg": null, "errorCode": null, "returnData": [{ "progressId": "P_20200608210345_1672346916", "tasks": { "COLLECTION_BUILTIN": ["completed"], "GOVERN": ["init", "failed"], "PUBLISH": ["init"] }, "status": "failed" }, { "progressId": "P_20200606100624_2041488694", "tasks": { "COLLECTION_BUILTIN": ["stop"] }, "status": "init" }] }
- 要素说明
参数名
参数类型
备注
success
String
请求是否成功。
returnData
JSON
返回体。
progressId
String
项目ID。
tasks
JSON
任务列表。
状态码
具体请参考状态码。
父主题: 项目管理接口