Get Bgp Neighbor Source Addresses
Retrieves the list of BGP neighbor source IP addresses to establish BGP peering sessions. IP address options will be based on interfaces or VTIs on the Provider Gateway.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/externalNetworks/{externalNetworkId}/providerGatewayServices/routing/bgp/neighbors/sourceAddresses
COPY
Path Parameters
string
externalNetworkId
Required
externalNetworkId
Responses
200
OK
Returns
BgpNeighborSourceAddresses
of type(s)
application/json;version=39.1
{
"values": [
"string"
]
}
array of
string
values
Optional
Constraints:
maxItems: 100
IP addresses for BGP Neighbor to establish peering with based on the Provider Gateway's external/loopback interfaces and VTIs.
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/externalNetworks/{externalNetworkId}/providerGatewayServices/routing/bgp/neighbors/sourceAddresses
Availability
Added in 39.0
Provider Gateway Bgp Neighbors Operations
GET
Get Bgp Neighbors
POST
Create Bgp Neighbor
GET
Get Bgp Neighbors Status List
GET
Get Bgp Neighbor Source Addresses