mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
56 lines
1.1 KiB
Text
56 lines
1.1 KiB
Text
{
|
|
"hosts": [
|
|
{
|
|
"macaddr": "00:90:9e:9f:f6:d5",
|
|
"ipaddr": "192.168.1.40",
|
|
"address_source": "Static",
|
|
"lease_time_remaining": 0,
|
|
"device": "eth1",
|
|
"network": "lan",
|
|
"interface_type": "Ethernet",
|
|
"hostname": "",
|
|
"active": true,
|
|
"active_last_change": "2021-09-22T23:07:10Z",
|
|
"active_connections": 1,
|
|
"ipv4addr": [
|
|
"192.168.1.40"
|
|
],
|
|
"ipv6addr": [
|
|
"fe80::290:9eff:fe9f:f6d5",
|
|
"2001:db8:100:15a::1"
|
|
],
|
|
"stats": {
|
|
"tx_packets": 659,
|
|
"tx_bytes": 74322,
|
|
"rx_packets": 524,
|
|
"rx_bytes": 60000
|
|
}
|
|
},
|
|
{
|
|
"macaddr": "24:18:1d:e2:f7:dd",
|
|
"ipaddr": "192.168.1.187",
|
|
"address_source": "DHCP",
|
|
"lease_time_remaining": 3599,
|
|
"device": "wl0",
|
|
"network": "lan",
|
|
"interface_type": "Wi-Fi",
|
|
"hostname": "Galaxy-S8",
|
|
"active": true,
|
|
"active_last_change": "2021-09-22T23:27:09Z",
|
|
"active_connections": 2,
|
|
"ipv4addr": [
|
|
"192.168.1.187"
|
|
],
|
|
"ipv6addr": [
|
|
"fe80::655b:b9e9:4eae:148"
|
|
],
|
|
"stats": {
|
|
"tx_packets": 432,
|
|
"tx_bytes": 51391,
|
|
"rx_packets": 41,
|
|
"rx_bytes": 5694
|
|
}
|
|
}
|
|
]
|
|
}
|
|
|