searchSiteBgpStats
GET https://{{host}}/api/v1/sites/:site_id/stats/bgp_peers/search
Response Parameters
Name | Type | Description |
---|---|---|
org_id | string | router org ID |
site_id | string | router site ID |
mac | string | router mac address |
timestamp | long | sampling time (in epoch) |
local_as | string | local AS |
neighbor_as | string | neighbor AS |
vrf_name | string | VRF name |
neighbor | string | IP of neighbor |
neighbor_mac | string | Mac of neighbor |
state | string | idle, connect, active, opensent, openconfirm and established |
up | boolean | true/false |
tx_pkts | int | tx pkts |
rx_pkts | int | rx pkts |
rx_routes | int | number of received routes |
tx_routes | int | number of sent routes |
uptime | int | uptime |
for_overlay | boolean | true/false, if this is created for overlay |
evpn_overlay | boolean | true/false, if this is created for evpn overlay |