Get Bgp Neighbors Status List
Returns the status of all the BGP neighbors configured on this Provider Gateway.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/externalNetworks/{externalNetworkId}/providerGatewayServices/routing/bgp/neighbors/statuses
COPY
Path Parameters
string
externalNetworkId
Required
externalNetworkId
string
externalNetworkId
Required
externalNetworkId
Query Parameters
string
cursor
Optional
Field used for getting next page of records. The value is supplied by the current result page. If not set, the first page is retrieved. If cursor is set, then all other pagination query parameters such as pageSize, sortDesc, sortAsc, queryFilter are ignored.
integer
pageSize
Required
Results per page to fetch.
Responses
200
OK
Returns ProviderGatewayBgpNeighborsStatusList of type(s) application/json;version=38.1
{
"values": [
{
"edgeNodeRef": {
"id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
"name": "string",
"type": "string"
},
"sourceAddress": "string",
"neighborAddress": "string",
"remoteASNumber": "string",
"connectionState": "string",
"establishedConnectionCount": 0,
"connectionDropCount": 0,
"totalInPrefixCount": 0,
"totalOutPrefixCount": 0
}
]
}
Availability
Added in 38.1
On This Page
Provider Gateway Bgp Neighbors Operations
POST
Create Bgp Neighbor
GET
Get Bgp Neighbors
GET
Get Bgp Neighbors Status List