All Products
Search
Document Center

Enterprise Distributed Application Service:InsertClusterMember

Last Updated:Sep 08, 2025

Imports Elastic Compute Service (ECS) instances into an ECS cluster.

Operation description

If you call this operation to import an ECS instance, the operating system of the ECS instance is reinstalled. After the operating system is reinstalled, all original data of the ECS instance is deleted. In addition, you must set a logon password for the ECS instance. Make sure that no important data exists on the ECS instance that you want to import or data has been backed up for the ECS instance.

Note We recommend that you call the InstallAgent operation instead of this operation. For more information, see InstallAgent .

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
edas:ManageClustercreate
*Cluster
acs:edas:{#regionId}:{#accountId}:namespace/{#NameSpaceId}/cluster/{#ClusterId}
    none
none

Request syntax

POST /pop/v5/resource/cluster_member HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
clusterIdstringYes

The ID of the cluster into which you want to import ECS instances.

b3e3f77b-462e-****-****-bec8727a4dc8
instanceIdsstringYes

The ID of the ECS instance that you want to import into the cluster. Separate multiple IDs with commas (,).

i-2ze7s2v0b789k60p****
passwordstringYes

The logon password of the ECS instance that you want to import into the cluster.

YourPassword

Response parameters

ParameterTypeDescriptionExample
object

The content returned.

Codeinteger

The HTTP status code.

200
Messagestring

The additional information returned.

success
Datastring

The data returned for the request.

Transform submit success!
RequestIdstring

The request ID.

01B49A88-B06F-423B-A5EF-E5C0A89******

Examples

Sample success responses

JSONformat

{
  "Code": 200,
  "Message": "success",
  "Data": "Transform submit success!",
  "RequestId": "01B49A88-B06F-423B-A5EF-E5C0A89******"
}

Error codes

For a list of error codes, visit the Service error codes.