OperateRetryJobExecution

更新时间:
复制 MD 格式

Retries a failed Job Instance.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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: The request was successful.

  • false: The request failed.

true

Message

string

Returns success for successful requests, and an error message for failed requests.

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.