Update Bgp Config
Updates the general BGP configuration on an edge gateway.
gatewayId
gatewayId
{
"enabled": false,
"ecmp": false,
"localASNumber": "65546",
"gracefulRestart": {
"mode": "string",
"restartTimer": 0,
"staleRouteTimer": 0
},
"version": {
"version": 0
}
}
A flag indicating whether BGP configuration is enabled or not.
A flag indicating whether ECMP is enabled or not.
BGP AS number to advertise to BGP peers. BGP AS number can be specified in either ASPLAIN or ASDOT formats, like ASPLAIN format :- '65546', ASDOT format :- '1.10'. Read only if using a VRF-Lite backed external network.
The request have been accepted and the task to monitor the request is in the Location header.
Invalid configuration.
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
minorErrorCode
message
stackTrace