1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00
alice-lg-alice-lg/backend/testdata/api/neighbor_summary.json
2018-07-16 11:04:35 +02:00

41 lines
852 B
JSON

{
"api" : {
"result_from_cache" : true,
"Version" : "1.11.0",
"cache_status" : {
"cached_at" : {
"date" : "",
"timezone" : "",
"timezone_type" : ""
},
"orig_ttl" : 0
}
},
"neighbors": [
{
"id": "R58_29",
"neighbor": "185.1.58.29",
"asn": 42,
"state": "up",
"state_changed": "2018-07-14 15:08:30",
"description": "Test Peer 2001",
"routes_received": 161,
"routes_accepted": 161,
"routes_filtered": 0,
"routes_exported": 54120
},
{
"id": "R002a_0_1",
"neighbor": "2001:7f8:9e::2a:0:1",
"asn": 23,
"state": "start",
"state_changed": "2018-07-14 15:08:30",
"description": "Test Peer 2000",
"routes_received": 154,
"routes_accepted": 152,
"routes_filtered": 0,
"routes_exported": 2342
}
]
}