{
"regionID": "TestRegionID",
"gatewayName": "ExclusiveGatewayTest475",
"account": "hybtest",
"ctUserId": 2065
}
curl --location --request GET '/v4/cda/vpc/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "TestRegionID",
"gatewayName": "ExclusiveGatewayTest475",
"account": "hybtest",
"ctUserId": 2065
}'
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": {
"vpcList": [
{
"account": "hybtest",
"azName": null,
"azNameIpv6": null,
"cdaId": null,
"cdaIdV6": null,
"ctUserId": "2065",
"dcType": "EMAZ",
"emazId": "vpcx-60mpkd3hil",
"emazIdV6": null,
"guestGatewayList": null,
"guestGatewayListIpv6": null,
"ipVersion": "IPV4",
"resourcePool": "TestRegionID",
"virtualBandwidth": "10",
"vpcId": "vpc-8f14h4k7xs",
"vpcName": null,
"vpcNetworkSegment": "192.168.0.0/16",
"vpcNetworkSegmentIpv6": null,
"vpcSubnet": "192.168.0.0/24",
"vpcSubnetIpv6": null,
"vrfName": "ExclusiveGatewayTest475"
}
]
},
"statusCode": 800
}