Queries the port mapping table of a custom routing listener.
Operation description
After you configure a custom routing listener for a Global Accelerator (GA) instance, the instance generates a port mapping table based on the listener port range, backend service protocols and port ranges of the associated endpoint groups, and IP addresses of endpoints (vSwitches). The custom routing listener forwards client requests to specified IP addresses and ports in the vSwitches based on the port mapping table. This operation is used to query the generated port mapping table.
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:ListCustomRoutingPortMappings | list |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RegionId | string | Yes | The ID of the region where the GA instance is deployed. Set the value to cn-hangzhou. | cn-hangzhou |
PageNumber | string | No | The number of the page to return. Default value: 1. | 1 |
PageSize | string | No | The number of entries to return on each 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**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368",
"TotalCount": 1,
"PageSize": 10,
"PageNumber": 1,
"PortMappings": [
{
"AcceleratorId": "ga-bp1odcab8tmno0hdq****",
"ListenerId": "lsr-bp1bpn0kn908w4nbw****",
"EndpointGroupId": "epg-bp14sz7ftcwwjgrdm****",
"EndpointId": "ep-bp14sz7ftcwwjgrdm****",
"EndpointGroupRegion": "us-west-1",
"Vswitch": "vsw-test01",
"AcceleratorPort": 3000,
"Protocols": [
"tcp"
],
"DestinationTrafficState": "allow",
"DestinationSocketAddress": {
"IpAddress": "10.0.XX.XX",
"Port": 443
}
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-07-11 | 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 |