Get Bgp Neighbor Source Addresses

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

string
externalNetworkId
Required

externalNetworkId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns BgpNeighborSourceAddresses of type(s) application/json;version=39.0
{
    "values": [
        "string"
    ]
}
array of string
values
Optional

IP addresses for BGP Neighbor to establish peering with based on the Provider Gateway's external/loopback interfaces and VTIs.