Get Bgp Neighbor Status

Get Bgp Neighbor Status

Retrieves status of a specific BGP neighbor configured on an Edge Gateway.

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

gatewayId

string
neighborId
Required

neighborId

string
gatewayId
Required

gatewayId

string
neighborId
Required

neighborId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns NetworkingObjectStatus of type(s) application/json;version=37.0
Operation doesn't return any data structure
status
Optional

status


404

The specified resource was not found

Returns Error of type(s) application/json;version=37.0
{
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace