{
"customerID": 2065,
"regionID": "TestRegionID",
"ctUserId": "2065"
}
curl --location --request GET '/v4/vpn/connection/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerID": 2065,
"regionID": "TestRegionID",
"ctUserId": "2065"
}'
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": {
"currentCount": 1,
"results": [
{
"ID": "2df50f5e-00b2-4c16-87dd-22f40f0f8a60",
"availabilityZone": "",
"azDisplayName": "",
"azID": "",
"azName": "",
"createdTime": "2023-04-11T02:49:49.746877Z",
"customerId": 2065,
"deletedTime": "",
"dstCidr": [
"[\"192.168.10.0/24\"]"
],
"expiredTime": "",
"freezing": false,
"ikePolicyParam": [
{
"authAlgorithm": "SHA1",
"encryptionAlgorithm": "AES-128",
"ikeVersion": "v1",
"lifetime": "86400",
"pfs": "Group5",
"phase1NegotiationMode": "Main"
}
],
"ipsecPolicyParam": [
{
"authAlgorithm": "SHA1",
"encryptionAlgorithm": "AES-128",
"lifetime": "3600",
"pfs": "DH Group5",
"transformProtocol": "ESP"
}
],
"isMaz": true,
"isPaas": false,
"isTalkOrder": false,
"localCidr": [
"[\"192.168.1.0/24\"]"
],
"name": "test-041002",
"paymentType": "",
"peerCidr": [
"[\"192.168.10.0/24\"]"
],
"projectIDEcs": "",
"regionId": "TestRegionID",
"status": "Error, State1 failed.",
"tenantId": 172,
"updatedTime": "",
"userGatewayID": "0e23fade-5763-485f-bbf9-3f6670828553",
"userGatewayName": "test-modify",
"vpnGatewayID": "ed60fe1a-7cf8-43ff-8983-4d6a52dcef9b"
}
],
"totalCount": 1,
"totalPage": 1
},
"statusCode": 800
}