All Products
Search
Document Center

Enterprise Distributed Application Service:QueryEccInfo

Last Updated:Mar 01, 2024

Queries details about an elastic compute container (ECC). This operation is applicable to Container Service for Kubernetes (ACK) clusters.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

GET /pop/v5/ecc

Request parameters

ParameterTypeRequiredDescriptionExample
EccIdstringYes

The ID of the ECC.

b197-40ab-9155-****

Response parameters

ParameterTypeDescriptionExample
object
Codeinteger

The HTTP status code that is returned.

200
Messagestring

The additional information that is returned.

success
RequestIdstring

The ID of the request.

b197-40ab-9155-****
EccInfoobject

The information about the ECC.

VpcIdstring

VPC ID

vpc-23727****
EccIdstring

ECC ID

a5b9****-40b4-4d7b-9c2a-55d6c1c0****
EcuIdstring

ECU ID

0d4e****-6d87-401f-ba81-13df9877****
GroupIdstring

The ID of the ECC group.

57cd****-2d3b-496f-bcce-646d0a4d****
GroupNamestring

The name of the ECC group.

_DEFAULT_GROUP
PackageMd5string

The MD5 hash value of the deployment package version.

bab6****7a090e41ca9445c9b3cd****
AppIdstring

The ID of the application.

e809****-43d7-4c6b-8e01-b0d9d1db****
PackageVersionstring

The version of the deployment package.

20210209.153400

Examples

Sample success responses

JSONformat

{
  "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

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history