ubnt-api-devices/gateways.json

33 lines
661 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 11:46:40 +00:00
"fqdn": "vpn01.fftdf.de",
2023-05-12 06:28:37 +00:00
"mac": "00:00:00:00:00:01",
2023-05-12 07:05:45 +00:00
"domain": "VPN1",
2023-05-12 06:24:51 +00:00
"adresses": ["5.9.220.114"]
2023-05-11 19:36:24 +00:00
},
2023-05-12 07:05:45 +00:00
{
"name": "CORE4",
2023-05-12 11:46:40 +00:00
"fqdn": "core4.fftdf.de",
2023-05-12 07:34:58 +00:00
"mac": "16:8f:8c:38:74:8b",
2023-05-12 07:05:45 +00:00
"domain": "TDF",
"adresses": ["5.9.220.113"]
},
2023-05-11 19:36:24 +00:00
{
"name": "VPN02",
2023-05-12 11:46:40 +00:00
"fqdn": "vpn02.fftdf.de",
2023-05-12 06:28:37 +00:00
"mac": "00:00:00:00:00:02",
2023-05-12 07:05:45 +00:00
"domain": "VPN2",
2023-05-12 06:24:51 +00:00
"adresses": ["5.9.220.115"]
2023-05-12 16:22:18 +00:00
},
{
"name": "troidsorf6",
"fqdn": "6.fftdf.de",
"mac": "a2:8c:ae:6f:f6:06",
"domain": "flu",
"adresses": ["46.4.156.116"]
2023-05-11 19:27:04 +00:00
}
2023-05-12 16:22:18 +00:00
2023-05-11 19:27:04 +00:00
]
}