Creates a policy-based route for a VPN gateway.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | CreateVpnPbrRouteEntry |
The operation that you want to perform. Set the value to CreateVpnPbrRouteEntry. |
RegionId | String | Yes | cn-hangzhou |
The ID of the region where you want to create the policy-based route for the VPN gateway. You can call the DescribeRegions operation to query the most recent region list. |
ClientToken | String | No | d7d24a21-f4ba-4454-9173-b3828dae492b |
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 automatically uses RequestId as ClientToken. RequestId may be different for each API request.
|
VpnGatewayId | String | Yes | vpn-bp1a3kqjiiq9legfx**** |
The ID of the VPN gateway. |
RouteSource | String | Yes | 192.168.1.0/24 |
The source CIDR block of the policy-based route. |
RouteDest | String | Yes | 10.0.0.0/24 |
The destination CIDR block of the policy-based route. |
NextHop | String | Yes | vco-bp15oes1py4i66rmd**** |
The next hop of the policy-based route. |
Weight | Integer | Yes | 0 |
The weight of the policy-based route. Valid values: 0 and 100.
|
PublishVpc | Boolean | Yes | true |
Specifies whether to advertise the policy-based route to the route table of the associated virtual private cloud (VPC). Valid values:
|
Description | String | No | 111 |
The description of the policy-based route. |
OverlayMode | String | No | Ipsec |
The tunnel protocol. Set the value to Ipsec. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
NextHop | String | vco-bp15oes1py4i66rmd**** |
The next hop of the policy-based route. |
Weight | Integer | 0 |
The weight of the policy-based route. Valid values: 0 and 100.
|
RouteDest | String | 10.0.0.0/24 |
The destination CIDR block of the policy-based route. |
RequestId | String | 5BE01CD7-5A50-472D-AC14-CA181C5C03BE |
The ID of the request. |
Description | String | 111 |
The description of the policy-based route. |
State | String | normal |
The status of the policy-based route. Valid values:
|
CreateTime | Long | 1492747187000 |
The time when the policy-based route was created. |
OverlayMode | String | Ipsec |
The tunnel protocol. The value is set to Ipsec. |
RouteSource | String | 192.168.1.0/24 |
The source CIDR block of the policy-based route. |
VpnInstanceId | String | vpn-bp1cmw7jh1nfe43m9**** |
The ID of the VPN gateway. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=CreateVpnPbrRouteEntry
&NextHop=vco-bp15oes1py4i66rmd****
&PublishVpc=true
&RegionId=cn-hangzhou
&RouteDest=10.0.0.0/24
&RouteSource=192.168.1.0/24
&VpnGatewayId=vpn-bp1a3kqjiiq9legfx****
&Weight=0
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<CreateVpnPbrRouteEntryResponse>
<RouteDest>10.0.0.0/24</RouteDest>
<RouteSource>192.168.1.0/24</RouteSource>
<VpnInstanceId>vpn-bp1cmw7jh1nfe43m9****</VpnInstanceId>
<OverlayMode>Ipsec</OverlayMode>
<State>published</State>
<Weight>100</Weight>
<CreateTime>1563873294331</CreateTime>
<NextHop>vco-bp1tui07ob10fmuro****</NextHop>
</CreateVpnPbrRouteEntryResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RouteDest" : "10.0.0.0/24",
"RouteSource" : "192.168.1.0/24",
"VpnInstanceId" : "vpn-bp1cmw7jh1nfe43m9****",
"OverlayMode" : "Ipsec",
"State" : "published",
"Weight" : 100,
"CreateTime" : 1563873294331,
"NextHop" : "vco-bp1tui07ob10fmuro****"
}
Error codes
HttpCode | Error code | Error message | Description |
---|---|---|---|
400 | Resource.QuotaFull | The quota of resource is full | The error message returned because the resource quota is reached. |
400 | VpnGateway.Configuring | The specified service is configuring. | The error message returned because the specified service is being configured. Try again later. |
400 | VpnGateway.FinancialLocked | The specified service is financial locked. | The error message returned because the service is suspended due to overdue payments. Top up your account before you enable the service. |
400 | OperationFailed.RouteConflict | Operation failed because there is already a route in VPC route table to another VPN on the same network block. | The error message returned because a route that points to another VPN gateway already exists in the same CIDR block in the route table of the VPC. |
400 | QuotaExceeded.VpnRouteEntry | The number of route entries to the VPN gateway in the VPC routing table has reached the quota limit. | The error message returned because the number of routes that point to the VPN gateway in the VPC route table reaches the quota. |
403 | Forbbiden.SubUser | User not authorized to operate on the specified resource as your account is created by another user. | The error message returned because you are unauthorized to perform this operation on the specified resource. Apply for the required permissions and try again. |
403 | Forbidden | User not authorized to operate on the specified resource. | The error message returned because you are unauthorized to perform this operation on the specified resource. Apply for the required permissions and try again. |
404 | InvalidVpnGatewayInstanceId.NotFound | The specified vpn gateway instance id does not exist. | The error message returned because the specified VPN gateway does not exist. Check whether the specified VPN gateway is valid. |
For a list of error codes, visit the API Error Center.