Update Route Redistribution Config
Updates the Route Redistribution Configuration and Rules for a given Provider Gateway.
Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/externalNetworks/{externalNetworkId}/providerGatewayServices/routing/routeRedistribution
COPY
Path Parameters
string
externalNetworkId
Required
externalNetworkId
string
externalNetworkId
Required
externalNetworkId
Request Body
ProviderGatewayRouteRedistributionConfig of type(s) application/json
Required
{
"bgpRedistributionActive": false,
"redistributionRules": [
{
"name": "string",
"routeMapRef": {
"id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
"name": "string",
"type": "string"
},
"redistributionServices": [
"string"
]
}
]
}
boolean
bgpRedistributionActive
Optional
A flag indicating if route redistribution for BGP is active or not.
redistributionRules
Optional
The list of Route Redistribution Rules
Responses
202
The request have been accepted and the task to monitor the request is in the Location header.
Operation doesn't return any data structure
Availability
Added in 39.0
On This Page
Provider Gateway Route Redistribution Operations
POST
Auto Configure Route Redistribution
GET
Get Route Redistribution Config
PUT
Update Route Redistribution Config