|
{
|
|
"leases": [{
|
|
"expires": "2042-01-02T03:04:05Z",
|
|
"ip": "192.168.0.3",
|
|
"hostname": "example.host",
|
|
"mac": "AA:AA:AA:AA:AA:AA",
|
|
"static": false
|
|
}, {
|
|
"ip": "192.168.0.4",
|
|
"hostname": "example.static.host",
|
|
"mac": "BB:BB:BB:BB:BB:BB",
|
|
"static": true
|
|
}],
|
|
"version": 1
|
|
}
|