Queries endpoint group mapping configurations of a custom routing listener of a Global Accelerator (GA) instance.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
ga:ListCustomRoutingEndpointGroupDestinations | list |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RegionId | string | Yes | The region ID of the GA instance. Set the value to cn-hangzhou. | cn-hangzhou |
PageNumber | integer | No | The page number. Default value: 1. | 1 |
PageSize | integer | No | The number of entries per page. Maximum value: 50. Default value: 10. | 10 |
AcceleratorId | string | Yes | The ID of the GA instance. | ga-bp1odcab8tmno0hdq**** |
ListenerId | string | No | The ID of the listener. | lsr-bp1bpn0kn908w4nbw**** |
EndpointGroupId | string | No | The ID of the endpoint group. | epg-bp16jdc00bhe97sr5**** |
Protocols | array | No | The backend service protocols of the endpoint group. Valid values:
If this parameter is empty, all types of protocols are queried. You can specify up to 10 protocols. | |
string | No | The backend service protocol of the endpoint group. Valid values:
If this parameter is left empty, all protocols are queried. You can specify up to 10 protocols. | TCP | |
FromPort | integer | No | The start port of the backend service port range of the endpoint group. Valid values: 1 to 65499. The FromPort value must be smaller than or equal to the ToPort value. | 80 |
ToPort | integer | No | The end port of the backend service port range of the endpoint group. Valid values: 1 to 65499. The FromPort value must be smaller than or equal to the ToPort value. | 80 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368",
"TotalCount": 1,
"PageSize": 10,
"PageNumber": 1,
"Destinations": [
{
"AcceleratorId": "ga-bp1odcab8tmno0hdq****",
"ListenerId": "lsr-bp1bpn0kn908w4nbw****",
"EndpointGroupId": "epg-bp14sz7ftcwwjgrdm****",
"DestinationId": "dst-123abc****",
"Protocols": [
"TCP"
],
"FromPort": 80,
"ToPort": 80,
"ServiceId": "ALB",
"ServiceManaged": true,
"ServiceManagedInfos": [
{
"Action": "Update",
"ChildType": "Listener",
"IsManaged": false
}
]
}
]
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | NoPermission | No permissions. | No permissions. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-07-23 | The Error code has changed | View Change Details |
2023-07-20 | The internal configuration of the API is changed, but the call is not affected | View Change Details |