{
"subnetID": "cf3045bb-68af-4819-8455-37d022e5de11",
"regionID": "TestRegionID",
"description": "test-description",
"clientToken": "abc",
"ipAddress": "192.168.0.6",
"vipType": "v4"
}
curl --location --request POST '/v4/vpc/havip/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"subnetID": "cf3045bb-68af-4819-8455-37d022e5de11",
"regionID": "TestRegionID",
"description": "test-description",
"clientToken": "abc",
"ipAddress": "192.168.0.6",
"vipType": "v4"
}'
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": {
"ipv4": "59.59.147.6",
"uuid": "havip-rpd2lsnv4p"
},
"statusCode": 800
}