ubnt-api-devices/gateways.json

16 lines
278 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-12 06:28:37 +00:00
"mac": "00:00:00:00:00:01",
2023-05-12 06:16:31 +00:00
"domain": "other",
2023-05-12 06:24:51 +00:00
"adresses": ["5.9.220.114"]
2023-05-11 19:36:24 +00:00
},
{
"name": "VPN02",
2023-05-12 06:28:37 +00:00
"mac": "00:00:00:00:00:02",
2023-05-12 06:24:51 +00:00
"domain": "other",
"adresses": ["5.9.220.115"]
2023-05-11 19:27:04 +00:00
}
]
}