ubnt-api-devices/gateways.json

15 lines
242 B
JSON
Raw Normal View History

2023-05-11 19:23:37 +00:00
{
2023-05-11 19:27:04 +00:00
"devices":[
{
2023-05-11 19:36:24 +00:00
"name": "VPN01",
2023-05-11 19:48:04 +00:00
"mac": "00:00:00:00:00:01",
2023-05-12 06:16:31 +00:00
"domain": "other",
"adresses": ["5.9.220.14"]
2023-05-11 19:36:24 +00:00
},
{
"name": "VPN02",
2023-05-11 19:48:04 +00:00
"mac": "00:00:00:00:00:02",
2023-05-11 19:29:18 +00:00
"domain": "other"
2023-05-11 19:27:04 +00:00
}
]
}