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

41 lines
848 B
JSON
Raw Normal View History

2018-07-14 15:37:42 +02:00
{
"api" : {
"result_from_cache" : true,
"Version" : "1.11.0",
"cache_status" : {
"cached_at" : {
"date" : "",
"timezone" : "",
"timezone_type" : ""
},
"orig_ttl" : 0
}
},
"neighbours": [
{
"id": "R58_29",
"neighbour": "185.1.58.29",
"asn": 42,
"state": "up",
"uptime": 9223372040000000000,
"description": "Packet Clearing House",
"routes_received": 161,
"routes_accepted": 161,
"routes_filtered": 0,
"routes_exported": 54120
},
{
"id": "R002a_0_1",
"neighbour": "2001:7f8:9e::2a:0:1",
"asn": 42,
"state": "up",
"uptime": 9223372040000000000,
"description": "Packet Clearing House",
"routes_received": 154,
"routes_accepted": 154,
"routes_filtered": 0,
"routes_exported": 21369
}
]
}