UpdateApp

更新时间:
复制 MD 格式

Updates an application group.

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

AccessToken

string

No

The access token.

f312159702f4469585586ed5a6904163v3

Title

string

Yes

The title.

测试应用

MaxConcurrency

integer

No

The task execution queue size.

Note

Sets the maximum number of concurrent task instances in the application group. Additional task instances are queued for execution and not discarded.

10

EnableLog

boolean

No

Specifies whether to enable logging.

  • true: Enables logging.

  • false: Disables logging.

true

LabelRouteStrategy

integer

No

1

Response elements

Element

Type

Description

Example

object

The object that contains the response data.

RequestId

string

The unique ID of the request, generated by Alibaba Cloud. You can use this request ID to troubleshoot issues.

39AA91C1-7BB7-5934-B15B-FD8E706D76C4

Code

integer

The response code.

200

Message

string

The error message.

Parameter error: content is null.

Success

boolean

Indicates whether the request was successful.

  • true: The request was successful.

  • false: The request failed.

true

Examples

Success response

JSON format

{
  "RequestId": "39AA91C1-7BB7-5934-B15B-FD8E706D76C4",
  "Code": 200,
  "Message": "Parameter error: content is null.",
  "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.