Returns the details of a specified endpoint group.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ga:DescribeEndpointGroup |
get |
*EndpointGroup
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the Alibaba Cloud Global Accelerator (GA) instance. Set the value to cn-hangzhou. |
cn-hangzhou |
| EndpointGroupId |
string |
Yes |
The ID of the endpoint group to query. |
epg-bp14sz7ftcwwjgrdm**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned information. |
||
| HealthCheckIntervalSeconds |
integer |
The interval at which health checks are performed. Unit: seconds. |
3 |
| TrafficPercentage |
integer |
The percentage of traffic that is distributed to the endpoint group when a listener is associated with multiple endpoint groups. |
100 |
| EndpointGroupId |
string |
The endpoint group ID. |
epg-bp14sz7ftcwwjgrdm**** |
| Description |
string |
The description of the endpoint group. |
group1 |
| EndpointGroupIpList |
array |
The list of active endpoint IP addresses in the endpoint group. |
|
|
string |
The list of active endpoint IP addresses in the endpoint group. |
101.XX.XX.22 |
|
| EndpointGroupUnconfirmedIpList |
array |
The list of endpoint IP addresses in the endpoint group that are pending confirmation after the GA instance is upgraded. |
|
|
string |
The list of endpoint IP addresses in the endpoint group that are pending confirmation after the GA instance is upgraded. |
101.XX.XX.22 |
|
| RequestId |
string |
The request ID. |
6FEA0CF3-D3B9-43E5-A304-D217037876A8 |
| HealthCheckPath |
string |
The path for health checks. |
/healthcheck |
| ThresholdCount |
integer |
The number of consecutive health check failures that must occur before an endpoint is considered unhealthy. |
3 |
| Name |
string |
The name of the endpoint group. |
group1 |
| EndpointGroupRegion |
string |
The ID of the region where the endpoint group is deployed. |
cn-hangzhou |
| State |
string |
The status of the endpoint group.
|
active |
| HealthCheckProtocol |
string |
The protocol for health checks.
|
tcp |
| HealthCheckPort |
integer |
The port used for health checks. |
20 |
| EndpointConfigurations |
array<object> |
The configurations of the endpoints. |
|
|
object |
The configurations of the endpoints. |
||
| Type |
string |
The type of endpoint.
|
Ip |
| EnableClientIPPreservation |
boolean |
Indicates whether client IP address preservation is enabled.
|
false |
| Weight |
integer |
The weight of the endpoint. |
255 |
| ProbeProtocol |
string |
The protocol used for latency probes.
|
tcp |
| Endpoint |
string |
The IP address, domain name, or instance ID of the endpoint. |
120.XX.XX.21 |
| EnableProxyProtocol |
boolean |
Indicates whether the Proxy Protocol is used to preserve client IP addresses.
|
false |
| ProbePort |
integer |
The port used for latency probes. |
80 |
| SubAddress |
string |
The private IP address of the ENI. |
172.168.XX.XX |
| VpcId |
string |
The ID of the virtual private cloud (VPC). |
vpc-hp30gtnxkfxj1l2xt**** |
| VSwitchIds |
array |
The list of vSwitches in the VPC. |
|
|
string |
The vSwitch ID. |
vsw-bp1nx4sxxe1nnr1ja**** |
|
| PortOverrides |
array<object> |
The port mapping. |
|
|
object |
The port mapping. |
||
| ListenerPort |
integer |
The listener port. |
443 |
| EndpointPort |
integer |
The endpoint port. |
80 |
| EndpointRequestProtocol |
string |
The protocol of the backend service.
|
HTTP |
| EndpointProtocolVersion |
string |
The version of the backend service protocol.
|
|
| EndpointGroupType |
string |
The type of the endpoint group.
|
default |
| ForwardingRuleIds |
array |
The ID of the forwarding rule that is associated with the endpoint group. |
|
|
string |
The ID of the forwarding rule that is associated with the endpoint group. |
frule-bp19a3t3yzr21q3**** |
|
| AcceleratorId |
string |
The GA instance ID. |
ga-bp1odcab8tmno0hdq**** |
| ListenerId |
string |
The listener ID. |
lsr-bp1bpn0kn908w4nbw**** |
| SlsRegion |
string |
The region of the Simple Log Service (SLS) project. |
cn-hangzhou |
| SlsProjectName |
string |
The name of the SLS project. |
pn-01 |
| SlsLogStoreName |
string |
The name of the SLS Logstore. |
lsn-01 |
| AccessLogSwitch |
string |
The status of the access log feature.
|
on |
| EnableAccessLog |
boolean |
Indicates whether access logging is enabled.
|
true |
| HealthCheckEnabled |
boolean |
Indicates whether health checks are enabled.
|
true |
| ServiceId |
string |
The ID of the service that manages the instance. Note
This parameter is returned only if ServiceManaged is set to True. |
ALB |
| ServiceManaged |
boolean |
Indicates whether the instance is managed.
|
true |
| ServiceManagedInfos |
array<object> |
The actions that you can perform on the managed instance. Note
|
|
|
object |
The actions that you can perform on the managed instance. |
||
| Action |
string |
The name of the action on the managed instance.
|
Update |
| ChildType |
string |
The type of the child resource.
Note
This parameter is returned only if Action is set to CreateChild. |
Listener |
| IsManaged |
boolean |
Indicates whether the specified action is managed.
|
false |
| Tags |
array<object> |
The tags of the endpoint group. |
|
|
object |
The tags of the endpoint group. |
||
| Key |
string |
The tag key of the endpoint group. |
test-key |
| Value |
string |
The tag value of the endpoint group. |
test-value |
| HealthCheckHost |
string |
Examples
Success response
JSON format
{
"HealthCheckIntervalSeconds": 3,
"TrafficPercentage": 100,
"EndpointGroupId": "epg-bp14sz7ftcwwjgrdm****",
"Description": "group1",
"EndpointGroupIpList": [
"101.XX.XX.22"
],
"EndpointGroupUnconfirmedIpList": [
"101.XX.XX.22"
],
"RequestId": "6FEA0CF3-D3B9-43E5-A304-D217037876A8\t",
"HealthCheckPath": "/healthcheck",
"ThresholdCount": 3,
"Name": "group1",
"EndpointGroupRegion": "cn-hangzhou",
"State": "active",
"HealthCheckProtocol": "tcp",
"HealthCheckPort": 20,
"EndpointConfigurations": [
{
"Type": "Ip",
"EnableClientIPPreservation": false,
"Weight": 255,
"ProbeProtocol": "tcp",
"Endpoint": "120.XX.XX.21",
"EnableProxyProtocol": false,
"ProbePort": 80,
"SubAddress": "172.168.XX.XX",
"VpcId": "vpc-hp30gtnxkfxj1l2xt****",
"VSwitchIds": [
"vsw-bp1nx4sxxe1nnr1ja****"
]
}
],
"PortOverrides": [
{
"ListenerPort": 443,
"EndpointPort": 80
}
],
"EndpointRequestProtocol": "HTTP",
"EndpointProtocolVersion": "",
"EndpointGroupType": "default",
"ForwardingRuleIds": [
"frule-bp19a3t3yzr21q3****"
],
"AcceleratorId": "ga-bp1odcab8tmno0hdq****",
"ListenerId": "lsr-bp1bpn0kn908w4nbw****",
"SlsRegion": "cn-hangzhou",
"SlsProjectName": "pn-01",
"SlsLogStoreName": "lsn-01",
"AccessLogSwitch": "on",
"EnableAccessLog": true,
"HealthCheckEnabled": true,
"ServiceId": "ALB",
"ServiceManaged": true,
"ServiceManagedInfos": [
{
"Action": "Update",
"ChildType": "Listener",
"IsManaged": false
}
],
"Tags": [
{
"Key": "test-key",
"Value": "test-value"
}
],
"HealthCheckHost": ""
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | UnknownError | An error occurred while processing your request. Please try again. If the error persists, please submit a ticket. | An error occurred while the request was being processed. Try again later. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.