更新时间:2021-12-17 GMT+08:00
获取项目输出
功能介绍
该接口用于查询项目的北向输出。
URI
- URI格式
GET /softcomai/datalake/dataplan/v1.0/north/progress/output?progressId={progressId}&type={type}
- 参数说明
参数名
是否必选
参数类型
备注
progressId
是
String
项目ID。
type
是
String
项目类型。
请求
- 请求样例
GET https://ipaddr:port/softcomai/datalake/dataplan/v1.0/north/progress/output?progressId=P_20201020171243_1203964008&type=PROGRESS
- 参数说明
参数名
是否必选
参数类型
备注
progressId
是
String
项目ID。
type
是
String
项目类型。
响应
- 响应样例
{ "success": true }
- 要素说明
参数名
参数类型
备注
success
Boolean
请求是否成功,取值包括true和false。
状态码
具体请参考状态码。
父主题: 北向接口