更新时间:2021-12-17 GMT+08:00
查询历史任务结果
功能介绍
查询解析任务的运行历史记录。
请求
- 请求样例
GET https://ipaddr:port/softcomai/datalake/dataplan/v1.0/analysis/task/history?taskid=xxx2
- 参数说明
参数名
类型
备注
taskId
String
任务ID。
响应
- 响应样例
- 成功响应样例:
{ "success":true, "errorMsg":null, "errorCode":null, "returnData":{ "curruntPage":0, "pageSize":0, "totalPageNum":0, "recordCount":0, "taskName":"xxx", "description":null, "dataType":"OBS", "dataContent":null, "taskType":"DALAB", "protocol":"enodeb-pmmrf", "dataList":[ { "id":null, "taskId":"xxx", "startTime":"2021-01-07 17:01:45", "endTime":"2021-01-07 17:21:12", "costTime":"00:19:27", "failedReason":null, "status":"completed", "progressId":"xxx", "dataContent":"xxx/data/", "outputDataContent":"xx/xxx", "taskLog":null }, { "id":null, "taskId":"xxxx", "startTime":"2021-01-07 16:46:57", "endTime":"2021-01-07 16:48:32", "costTime":"00:01:35", "failedReason":null, "status":"failed", "progressId":"xxx", "dataContent":"xxx/data/", "outputDataContent":"xxx/xxx", "taskLog":null } ] } }
- 失败响应样例:
{ “status”:“failed”; “errorMessage” : “xxxxxxx”, “errorCode” : “xxxxxx” }
- 成功响应样例:
- 要素说明
参数名
类型
备注
status
String
请求状态。
returnData
json数组
创建任务时的基本信息。
errorMessage
String
失败描述。
errorCode
String
错误码。
状态码
具体请参考状态码。
父主题: 数据解析