{
"regionID": "TestRegionID",
"account": "hybtest",
"resourcePool": "TestRegionID",
"ctUserId": "2065",
"gatewayName": "ExclusiveGatewayTest340"
}
curl --location --request GET '/v4/cda/bgp-route/list?regionID=&gatewayName=' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "TestRegionID",
"account": "hybtest",
"resourcePool": "TestRegionID",
"ctUserId": "2065",
"gatewayName": "ExclusiveGatewayTest340"
}'
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": [
{
"BGPId": "CB1B1995D92A6852EAEB1D96",
"BGPIpv6List": [],
"BGPList": [
{
"BGPIP": "192.171.11.11/16",
"BGPKey": "1111",
"BGPNeighbor": "testtesttest",
"bfd": "false",
"lineName": "hybtest-kj20vbrxp",
"peerAS": "23"
}
],
"gatewayName": "ExclusiveGatewayTest340",
"ipVersion": "IPV4",
"multiPath": null,
"multiPathIpv6": null,
"multiPathNumber": null,
"multiPathNumberIpv6": null,
"multiPathType": null,
"networkCidr": [
"192.173.0.0/16"
],
"networkCidrV6": null
}
],
"statusCode": 800
}