Modifies the configurations of an IPsec server.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | UpdateIpsecServer |
The operation that you want to perform. Set the value to UpdateIpsecServer. |
RegionId | String | Yes | cn-shanghai |
The ID of the region where the IPsec server is created. You can call the DescribeRegions operation to query the most recent region list. |
IpsecServerId | String | Yes | iss-bp1bo3xuvcxo7ixll**** |
The ID of the IPsec server. |
LocalSubnet | String | No | 192.168.0.0/24,172.17.0.0/16 |
The local CIDR blocks, which refer to the CIDR blocks on the virtual private cloud (VPC) side. Separate multiple CIDR blocks with commas (,). Example: 192.168.1.0/24,192.168.2.0/24. |
ClientIpPool | String | No | 10.0.0.0/24 |
The client CIDR block. It refers to the CIDR block that is used to allocate an IP address to the client. Note The client CIDR block must not overlap with the CIDR blocks on the VPC side.
|
IpsecServerName | String | No | test |
The name of the IPsec server. The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (_), and hyphens (-). The name must start with a letter. |
EffectImmediately | Boolean | No | false |
Specifies whether to delete the current IPsec tunnel and reinitiate negotiations. Valid values:
|
IkeConfig | String | No | null |
The configuration of Phase 1 negotiations. Valid values:
|
IpsecConfig | String | No | null |
The configuration of Phase 2 negotiations. Valid values:
|
PskEnabled | Boolean | No | true |
Specifies whether to enable pre-shared key authentication. If you set the value to true, pre-shared key authentication is enabled. |
Psk | String | No | Cfd123**** |
The pre-shared key. Enter the pre-shared key that is used for identity authentication between the IPsec server and the client. The key must be 1 to 100 characters in length. If you do not specify a pre-shared key, the system randomly generates a 16-bit string as the pre-shared key. You can call the ListIpsecServers operation to query the pre-shared keys that are generated by the system. Note The pre-shared key of the IPsec server must be the same as the authentication key
of the client. Otherwise, a connection cannot be established between the IPsec server
and the client.
|
ClientToken | String | No | e4567-e89b-12d3-a456-42665544**** |
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.
|
DryRun | String | No | false |
Specifies whether to only precheck this request. Valid values:
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | B61C08E5-403A-46A2-96C1-F7B1216DB10C |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=UpdateIpsecServer
&RegionId=cn-shanghai
&IpsecServerId=iss-bp1bo3xuvcxo7ixll****
&LocalSubnet=192.168.0.0/24,172.17.0.0/16
&ClientIpPool=10.0.0.0/24
&IpsecServerName=test
&EffectImmediately=false
&IkeConfig={"IkeVersion":"ikev2","IkeMode":"main","IkeEncAlg":"aes","IkeAuthAlg":"sha1","IkePfs":"group2","IkeLifetime":86400}
&IpsecConfig={"IpsecEncAlg":"aes","IpsecAuthAlg":"sha1","IpsecPfs":"group2","IpsecLifetime":86400}
&PskEnabled=true
&Psk=Cfd123****
&ClientToken=e4567-e89b-12d3-a456-42665544****
&DryRun=false
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
</UpdateIpsecServerResponse>
<RequestId>B61C08E5-403A-46A2-96C1-F7B1216DB10C</RequestId>
</UpdateIpsecServerResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "B61C08E5-403A-46A2-96C1-F7B1216DB10C"
}
Error codes
HttpCode | Error code | Error message | Description |
---|---|---|---|
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 | IllegalParam.LocalSubnet | The specified "LocalSubnet" (%s) is invalid. | The error message returned because LocalSubnet is set to an invalid value. |
400 | SystemBusy | The system is busy. Please try again later. | The error message returned because the system is busy. Try again later. |
403 | Forbidden | User not authorized to operate on the specified resource. | The error message returned because you are not authorized to perform the operation on the specified resource. Acquire the required permissions and try again. |
For a list of error codes, visit the API Error Center.