Creates an endpoint group.
Operation description
-
Before you create a virtual endpoint group for a Layer 4 listener, make sure that a default endpoint group is created.
-
CreateEndpointGroup is an asynchronous operation. After a request is sent, the system returns an endpoint group ID, but the endpoint group is still being created in the background. You can call the DescribeEndpointGroup operation to query the state of an endpoint group:
-
If an endpoint group is in the init state, it is being created. In this state, you can only perform query operations.
-
If an endpoint group is in the active state, it is created.
-
-
You cannot call the CreateEndpointGroup operation to concurrently create endpoint groups in the same Global Accelerator instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ga:CreateEndpointGroup |
create |
*EndpointGroup
*Listener
*Accelerator
|
|
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 token using your client to make sure that the token 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 |
| AcceleratorId |
string |
Yes |
The ID of the Global Accelerator instance. |
ga-bp1odcab8tmno0hdq**** |
| Name |
string |
No |
The name of the endpoint group. The name must be 1 to 128 characters in length, start with a letter, and can contain digits, periods (.), underscores (_), and hyphens (-). |
group1 |
| Description |
string |
No |
The description of the endpoint group. The description can be up to 200 characters in length and cannot start with |
EndpointGroup |
| EndpointGroupRegion |
string |
Yes |
The ID of the region where the endpoint group is deployed. |
cn-hangzhou |
| ListenerId |
string |
Yes |
The ID of the listener. |
lsr-bp1bpn0kn908w4nbw**** |
| TrafficPercentage |
integer |
No |
The percentage of traffic that is distributed to the endpoint group. If a listener is associated with multiple endpoint groups, this parameter specifies the percentage of traffic that is distributed to the endpoint group. Valid values: 1 to 100. |
20 |
| HealthCheckIntervalSeconds |
integer |
No |
The interval at which health checks are performed. Unit: seconds. |
3 |
| HealthCheckPath |
string |
No |
The path to which health check requests are sent. |
/healthcheck |
| HealthCheckPort |
integer |
No |
The port that is used for health checks. |
20 |
| HealthCheckProtocol |
string |
No |
The protocol that is used for health checks. Valid values:
|
tcp |
| ThresholdCount |
integer |
No |
The number of consecutive health check successes that must occur before an unhealthy endpoint is considered healthy, or the number of consecutive health check failures that must occur before a healthy endpoint is considered unhealthy. Valid values: 2 to 10. Default value: 3. |
3 |
| EndpointConfigurations |
array<object> |
No |
The configurations of the endpoints. |
|
|
object |
No |
The configurations of the endpoints. |
||
| Type |
string |
Yes |
The type of the endpoint. Valid values:
Note
Note
For more information, see Service-linked roles. |
Ip |
| EnableClientIPPreservation |
boolean |
No |
Specifies whether to preserve client IP addresses. Valid values:
Note
|
false |
| 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. Proceed with caution. |
20 |
| EnableProxyProtocol |
boolean |
No |
Specifies whether to use the Proxy Protocol to preserve client IP addresses. Valid values:
Note
|
false |
| Endpoint |
string |
Yes |
The IP address, domain name, or instance ID of the endpoint. The value of this parameter depends on the value of the Type parameter. |
120.1.XX.XX |
| SubAddress |
string |
No |
The private IP address of the ENI. Note
This parameter is available only when the endpoint type is ENI. If you do not specify this parameter, the primary private IP address of the ENI is used by default. |
172.168.X.X |
| VpcId |
string |
No |
The ID of the VPC. You can specify only one VPC ID for an endpoint group that is associated with a smart routing listener. Note
This parameter is required and takes effect only when the endpoint type is IpTarget. |
vpc-bp1quce3451z5b2hv**** |
| VSwitchIds |
array |
No |
The list of vSwitches in the VPC. |
|
|
string |
No |
The ID of the vSwitch. You can specify up to two vSwitch IDs for an endpoint group that is associated with a smart routing listener. Note
This parameter is required and takes effect only when the endpoint type is IpTarget.
|
vsw-bp12mho4ze51ezagm**** |
|
| EndpointRequestProtocol |
string |
No |
The protocol of the backend service. Valid values:
Note
|
HTTP |
| EndpointProtocolVersion |
string |
No |
The version of the backend service protocol. Valid values:
Note
This parameter is available only when the backend service protocol is set to HTTPS. |
HTTP1.1 |
| EndpointGroupType |
string |
No |
The type of the endpoint group. Valid values:
Note
Before you create a virtual endpoint group for a Layer 4 listener, make sure that a default endpoint group is created. |
default |
| PortOverrides |
array<object> |
No |
The port mapping. |
|
|
object |
No |
The port mapping. |
||
| ListenerPort |
integer |
No |
The listener port that is mapped to the endpoint port. Note
|
443 |
| EndpointPort |
integer |
No |
The endpoint port that is mapped to the listener port. |
80 |
| HealthCheckEnabled |
boolean |
No |
Specifies whether to enable the health check feature. Valid values:
|
true |
| Tag |
array<object> |
No |
The tags of the endpoint group. |
|
|
object |
No |
The tags of the endpoint group. |
||
| Key |
string |
No |
The tag key of the endpoint group. The tag key cannot be an empty string. The tag key can be up to 64 characters in length and cannot start with You can specify up to 20 tag keys. |
test-key |
| Value |
string |
No |
The tag value of the endpoint group. The tag value can be an empty string. The tag value can be up to 128 characters in length and cannot start with You can specify up to 20 tag values. |
test-value |
| DryRun |
boolean |
No |
Specifies whether to perform a dry run. Valid values:
|
false |
| HealthCheckHost |
string |
No |
The domain name that is used for health checks. |
www.taobao.com |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| EndpointGroupId |
string |
The ID of the endpoint group. |
epg-bp1dmlohjjz4kqaun**** |
| RequestId |
string |
The ID of the request. |
04F0F334-1335-436C-A1D7-6C044FE73368 |
Examples
Success response
JSON format
{
"EndpointGroupId": "epg-bp1dmlohjjz4kqaun****",
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Domain.NotFit | The domain is not fit the rule | The domain name does not have an ICP number. |
| 400 | Resource.QuotaFull | The resource quota is exceeded. | The number of resources has reached the upper limit. |
| 400 | NotExist.ListenerPort | The listening port %s does not exist. | The listening port does not exist. |
| 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.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 | NotExist.BusinessRegion | The business region does not exist. | The business region does not exist. |
| 400 | NotExist.BasicBandwidthPackage | You must specify the basic bandwidth package. | You must specify the basic bandwidth package. |
| 400 | QuotaExceeded.EndPoint | The maximum number of endpoints is exceeded. | The maximum number of endpoints is exceeded. |
| 400 | Exist.EndpointGroup | The endpoint group already exists. | The endpoint group already exists. |
| 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. |
| 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.