Queries details about an elastic compute container (ECC). This operation is applicable to Container Service for Kubernetes (ACK) clusters.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
edas:ReadApplication |
get |
*Application
|
None | None |
Request syntax
GET /pop/v5/ecc HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| EccId |
string |
Yes |
The ID of the ECC. |
b197-40ab-9155-**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| 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-**** |
| EccInfo |
object |
The information about the ECC. |
|
| VpcId |
string |
VPC ID |
vpc-23727**** |
| EccId |
string |
ECC ID |
a5b9****-40b4-4d7b-9c2a-55d6c1c0**** |
| EcuId |
string |
ECU ID |
0d4e****-6d87-401f-ba81-13df9877**** |
| GroupId |
string |
The ID of the ECC group. |
57cd****-2d3b-496f-bcce-646d0a4d**** |
| GroupName |
string |
The name of the ECC group. |
_DEFAULT_GROUP |
| PackageMd5 |
string |
The MD5 hash value of the deployment package version. |
bab6****7a090e41ca9445c9b3cd**** |
| AppId |
string |
The ID of the application. |
e809****-43d7-4c6b-8e01-b0d9d1db**** |
| PackageVersion |
string |
The version of the deployment package. |
20210209.153400 |
Examples
Success response
JSON format
{
"Code": 200,
"Message": "success",
"RequestId": "b197-40ab-9155-****",
"EccInfo": {
"VpcId": "vpc-23727****",
"EccId": "a5b9****-40b4-4d7b-9c2a-55d6c1c0****",
"EcuId": "0d4e****-6d87-401f-ba81-13df9877****",
"GroupId": "57cd****-2d3b-496f-bcce-646d0a4d****",
"GroupName": "_DEFAULT_GROUP",
"PackageMd5": "bab6****7a090e41ca9445c9b3cd****",
"AppId": "e809****-43d7-4c6b-8e01-b0d9d1db****",
"PackageVersion": "20210209.153400"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.