重刷任務(wù)歷史數(shù)據(jù)。
調(diào)試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權(quán)信息
當(dāng)前API暫無授權(quán)信息透出。
請求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ClusterId | string | 是 | 集群 ID | xxljob-b6ec1xxxx |
AppName | string | 是 | 應(yīng)用名稱 | test-app |
JobId | long | 是 | 任務(wù) ID | 74 |
StartDate | long | 是 | 開始時間 | 1698458024000 |
EndDate | long | 是 | 結(jié)束時間 | 1698458024000 |
DataTime | string | 是 | 數(shù)據(jù)時間 | 14:11:10 |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"RequestId": "BCDF4006-C8A1-5F83-9368-588347D3EE84",
"Code": 200,
"Success": true,
"Message": "Parameter check error"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | InvalidParameter | Parameter error: %s. | 參數(shù)錯誤: %s |
401 | IllegalRequest | IllegalRequest: %s. | 非法請求:%s |
403 | NoPermission | No permission to perform this operation: %s. | 沒有權(quán)限去執(zhí)行該操作:%s |
404 | NotFound | Not found: %s. | 資源不存在:%s |
500 | InternalError | InternalError: %s. | 系統(tǒng)內(nèi)部錯誤:%s |
訪問錯誤中心查看更多錯誤碼。