Domain name for API request: ga2.intl.tencentcloudapi.com.
Query a terminal node group.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: DescribeEndpointGroups. |
| Version | Yes | String | Common Params. The value used for this API: 2025-01-15. |
| Region | No | String | Common Params. This parameter is not required. |
| GlobalAcceleratorId | Yes | String | Global acceleration instance ID. |
| Offset | No | Integer | Offset. Default value: 0. |
| Limit | No | Integer | Number of returns. Default value: 10. Maximum value: 10. |
| Filters.N | No | Array of Filter | Filter criteria. endpoint-group-id - String - (Filter criterion) Terminal node group instance ID. endpoint-group-type - String - (Filter criterion) Terminal node group instance type. |
| Parameter Name | Type | Description |
|---|---|---|
| EndpointGroupConfigurationSet | Array of EndpointGroupConfigurationSet | Eligible terminal node group. |
| TotalCount | Integer | Number of instances that meet the criteria. |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: ga2.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeEndpointGroups
<Common request parameters>
{
"GlobalAcceleratorId": "ga-80bzejka"
}
{
"Response": {
"EndpointGroupConfigurationSet": [
{
"GlobalAcceleratorId": "ga-80d9rt60",
"ListenerId": "lsr-d5u7fac7",
"EndpointGroupId": "epg-3j2j37kw",
"Name": "sasac",
"EndpointGroupRegion": "ap-beijing",
"Description": "",
"EndpointGroupType": "DEFAULT",
"EnableHealthCheck": false,
"ConnectTimeout": 2,
"HealthCheckInterval": 30,
"UnhealthyThreshold": 3,
"HealthyThreshold": 3,
"CheckType": "",
"CheckPort": 0,
"ContextType": "",
"CheckSendContext": "",
"CheckRecvContext": "",
"ForwardProtocol": "HTTPS",
"CheckDomain": "",
"CheckPath": "",
"CheckMethod": "",
"OriginPublicIps": [
"49.233.210.240",
"82.156.37.248",
"49.233.108.234",
"81.70.235.113",
"101.42.53.111",
"49.233.248.15",
"101.43.214.93",
"152.136.226.86",
"81.70.101.190",
"62.234.94.120",
"152.136.97.154",
"43.138.28.144",
"62.234.163.16",
"62.234.146.108",
"82.156.101.252",
"152.136.156.197",
"62.234.138.210",
"101.43.140.145",
"42.193.118.160",
"49.233.85.107"
],
"StatusMask": [],
"PortOverrides": [
{
"ListenerPort": 56413,
"EndpointPort": 26
}
],
"IspType": "BGP",
"VirtualExistForwardingRuleFlag": false,
"EndpointConfigurations": [
{
"EndpointType": "CustomDomain",
"EndpointService": "www.qq.com",
"Weight": 100,
"HealthCheckStatus": ""
}
]
}
],
"TotalCount": 12,
"RequestId": "7a848272-260f-46f6-965e-5d4b7b31eb85"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| InvalidParameterValue | Parameter value error. |
文档反馈