{
"regionID": "TestRegionID",
"name": "cloudhigh-0413",
"VPCsInfos": [
{
"example_type": "vpc",
"vpc_uuid": "vpc-gnr0kkp5uu",
"subnet_ids": "subnet-iwz29c32ai"
}
],
"VPCsIPv6Infos": ""
}
curl --location --request POST '/v4/ec/create' \
--header 'x-ctyun-traceid;' \
--header 'x-ctyun-reqid;' \
--header 'x-ctyun-reqtime;' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "TestRegionID",
"name": "cloudhigh-0413",
"VPCsInfos": [
{
"example_type": "vpc",
"vpc_uuid": "vpc-gnr0kkp5uu",
"subnet_ids": "subnet-iwz29c32ai"
}
],
"VPCsIPv6Infos": ""
}'
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": {
"results": [
[
{
"description": "",
"name": "cloudhigh-0413",
"status": 1
}
]
]
},
"statusCode": 800
}