查询项目运行记录列表
功能介绍
查询项目运行的记录列表。
URI
- URI格式
GET /softcomai/datalake/dataplan/v1.0/progress/history/{progressId}
- 参数说明
参数名
是否必选
参数类型
备注
progressId
是
String
项目ID。
请求
- 请求样例
GET https://ipaddr:port/softcomai/datalake/dataplan/v1.0/progress/history/{progressId}
- 参数说明
参数名
是否必选
参数类型
备注
progressId
是
String
项目ID。
响应
- 响应样例
{ "success":true, "errorMsg":null, "errorCode":null, "returnData":[ { "batchNo":"20200326141505_1772563366", "progressId":"P_20200324151731_916401161", "progressName":"dfwerwr", "beginTime":"2020-03-26 14:15:00", "endTime":"2020-03-26 14:15:05", "costTime":"5", "dataCollectMode":"manual", "dataBucket":null, "dataPath":null, "dataFileList":null, "timeScope":null, "originalDataCnt":null, "resultDataCnt":null, "errorMsg":null, "tag":null, "status":null, "tenantId":"b75b2a8b76be47b884d56dc17cfcd8c9" } ] }
- 要素说明
参数名
参数类型
备注
success
String
请求是否成功,取值包括true和false。
returnData
JSON LIST
返回值。
status
String
项目状态。
batchNo
String
批次号。
progressId
String
项目ID。
progressName
String
项目名称。
beginTime
String
开始时间。
costTime
String
花费时间。
dataBucket
String
数据桶。
dataPath
String
数据路径。
dataFileList
String
文件列表。
状态码
具体请参考状态码。