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
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
edas:ReadCluster |
get |
*Cluster
|
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:
|
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.