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.
Debugging
Authorization information
Request syntax
POST /pop/v5/resource/cluster_member
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
clusterId | string | Yes | The ID of the cluster into which you want to import ECS instances. | b3e3f77b-462e-****-****-bec8727a4dc8 |
instanceIds | string | Yes | The ID of the ECS instance that you want to import into the cluster. Separate multiple IDs with commas (,). | i-2ze7s2v0b789k60p**** |
password | string | Yes | The logon password of the ECS instance that you want to import into the cluster. | YourPassword |
Response parameters
Examples
Sample success responses
JSON
format
{
"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.