Get BGP Peer Status from NB (v2.1)
GET/v2.1/api/tenants/:tenant_id/sites/:site_id/elements/:element_id/bgppeers/:config_id/status
List the BGP peer status information from NB.
Request
Path Parameters
tenant_id stringrequired
ID of the tenant.
site_id stringrequired
The ID of the site.
element_id stringrequired
The ID of the element.
config_id stringrequired
The ID of the BGP peer config.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
direction string
The direction for the BGP peer.
downtime string
The downtime configured for the BGP peer.
id string
The ID of the BGP peer.
state string
The state of the BGP peer.
uptime string
The uptime configured for the BGP peer.
{
"direction": "string",
"downtime": "string",
"id": "string",
"state": "string",
"uptime": "string"
}
Loading...