All Products
Search
Document Center

Enterprise Distributed Application Service:ListConvertableEcu

Last Updated:Dec 22, 2025

Queries the Elastic Compute Service (ECS) instances that can be imported to a specified cluster. This operation is applicable to ECS clusters.

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:ReadCluster

get

*Cluster

acs:edas:{#regionId}:{#accountId}:namespace/{#NameSpaceId}/cluster/{#ClusterId}

None None

Request syntax

GET /pop/v5/resource/convertable_ecu_list HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

clusterId

string

Yes

The ID of the cluster. You can call the ListCluster operation to query the cluster ID. For more information, see ListCluster.

b3e3f77b-462e-****-****-bec8727a****

Response elements

Element

Type

Description

Example

object

The content that is returned.

Code

integer

The HTTP status code that is returned.

200

Message

string

The additional information that is returned.

success

RequestId

string

The ID of the request.

b197-40ab-9155-7ca7

InstanceList

object

Instance

array<object>

The ECS instances that can be imported to the cluster.

object

The information about ECS instances.

VpcId

string

The ID of the virtual private cloud (VPC).

vpc-2zef6ob8m************

Status

string

The state of the instance. Valid values:

  • Pending: The instance is being created.

  • Running: The instance is running.

  • Starting: The instance is being started.

  • Stopping: The instance is being stopped.

  • Stopped: The instance is stopped.

Running

PrivateIp

string

The private IP address of the ECS instance. This parameter is valid only when the ECS instance is deployed in a VPC.

192.XX.XX.123

Expired

boolean

Indicates whether the ECS instance has expired.

false

InstanceId

string

The ID of the ECS instance.

i-2ze7s2v0b***********

Mem

integer

The size of memory for the ECS instance.

4096

RegionId

string

The ID of the region where the ECS instance is located.

cn-beijing

VpcName

string

The name of the VPC.

jianwei-test

EcuId

string

The ID of the elastic compute units (ECU).

b197-40ab-9155-7ca7

Cpu

integer

The number of CPU cores of the ECS instance.

2

InnerIp

string

The private IP address of the ECS instance. This parameter is valid only when the ECS instance is deployed in a VPC.

192.168.13.xx

Eip

string

The elastic IP address (EIP) associated with the ECS instance. The EIP can be changed.

13.xx.xxx.xx

InstanceName

string

The name of the ECS instance.

worker-k8s

PublicIp

string

The public IP address of the ECS instance. This IP address can be used only by the ECS instance.

13.xx.xx.xxx

Examples

Success response

JSON format

{
  "Code": 200,
  "Message": "success",
  "RequestId": "b197-40ab-9155-7ca7",
  "InstanceList": {
    "Instance": [
      {
        "VpcId": "vpc-2zef6ob8m************",
        "Status": " Running",
        "PrivateIp": "192.XX.XX.123",
        "Expired": false,
        "InstanceId": "i-2ze7s2v0b***********",
        "Mem": 4096,
        "RegionId": "cn-beijing",
        "VpcName": "jianwei-test",
        "EcuId": "b197-40ab-9155-7ca7",
        "Cpu": 2,
        "InnerIp": "192.168.13.xx",
        "Eip": "13.xx.xxx.xx",
        "InstanceName": "worker-k8s",
        "PublicIp": "13.xx.xx.xxx"
      }
    ]
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.