{
"regionID": "TestRegionID",
"pageSize": 10,
"page": 1,
"account": "cloudManage"
}
curl --location --request GET '/v4/cda/gateway/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "TestRegionID",
"pageSize": 10,
"page": 1,
"account": "cloudManage"
}'
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": {
"lineGatewayList": [
{
"accessPoint": "AP1",
"account": "test-lhr-14-2",
"delete_time": null,
"description": null,
"drlist": [],
"fuid": "3x09jgapf",
"fuser_last_updated": null,
"isAutomation": null,
"isSwConfig": "true",
"lgcreateTime": "2023-06-20 15:20:01",
"lineList": [
"IEBLEDMVDDRWXFDDXCONEGV8MP8I"
],
"project_id_ecs": null,
"resourcePool": "TestRegionID",
"resourcePoolName": "TestRegionID",
"srlist": [
{
"dstCidr": [
"100.200.0.33/32"
],
"dstCidrV6": null,
"gatewayName": "3x09jgapf",
"ipVersion": "IPV4",
"nextHop": [
{
"priority": "50",
"remoteGatewayIp": "62.23.181.202/24",
"track": "0"
}
],
"nextHopV6": null,
"sRId": "WFMKEEFURGRQGEOBDM7D3O97PZW",
"srid": "WFMKEEFURGRQGEOBDM7D3O97PZW"
}
],
"vpclist": [
{
"account": "test-lhr-14-2",
"azName": "",
"azNameIpv6": null,
"cdaId": null,
"cdaIdV6": null,
"ctUserId": "1000000384",
"dcType": "EMAZ",
"emazId": "vpcx-zhn9xcrj4u",
"emazIdV6": null,
"guestGatewayList": null,
"guestGatewayListIpv6": null,
"ipVersion": "IPV4",
"resourcePool": "TestRegionID",
"virtualBandwidth": "663",
"vpcId": "vpc-e9l2ntpw0x",
"vpcName": "vpc-test-lhr2-172",
"vpcNetworkSegment": "172.20.10.0/24",
"vpcNetworkSegmentIpv6": null,
"vpcSubnet": "172.20.10.0/25",
"vpcSubnetIpv6": null,
"vrfName": "3x09jgapf"
}
],
"vrfName": "3x09jgapf"
}
],
"count": 81
},
"statusCode": 800
}