If you want to distribute and process traffic based on request attributes, such as domain names and paths, or information in requests, such as HTTP headers and cookies, you can create custom forwarding rules for a listener. The listener forwards requests based on the forwarding rules. You can call the CreateForwardingRules operation to create forwarding rules.
Operation description
Before you call this operation to create forwarding rules, we recommend that you learn how forwarding rules work and how requests are matched against forwarding rules. For more information, see Configure forwarding rules.
When you call this operation, take note of the following items:
-
CreateForwardingRules is an asynchronous operation. After you send a request, the system returns a forwarding rule ID and runs the task in the background. You can call the ListForwardingRules operation to query the status of a forwarding rule.
- If the forwarding rule is in the configuring state, the rule is being created. In this case, you can only perform query operations.
- If the forwarding rule is in the active state, the rule is created.
-
The CreateForwardingRules operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
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:CreateForwardingRules | create |
|
| 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 |
ClientToken | string | No | The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The client token can contain only ASCII characters. Note
If you do not specify this parameter, the system automatically uses the request ID as the client token. The request ID may be different for each request.
| 02fb3da4**** |
AcceleratorId | string | Yes | The ID of the GA instance. | ga-bp17frjjh0udz4q**** |
ListenerId | string | Yes | The ID of the listener. | lsr-bp1s0vzbi5bxlx5**** |
ForwardingRules | array<object> | Yes | The configurations of the forwarding rules. | test |
object | Yes | The configuration of the forwarding rule. | ||
Priority | integer | No | The priority of the forwarding rule. Valid values: 1 to 10000. A lower value specifies a higher priority. | 1000 |
RuleConditions | array<object> | Yes | The forwarding conditions. | |
object | No | The forwarding conditions. | ||
RuleConditionType | string | No | The type of the forwarding condition. Valid values:
| Host |
RuleConditionValue | string | No | The value of the forwarding condition. You must specify different JSON strings based on RuleConditionType.
| ["www.example.com", "www.aliyun.com"] |
PathConfig | object | No | The configuration of the path. Note
We recommend that you use RuleConditionType and RuleConditionValue rather than this parameter to configure forwarding conditions.
| |
Values | array | No | 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 (?). Note
We recommend that you use RuleConditionType and RuleConditionValue rather than this parameter to configure forwarding conditions.
| |
string | No | 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 (?). Note
We recommend that you use RuleConditionType and RuleConditionValue rather than this parameter to configure forwarding conditions.
| /test | |
HostConfig | object | No | The configuration of the domain name. Note
We recommend that you use RuleConditionType and RuleConditionValue rather than this parameter to configure forwarding conditions.
| |
Values | array | No | The domain name. Note
We recommend that you use RuleConditionType and RuleConditionValue rather than this parameter to configure forwarding conditions.
| |
string | No | The domain name. The domain name must be 3 to 128 characters in length, and can contain letters, digits, hyphens (-), and periods (.). You can use asterisks (*) and question marks (?) as wildcard characters. Note
We recommend that you use RuleConditionType and RuleConditionValue rather than this parameter to configure forwarding conditions.
| example.com | |
RuleActions | array<object> | Yes | The configurations of the forwarding action. | |
object | No | The configurations of the forwarding action. | ||
Order | integer | Yes | The forwarding priority. Note
This parameter does not take effect. Ignore this parameter.
| 20 |
RuleActionType | string | Yes | The type of the forwarding action. Valid values:
| ForwardGroup |
RuleActionValue | string | No | The value of the forwarding action. You must specify different JSON strings based on the RuleActionType parameter. A forwarding rule can contain only one forwarding action whose type is ForwardGroup, Redirect, or FixResponse. You must specify a forwarding action whose type is Rewrite, AddHeader, or RemoveHeader before a forwarding action whose type is ForwardGroup.
| [{"type":"endpointgroup", "value":"epg-bp1enpdcrqhl78g6r****"}] |
ForwardGroupConfig | object | No | The forwarding configurations. Note
We recommend that you use RuleActionType and RuleActionValue rather than this parameter to configure forwarding conditions.
| |
ServerGroupTuples | array<object> | Yes | The configurations of an endpoint group. Note
We recommend that you use RuleActionType and RuleActionValue rather than this parameter to configure forwarding conditions.
| |
object | Yes | The configurations of an endpoint group. Note
We recommend that you use RuleActionType and RuleActionValue rather than this parameter to configure forwarding conditions.
| ||
EndpointGroupId | string | Yes | The ID of the endpoint group. Note
We recommend that you use RuleActionType and RuleActionValue rather than this parameter to configure forwarding conditions.
| epg-bp1ieei9664r5nv**** |
ForwardingRuleName | string | No | The name of the forwarding rule. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter. | test |
RuleDirection | string | No | The direction in which the rule takes effect. You do not need to specify this parameter. By default, this parameter is set to request, which specifies that the rule takes effect on requests. | request |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "64ADAB1E-0B7F-4FD8-A404-3BECC0E9CCFF",
"ForwardingRules": [
{
"ForwardingRuleId": "frule-bp1dii16gu9qdvb34****"
}
]
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
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 | QuotaExceeded.ForwardingRule | The number of forwarding rule exceeds the limit. | The number of forwarding rule exceeds the limit. |
400 | QuotaExceeded.RuleConditionConfig | The number of path and host exceeds the limit. | - |
400 | RepeatPathAndHost.ForwardingRule | path and host %s repeat | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-04-22 | The Error code has changed | View Change Details |
2023-04-20 | The Error code has changed | View Change Details |