獲取任務執行的詳情。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ClusterId | string | 是 | 集群 ID | xxljob-b6ec1xxxx |
AppName | string | 是 | 應用名稱 | test-app |
JobExecutionId | string | 是 | 任務執行 ID | 1310630367761285120 |
返回參數
示例
正常返回示例
JSON
格式
{
"Code": 200,
"RequestId": "9B57FDD7-ABBE-5030-B348-86EB9943DB59",
"Message": "Parameter format error",
"Success": true,
"Data": {
"JobDescription": "測試任務",
"TotalProgress": {
"Total": 30,
"Finished": 15
},
"RootProgress": {
"Total": 2,
"Finished": 2
},
"TaskProgress": [
{
"Name": "calendar_test_2",
"Total": 1000,
"Pulled": 10,
"Queue": 100,
"Running": 1,
"Success": 100,
"Failed": 100
}
],
"ShardingProgress": [
{
"Id": 1,
"WorkerAddr": "http://192.168.1.9:9999/",
"Status": 5,
"StatusType": {
"Code": "5",
"Name": "TaskStatus.FAILED",
"Tips": {
"key": "Task execution failed"
}
},
"JobExecutionId": "1306189481388277762",
"Result": "2,4,6,8,10"
}
],
"WorkerProgress": [
{
"WorkerAddr": "10.10.116.53:61941\n",
"Total": 100,
"Pulled": 20,
"Queue": 20,
"Running": 20,
"Success": 20,
"Failed": 20,
"TraceId": "1a0e97fb17244665327205402dbd6d"
}
]
}
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | InvalidParameter | Parameter error: %s. | 參數錯誤: %s |
401 | IllegalRequest | IllegalRequest: %s. | 非法請求:%s |
403 | NoPermission | No permission to perform this operation: %s. | 沒有權限去執行該操作:%s |
404 | NotFound | Not found: %s. | 資源不存在:%s |
500 | InternalError | InternalError: %s. | 系統內部錯誤:%s |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|---|---|
2024-11-27 | API 內部配置變更,不影響調用 | 查看變更詳情 |