{
"ctUserId": "2065",
"regionID": "TestRegionID",
"gatewayName": "ExclusiveGatewayTest475",
"resourcePool": "TestRegionID",
"account": "hybtest",
"vpcID": "vpc-8f14h4k7xs",
"ipVersion": "IPV4",
"bandwidth": 1000,
"vpcSubnet": [
"192.168.0.0/16"
],
"vpcSubnetIPv6": [
""
]
}
curl --location --request POST '/v4/cda/vpc/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"ctUserId": "2065",
"regionID": "TestRegionID",
"gatewayName": "ExclusiveGatewayTest475",
"resourcePool": "TestRegionID",
"account": "hybtest",
"vpcID": "vpc-8f14h4k7xs",
"ipVersion": "IPV4",
"bandwidth": 1000,
"vpcSubnet": [
"192.168.0.0/16"
],
"vpcSubnetIPv6": [
""
]
}'
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": [],
"statusCode": 800
}