0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-12 14:18:43 +00:00
bird/yang/show_status.json
2023-11-15 11:17:55 +01:00

17 lines
406 B
JSON

{
"show_status:message": {
"header": {
"bird": "BIRD ",
"version": "2.14"
},
"body": {
"router_id": "35496",
"hostname": "bird",
"server_time": "2020-10-10T10:10:10+00:00" ,
"last_reboot": "2020-10-10T10:10:10+00:00" ,
"last_reconfiguration": "2020-10-10T10:10:10+00:00"
},
"state": "Daemon is up and running"
}
}