Queries all Elastic Compute Service (ECS) instances that have not been imported to clusters.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
edas:ListEcsNotInCluster |
get |
*All Resource
|
None | None |
Request syntax
GET /pop/v5/resource/ecs_not_in_cluster HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| NetworkMode |
integer |
Yes |
The network type. Valid values:
|
2 |
| VpcId |
string |
No |
The ID of the VPC. This parameter is required if the NetworkMode parameter is set to 2. |
vpc-2zef6ob8****v8x3q46kp |
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. |
b197-40ab-9155-**** |
| EcsEntityList |
object |
||
| EcsEntity |
array<object> |
The information about ECS instances. |
|
|
object |
|||
| VpcId |
string |
The ID of the VPC. |
vpc-2zef6ob8mrlzv8x3q**** |
| Status |
string |
The status of the ECS instance. Valid values:
|
Running |
| PrivateIp |
string |
The private IP address of the ECS instance. |
192.168.*.** |
| Expired |
boolean |
Indicates whether the ECS instance has expired. Valid values:
|
false |
| InstanceId |
string |
The ID of the ECS instance. |
i-2ze7s2v0b*********** |
| Mem |
integer |
The size of memory. Unit: bytes. |
4096 |
| RegionId |
string |
The ID of the region where the ECS instance is located. |
cn-beijing |
| VpcName |
string |
The name of the VPC. |
test |
| Cpu |
integer |
The number of CPU cores. |
2 |
| InnerIp |
string |
The private IP address of the ECS instance. |
192.168.20.113 |
| Eip |
string |
The elastic IP address (EIP) associated with the ECS instance. |
139.30.xxx.xx |
| InstanceName |
string |
The name of the ECS instance. |
worker-k8s-for-cs-c9dfa009a5e7c4faab2010b87cae4**** |
| PublicIp |
string |
The public IP address of the ECS instance. |
131.30.xxx.xx |
Examples
Success response
JSON format
{
"Code": 200,
"Message": "success",
"RequestId": "b197-40ab-9155-****",
"EcsEntityList": {
"EcsEntity": [
{
"VpcId": "vpc-2zef6ob8mrlzv8x3q****",
"Status": " Running",
"PrivateIp": "192.168.*.**",
"Expired": false,
"InstanceId": "i-2ze7s2v0b***********",
"Mem": 4096,
"RegionId": "cn-beijing",
"VpcName": "test",
"Cpu": 2,
"InnerIp": "192.168.20.113",
"Eip": "139.30.xxx.xx",
"InstanceName": "worker-k8s-for-cs-c9dfa009a5e7c4faab2010b87cae4****",
"PublicIp": "131.30.xxx.xx"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.