-
Notifications
You must be signed in to change notification settings - Fork 0
/
result.example.json
62 lines (62 loc) · 1.54 KB
/
result.example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"Control panel": {
"nodes": [
{
"hostid": "1111",
"name": "example.com",
"country": "pl",
"city": "Olsztyn",
"dc": "SDC",
"online": true
}
]
},
"VPS": {
"nodes": [
{
"hostid": "1122",
"name": "n9000.example.com",
"country": "pl",
"city": "Olsztyn",
"dc": "SDC",
"online": true
},
{
"hostid": "1123",
"name": "n1.example.com",
"country": "pl",
"city": "Olsztyn",
"dc": "SDC",
"online": true
}
]
},
"Voice servers": {
"nodes": [
{
"hostid": "1134",
"name": "v1.example.com",
"country": "fr",
"city": "Roubaix",
"dc": "OVH RBX-3",
"online": true
},
{
"hostid": "1135",
"name": "v2.example.com",
"country": "pl",
"city": "Olsztyn",
"dc": "SDC",
"online": true
},
{
"hostid": "1136",
"name": "v3.example.com",
"country": "fr",
"city": "Roubaix",
"dc": "OVH RBX-2",
"online": false
}
]
}
}