{
"dstCidr": [
"123.10.2.90/32"
],
"vpnGatewayID": "7ba77258-19ef-45b9-a175-e4620cc8d6dc",
"userGatewayID": "67c5b135-b426-4608-92e8-e21e607d1d24",
"transformProtocol": "ESP",
"srcSubnet": [
"123.10.2.90/32"
],
"psk": "abc",
"phase1NegotiationMode": "Main",
"regionID": "TestRegionID",
"name": "ideal-connection-49",
"ikeAuthAlgorithm": "SHA1",
"ikeEncryptionAlgorithm": "AES-128",
"ikePfs": "DH Group5",
"ikeVersion": "v1",
"ipsecAuthAlgorithm": "SHA1",
"ipsecPfs": "DH Group5",
"ipsecLifeTime": "3600",
"ipsecEncryptionAlgorithm": "AES-128",
"customerID": "1000000558",
"ctUserId": 1000000558
}
curl --location --request POST '/v4/vpn/connection/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"dstCidr": [
"123.10.2.90/32"
],
"vpnGatewayID": "7ba77258-19ef-45b9-a175-e4620cc8d6dc",
"userGatewayID": "67c5b135-b426-4608-92e8-e21e607d1d24",
"transformProtocol": "ESP",
"srcSubnet": [
"123.10.2.90/32"
],
"psk": "abc",
"phase1NegotiationMode": "Main",
"regionID": "TestRegionID",
"name": "ideal-connection-49",
"ikeAuthAlgorithm": "SHA1",
"ikeEncryptionAlgorithm": "AES-128",
"ikePfs": "DH Group5",
"ikeVersion": "v1",
"ipsecAuthAlgorithm": "SHA1",
"ipsecPfs": "DH Group5",
"ipsecLifeTime": "3600",
"ipsecEncryptionAlgorithm": "AES-128",
"customerID": "1000000558",
"ctUserId": 1000000558
}'
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": {
"results": []
},
"statusCode": 800
}