Queries forwarding rules.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ListForwardingRules |
The operation that you want to perform. Set the value to ListForwardingRules. |
RegionId | String | Yes | cn-hangzhou |
The ID of the region where the Global Accelerator (GA) instance is deployed. Set the value to cn-hangzhou. |
ClientToken | String | No | 02fb3da4**** |
The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must make sure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. Note If you do not set this parameter, the system uses RequestId as ClientToken. RequestId may be different for each API request.
|
ListenerId | String | Yes | lsr-bp1s0vzbi5bxlx5pw**** |
The ID of the listener. |
AcceleratorId | String | Yes | ga-bp17frjjh0udz4qzk**** |
The ID of the GA instance. |
ForwardingRuleId | String | No | frule-bp19a3t3yzr21q3**** |
The ID of the forwarding rule. |
NextToken | String | No | FFmyTO70tTpLG6I3FmYAXGKPd**** |
The token that is used for the next query. Valid values:
|
MaxResults | Integer | Yes | 20 |
The number of entries to return on each page. Valid values: 1 to 100. Default value: 20. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | CFC67ED9-4AB1-431F-B6E3-A752B7B8CCD4 |
The ID of the request. |
TotalCount | Integer | 10 |
The number of entries returned. |
NextToken | String | FFmyTO70tTpLG6I3FmYAXGKPd**** |
The token that is used for the next query. Valid values:
|
MaxResults | Integer | 20 |
The number of entries returned per page. |
ForwardingRules | Array of ForwardingRules |
The list of forwarding rules. |
|
Priority | Integer | 1000 |
The priority of the forwarding rule. A value between 1 and 10000 is returned. A lower value indicates a higher priority. |
ForwardingRuleId | String | frule-bp19a3t3yzr21q3**** |
The ID of the forwarding rule. |
ForwardingRuleName | String | auto_named_rule |
The name of the forwarding rule. |
ForwardingRuleDirection | String | request |
The direction in which the rule takes effect. By default, request is returned, which indicates that the rule takes effect on requests. |
ForwardingRuleStatus | String | active |
The status of the forwarding rule.
|
RuleConditions | Array of RuleConditions |
The forwarding conditions. |
|
RuleConditionType | String | Host |
The type of the forwarding condition.
|
RuleConditionValue | String | ["www.example.com", "www.aliyun.com"] |
The value of the forwarding condition type. Different JSON strings are returned based on the RuleConditionType parameter.
|
PathConfig | Object |
The path configuration. |
|
Values | Array of String | /test |
The path. The path must be 1 to 128 characters in length and must start with a forward slash (/). The path can contain letters, digits, and the following special characters: $ - _ . + / & ~ @ : '. Supported wildcard characters are asterisks (*) and question marks (?). |
HostConfig | Object |
The domain name configuration. |
|
Values | Array of String | www.example.com |
The domain name. The domain name must be 3 to 128 characters in length, and can contain letters, digits, hyphens (-), and periods (.). Supported wildcard characters are asterisks (*) and question marks (?). |
RuleActions | Array of RuleActions |
The forwarding action. |
|
Order | Integer | 1 |
The forwarding priority. Note This parameter does not take effect.
|
RuleActionType | String | ForwardGroup |
The type of the forwarding action.
|
RuleActionValue | String | [{"type":"endpointgroup", "value":"epg-bp1enpdcrqhl78g6r****"}] |
The value of the forwarding action type. Different JSON strings are returned based on the RuleActionType parameter.
|
ForwardGroupConfig | Object |
The forwarding action configuration. |
|
ServerGroupTuples | Array of ServerGroupTuples |
The information about the endpoint group. |
|
EndpointGroupId | String | epg-bp1enpdcrqhl78g6r**** |
The ID of the endpoint group. |
ListenerId | String | lsr-bp1s0vzbi5bxlx5**** |
The ID of the listener. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=ListForwardingRules
&RegionId=cn-hangzhou
&ClientToken=02fb3da4****
&ListenerId=lsr-bp1s0vzbi5bxlx5pw****
&AcceleratorId=ga-bp17frjjh0udz4qzk****
&ForwardingRuleId=frule-bp19a3t3yzr21q3****
&NextToken=FFmyTO70tTpLG6I3FmYAXGKPd****
&MaxResults=20
&Common request parameters
Sample responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<ListForwardingRulesResponse>
<RequestId>CFC67ED9-4AB1-431F-B6E3-A752B7B8CCD4</RequestId>
<TotalCount>10</TotalCount>
<NextToken>FFmyTO70tTpLG6I3FmYAXGKPd****</NextToken>
<MaxResults>20</MaxResults>
<ForwardingRules>
<Priority>1000</Priority>
<ForwardingRuleId>frule-bp19a3t3yzr21q3****</ForwardingRuleId>
<ForwardingRuleName>auto_named_rule</ForwardingRuleName>
<ForwardingRuleDirection>request</ForwardingRuleDirection>
<ForwardingRuleStatus>active</ForwardingRuleStatus>
<RuleConditions>
<RuleConditionType>Host</RuleConditionType>
<RuleConditionValue>["www.example.com", "www.aliyun.com"]</RuleConditionValue>
<PathConfig>
<Values>/test</Values>
</PathConfig>
<HostConfig>
<Values>www.example.com</Values>
</HostConfig>
</RuleConditions>
<RuleActions>
<Order>1</Order>
<RuleActionType>ForwardGroup</RuleActionType>
<RuleActionValue>[{"type":"endpointgroup", "value":"epg-bp1enpdcrqhl78g6r****"}]</RuleActionValue>
<ForwardGroupConfig>
<ServerGroupTuples>
<EndpointGroupId>epg-bp1enpdcrqhl78g6r****</EndpointGroupId>
</ServerGroupTuples>
</ForwardGroupConfig>
</RuleActions>
<ListenerId>lsr-bp1s0vzbi5bxlx5****</ListenerId>
</ForwardingRules>
</ListForwardingRulesResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId": "CFC67ED9-4AB1-431F-B6E3-A752B7B8CCD4",
"TotalCount": 10,
"NextToken": "FFmyTO70tTpLG6I3FmYAXGKPd****",
"MaxResults": 20,
"ForwardingRules": [
{
"Priority": 1000,
"ForwardingRuleId": "frule-bp19a3t3yzr21q3****",
"ForwardingRuleName": "auto_named_rule",
"ForwardingRuleDirection": "request",
"ForwardingRuleStatus": "active",
"RuleConditions": [
{
"RuleConditionType": "Host",
"RuleConditionValue": "[\"www.example.com\", \"www.aliyun.com\"]",
}
],
"RuleActions": [
{
"Order": 1,
"RuleActionType": "ForwardGroup",
"RuleActionValue": "[{\"type\":\"endpointgroup\", \"value\":\"epg-bp1enpdcrqhl78g6r****\"}]",
}
],
"ListenerId": "lsr-bp1s0vzbi5bxlx5****"
}
]
}
Error codes
HttpCode | Error code | Error message | Description |
---|---|---|---|
400 | NotExist.Listener | The listener does not exist. | The error message returned because the specified listener does not exist. |
400 | NotActive.Listener | The state of the listener is not active. | The error message returned because the specified listener is unstable. |
400 | NotExist.Accelerator | The accelerated instance does not exist. | The error message returned because the specified GA instance does not exist. |
400 | NotExist.BusinessRegion | The business region does not exist. | The error message returned because the specified region does not exist. |
400 | NotExist.BasicBandwidthPackage | You must specify the basic bandwidth package. | The error message returned because no basic bandwidth plan is specified. |
400 | QuotaExceeded.EndPoint | The maximum number of endpoints is exceeded. | The error message returned because the number of endpoints reaches the upper limit. |
400 | Exist.EndpointGroup | The endpoint group already exists. | The error message returned because the specified endpoint group already exists. |
400 | NoPermission.VpcEndpoint | You are not authorized to perform the operation. | The error message returned because you are unauthorized to create the service-linked role. Contact the owner of the Alibaba Cloud account or the administrator to acquire the AliyunGlobalAccelerationFullAccess permission or create a custom policy. Set the service name in the custom policy to vpcendpoint.ga.aliyuncs.com, the service-linked role to AliyunServiceRoleForGaVpcEndpoint, and the permissions that you want to grant to ram:CreateServiceLinkedRole. |
For a list of error codes, visit the API Error Center.