Queries the elastic compute units (ECUs) that can be migrated.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /pop/v5/resource/migrate_ecu_list
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
LogicalRegionId | string | No | The ID of the namespace.
| cn-hangzhou or cn-hangzhou:test |
Response parameters
Examples
Sample success responses
JSON
format
{
"Code": 200,
"Message": "success",
"RequestId": "b197-40ab-9155-7ca7",
"EcuEntityList": {
"EcuEntity": [
{
"VpcId": "vpc-2zef6ob8m************",
"UpdateTime": 1573281041109,
"IpAddr": "192.168.0.150",
"AvailableCpu": 2,
"CreateTime": 1573281041101,
"UserId": "edas_com***_****@******-*****.***",
"InstanceId": "i-2zej4i2jd***********",
"Mem": 0,
"RegionId": "cn-beijing",
"EcuId": "70ed3f59-b476-49aa-****-************",
"Cpu": 0,
"DockerEnv": false,
"Online": true,
"AvailableMem": 2048,
"ZoneId": "cn-bei****-*",
"Name": "product_test003",
"HeartbeatTime": 1573281041101
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history