Modifies endpoint groups for a listener in a batch.
Operation description
Usage notes
- UpdateEndpointGroups is an asynchronous operation. After you send a request, the system returns a request ID, but the operation continues to run in the background. You can call the DescribeEndpointGroup or ListEndpointGroups operation to query the state of an endpoint group.
If an endpoint group is in the updating state, its configuration is being modified. In this state, you can only perform query operations.
If an endpoint group is in the active state, its configuration has been modified.
You cannot concurrently call the UpdateEndpointGroups operation to modify the configurations of endpoint groups that belong to the same Global Accelerator instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ga:UpdateEndpointGroups |
update |
*EndpointGroup
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the Global Accelerator instance. Set the value to cn-hangzhou. |
cn-hangzhou |
| ClientToken |
string |
No |
The client token that is used to ensure the idempotence of the request. Generate a value for this parameter on your client. Make sure that the value is unique among different requests. The token can contain only ASCII characters. Note
If you do not specify this parameter, the system automatically uses the RequestId of the request as the ClientToken. The RequestId may be different for each request. |
123e4567-e89b-12d3-a456-426655440000 |
| DryRun |
boolean |
No |
Specifies whether to perform a dry run. Valid values:
|
true |
| EndpointGroupConfigurations |
array<object> |
Yes |
The configurations of the endpoint group. |
|
|
array<object> |
No |
The configurations of the endpoint group. |
||
| EndpointGroupName |
string |
No |
The name of the endpoint group. The name must be 1 to 128 characters in length, start with a letter or a Chinese character, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). |
group1 |
| EndpointGroupDescription |
string |
No |
The description of the endpoint group. The description can be up to 200 characters in length and cannot start with http:// or https://. |
group1 |
| TrafficPercentage |
integer |
No |
The traffic distribution ratio. If a listener is associated with multiple endpoint groups, you can specify this parameter to distribute traffic to the endpoint groups. Valid values: 1 to 100. |
20 |
| HealthCheckEnabled |
boolean |
No |
Specifies whether to enable the health check feature.
|
true |
| HealthCheckIntervalSeconds |
integer |
No |
The interval between two consecutive health checks. Unit: seconds. Valid values: 1 to 50. |
3 |
| HealthCheckPath |
string |
No |
The path of the health check. |
/healthcheck |
| HealthCheckPort |
integer |
No |
The port that is used for health checks. Valid values: 1 to 65535. |
20 |
| HealthCheckProtocol |
string |
No |
The protocol that is used for health checks.
|
tcp |
| ThresholdCount |
integer |
No |
The number of consecutive health checks that an endpoint must pass to be considered healthy, or fail to be considered unhealthy. Valid values: 2 to 10. |
3 |
| EndpointConfigurations |
array<object> |
No |
The configurations of the endpoint. |
|
|
object |
Yes |
The configurations of the endpoint. |
||
| Type |
string |
Yes |
The type of the endpoint.
Note
Note
For more information, see Service-linked roles. |
Ip |
| Weight |
integer |
Yes |
The weight of the endpoint. Valid values: 0 to 255. Note
If you set the weight of an endpoint to 0, Global Accelerator stops distributing traffic to the endpoint. Handle this with care. |
20 |
| Endpoint |
string |
Yes |
The IP address, domain name, or instance ID of the endpoint, based on the value of Type. |
47.0.XX.XX |
| SubAddress |
string |
No |
The private IP address of the ENI. Note
|
172.168.XX.XX |
| EnableClientIPPreservation |
boolean |
No |
Specifies whether to preserve client IP addresses. Valid values:
Note
|
|
| EnableProxyProtocol |
boolean |
No |
Specifies whether to use the Proxy Protocol to preserve client IP addresses. Valid values:
Note
|
|
| VpcId |
string |
No |
The ID of the virtual private cloud (VPC). You can specify at most one VPC ID for an endpoint group that is associated with a listener that uses smart routing. Note
This parameter is required and takes effect only when the endpoint type is IpTarget. |
vpc-uf66oesmrqge1t2gs**** |
| VSwitchIds |
array |
No |
The list of vSwitches in the VPC. |
|
|
string |
No |
The ID of the vSwitch. You can specify at most two vSwitch IDs for an endpoint group that is associated with a listener that uses smart routing. Note
This parameter is required and takes effect only when the endpoint type is IpTarget.
|
vsw-uf6r0due94mypz1i9**** |
|
| EndpointRequestProtocol |
string |
No |
The protocol of the backend service. Valid values:
Note
|
HTTP |
| EndpointProtocolVersion |
string |
No |
The version of the backend service protocol for endpoints in a listener that uses smart routing. Valid values:
Note
This parameter is available only when you set EndpointRequestProtocol to HTTPS. |
HTTP1.1 |
| PortOverrides |
array<object> |
No |
The port mapping. |
|
|
object |
No |
The port mapping. |
||
| ListenerPort |
integer |
No |
The listener port. Valid values: 1 to 65499. Note
|
443 |
| EndpointPort |
integer |
No |
The endpoint port. Valid values: 1 to 65499. |
80 |
| EnableClientIPPreservationToa |
boolean |
No |
Specifies whether to use the TCP Option Address (TOA) module to preserve client IP addresses. Valid values:
|
false |
| EnableClientIPPreservationProxyProtocol |
boolean |
No |
Specifies whether to use the Proxy Protocol to preserve client IP addresses. Valid values:
|
false |
| EndpointGroupId |
string |
Yes |
The ID of the endpoint group. |
ep-bp1d2utp8qqe2a44t**** |
| HealthCheckHost |
string |
No |
||
| ListenerId |
string |
Yes |
The ID of the listener. |
lsr-bp1bpn0kn908w4nbw**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The ID of the request. |
6FEA0CF3-D3B9-43E5-A304-D217037876A8 |
| EndpointGroupIds |
array |
The IDs of the endpoint groups. |
|
|
string |
The ID of the endpoint group. |
epg-bp1dmlohjjz4kqaun**** |
Examples
Success response
JSON format
{
"RequestId": "6FEA0CF3-D3B9-43E5-A304-D217037876A8",
"EndpointGroupIds": [
"epg-bp1dmlohjjz4kqaun****"
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | NoPermission.EnableHealthCheck | You do not have permission to enable health check. | The current account does not have the permissions to enable health checks. |
| 400 | NotExist.EndPointGroup | The endpoint group does not exist. | The endpoint group does not exist. |
| 400 | StateError.EndPointGroup | The specified state of endpoint group is invalid. | The endpoint group is in an invalid state. |
| 400 | NotExist.Listener | The listener does not exist. | The listener does not exist. |
| 400 | NotActive.Listener | The state of the listener is not active. | The listener is unstable. |
| 400 | NotExist.Accelerator | The accelerated instance does not exist. | The GA instance does not exist. |
| 400 | StateError.Accelerator | The state of the accelerated instance is invalid. | The status of the GA instance is invalid. |
| 400 | QuotaExceeded.EndPoint | The maximum number of endpoints is exceeded. | The maximum number of endpoints is exceeded. |
| 400 | NoPermission.VpcEndpoint | You are not authorized to perform the operation. | The user does not have permissions to create service linked roles. Contact the Alibaba Cloud account owner or the permission administrator to grant the current user AliyunGlobalAccelerationFullAccess or create custom permission policies for service linked role. The following content describes the detailed information about custom permission policies: ServiceName: vpcendpoint.ga.aliyuncs.com. Service linked role name: AliyunServiceRoleForGaVpc. Endpoint Permission: ram:CreateServiceLinkedRole. |
| 400 | EndPointRequestProtocolIllegal.EndpointGroup | endpoint group request protoco is illegal | |
| 400 | QuotaExceeded.PortOverride | The number of port override exceeds the limit. | The number of port override exceeds the limit. |
| 400 | NotExist.ListenerPort | listener port %s is not exist |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.