Retries a failed Job Instance.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClusterId |
string |
Yes |
The Cluster ID. |
xxljob-b6ec1xxxx |
| AppName |
string |
Yes |
The Application Name. |
test-app |
| JobExecutionId |
string |
Yes |
The Job Execution ID. |
1310630367761285120 |
| TaskList |
array |
No |
A list of Sub-task execution IDs for a Broadcast Sharding Job. Note
To retry a specific Sub-task of a Broadcast Sharding Job, set this parameter to the execution ID of that Sub-task. |
|
|
string |
No |
The Sub-task execution ID. |
1311649782220996611 |
|
| TriggerChild |
boolean |
No |
Specifies whether to trigger downstream jobs. |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The unique Request ID. Use this ID to troubleshoot issues. |
438737AC-760A-57D9-B646-B7EF79426243 |
| Code |
integer |
The Response Code. |
200 |
| Success |
boolean |
Indicates whether the request was successful.
|
true |
| Message |
string |
Returns |
success |
Examples
Success response
JSON format
{
"RequestId": "438737AC-760A-57D9-B646-B7EF79426243",
"Code": 200,
"Success": true,
"Message": "success"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | Parameter error: %s. | Parameter error: %s |
| 401 | IllegalRequest | IllegalRequest: %s. | Illegal request:%s |
| 500 | InternalError | InternalError: %s. | System Internal Error: %s |
| 403 | NoPermission | No permission to perform this operation: %s. | No permission to perform this operation: %s |
| 404 | NotFound | Not found: %s. | The resource does not exist: %s |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.