{
"BGPId": "6D6129131B6EA2777BD4C21D",
"regionID": "TestRegionID",
"ipVersion": "IPV4",
"gatewayName": "ExclusiveGatewayTest340",
"networkCidr": [
"192.173.0.0/16"
],
"BGPList": [
{
"lineName": "hybtest-kj20vbrxp",
"BGPIP": "192.171.11.11/16",
"bfd": false,
"peerAS": 23,
"BGPNeighbor": "testt",
"BGPKey": "111"
}
]
}
curl --location --request POST '/v4/cda/bgp-route/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"BGPId": "6D6129131B6EA2777BD4C21D",
"regionID": "TestRegionID",
"ipVersion": "IPV4",
"gatewayName": "ExclusiveGatewayTest340",
"networkCidr": [
"192.173.0.0/16"
],
"BGPList": [
{
"lineName": "hybtest-kj20vbrxp",
"BGPIP": "192.171.11.11/16",
"bfd": false,
"peerAS": 23,
"BGPNeighbor": "testt",
"BGPKey": "111"
}
]
}'
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": {
"data": null,
"errorCode": null,
"errorMsg": null,
"result": "1"
},
"statusCode": 800
}