Get Bgp Neighbors

Get Bgp Neighbors

Retrieves all BGP neighbors configured for the edge gateway.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/edgeGateways/{gatewayId}/routing/bgp/neighbors
COPY
Path Parameters
string
gatewayId
Required

gatewayId

string
gatewayId
Required

gatewayId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns EdgeBgpNeighbors of type(s) application/json;version=36.3
{
    "values": [
        {
            "id": "string",
            "neighborAddress": "10.22.1.100",
            "remoteASNumber": "65546",
            "keepAliveTimer": 0,
            "holdDownTimer": 0,
            "gracefulRestartMode": "string",
            "bfd": {
                "enabled": false,
                "bfdInterval": 0,
                "declareDeadMultiple": 0
            },
            "allowASIn": false,
            "neighborPassword": "string",
            "ipAddressTypeFiltering": "string",
            "inRoutesFilterRef": {
                "id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
                "name": "string"
            },
            "outRoutesFilterRef": {
                "id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
                "name": "string"
            },
            "version": {
                "version": 0
            }
        }
    ]
}
values
Optional

All BGP neighbors for an edge gateway.


Availability
Added in 34.0
Edge Gateway Bgp Neighbors Operations
POST
Create Bgp Neighbor
GET
Get Bgp Neighbors