All Products
Search
Document Center

Enterprise Distributed Application Service:UpdateApplicationBaseInfo

Last Updated:Dec 22, 2025

Updates the basic information such as the description and owner of an application.

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

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

edas:ConfigApplication

update

*Application

acs:edas:{#regionId}:{#accountId}:namespace/{#NameSpaceId}/application/{#AppId}

None None

Request syntax

POST /pop/v5/app/update_app_info HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

AppId

string

Yes

The ID of the application.

c627c157-560d-43ff-****-************

AppName

string

No

The name of the application. The name must start with a letter, and can contain letters, digits, underscores (_), and hyphens (-). The name can be up to 36 characters in length.

hello-edas

Desc

string

No

The description of the application. The description can be up to 256 characters in length.

测试应用

Owner

string

No

The owner of the application. The value can be up to 127 characters in length.

test@aliyun_xxx.com

Response elements

Element

Type

Description

Example

object

Code

integer

The HTTP status code that is returned.

200

Message

string

The message that is returned.

success

RequestId

string

The ID of the request.

D16979DC-4D42-**************

Applcation

object

The applications that you want to modify.

ExtSlbIp

string

The IP address of the Internet-facing Server Load Balancer (SLB) instance.

39.97.XX.XX

Owner

string

The owner of the application.

test@aliyun_XXX.com

SlbPort

integer

The port used by the internal-facing SLB instance.

80

ExtSlbName

string

The name of the Internet-facing SLB instance.

test

CreateTime

integer

The time when the application was created. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.

1577259573911

UserId

string

The ID of the Alibaba Cloud account.

edas_com***@****.***

Port

integer

The port used by the application.

8080

RunningInstanceCount

integer

The number of running application instances.

1

SlbIp

string

The IP address of the internal-facing SLB instance.

192.168.XX.XX

Dockerize

boolean

Indicates whether the application is a Docker application.

false

Description

string

The description of the application.

test

InstanceCount

integer

The number of application instances.

1

AppId

string

The ID of the application.

c627c157-560d-43ff-****-************

Memory

integer

The size of memory configured for an application instance. Unit: MB.

0

Name

string

The name of the application.

test

ClusterId

string

The ID of the cluster.

d7730a49-629a-47bd-****-f45eb01f****

SlbId

string

The ID of the internal-facing SLB instance.

a3d4*******

HealthCheckUrl

string

The health check URL.

http://127.0.XX.XX:8080/_etc.html

ApplicationType

string

The deployment type of the application. Valid values:

  • War: The application is deployed by using a WAR package.

  • FatJar: The application is deployed by using a JAR package.

  • Image: The application is deployed by using an image.

  • If this parameter is empty, the application is not deployed.

FatJar

ExtSlbId

string

The ID of the Internet-facing SLB instance.

ace93*******

RegionId

string

The ID of the region.

cn-beijing:****

BuildPackageId

integer

The build package number of Enterprise Distributed Application Service (EDAS) Container.

58

Cpu

integer

The number of CPU cores.

0

ClusterType

integer

The type of the cluster. Valid values:

  • 0: normal Docker cluster

  • 1: Swarm cluster

  • 2: ECS cluster

  • 3: self-managed Kubernetes cluster in EDAS

  • 4: cluster in which Pandora automatically registers applications

  • 5: Container Service for Kubernetes (ACK) clusters

2

SlbName

string

The name of the internal-facing SLB instance.

test

Examples

Success response

JSON format

{
  "Code": 200,
  "Message": "success",
  "RequestId": "D16979DC-4D42-**************",
  "Applcation": {
    "ExtSlbIp": "39.97.XX.XX",
    "Owner": "test@aliyun_XXX.com",
    "SlbPort": 80,
    "ExtSlbName": "test",
    "CreateTime": 1577259573911,
    "UserId": "edas_com***@****.***",
    "Port": 8080,
    "RunningInstanceCount": 1,
    "SlbIp": "192.168.XX.XX",
    "Dockerize": false,
    "Description": "test",
    "InstanceCount": 1,
    "AppId": "c627c157-560d-43ff-****-************",
    "Memory": 0,
    "Name": "test",
    "ClusterId": "d7730a49-629a-47bd-****-f45eb01f****",
    "SlbId": "a3d4*******",
    "HealthCheckUrl": "http://127.0.XX.XX:8080/_etc.html",
    "ApplicationType": "FatJar",
    "ExtSlbId": "ace93*******",
    "RegionId": "cn-beijing:****",
    "BuildPackageId": 58,
    "Cpu": 0,
    "ClusterType": 2,
    "SlbName": "test"
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.