{
"clientToken": "23213",
"regionID": "TestRegionID",
"name": "vpn-041001",
"vpcId": "vpc-thqt7cx3ib",
"bandwidth": "10",
"connectionLimit": 5,
"onDemand": false,
"cycleType": "month",
"cycleCount": 3
}
curl --location --request POST '/v4/vpn/gateway/new' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientToken": "23213",
"regionID": "TestRegionID",
"name": "vpn-041001",
"vpcId": "vpc-thqt7cx3ib",
"bandwidth": "10",
"connectionLimit": 5,
"onDemand": false,
"cycleType": "month",
"cycleCount": 3
}'
{
"statusCode": 800,
"errorCode": null,
"message": null,
"description": "SUCCESS",
"returnObj": {
"masterOrderID": null,
"masterOrderNO": "20230411000009",
"masterResourceID": null,
"regionID": null,
"resources": [
{
"resourceID": "1e5d54013c934e2697dbf1c6109560be"
}
]
}
}