OperateUnholdJobExecution

更新时间:
复制 MD 格式

Resumes a Job Execution that is in the Hold state.

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 syntax

GET  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

ClusterId

string

Yes

The Cluster ID.

xxljob-d6a5243b6fa

AppName

string

Yes

The Application name.

test-app

JobExecutionId

string

No

The Job Execution ID.

1310630367761285120

Response elements

Element

Type

Description

Example

object

The response object.

RequestId

string

The Request ID.

D0DE9C33-992A-580B-89C4-B609A292748D

Code

integer

The Response Code.

200

Message

string

The Error Message.

Parameter error: content is null.

Success

boolean

Indicates whether the request succeeded:

  • true: The request succeeded.

  • false: The request failed.

true

Examples

Success response

JSON format

{
  "RequestId": "D0DE9C33-992A-580B-89C4-B609A292748D",
  "Code": 200,
  "Message": "Parameter error: content is null.\n",
  "Success": true
}

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.