-
Notifications
You must be signed in to change notification settings - Fork 9
/
Version.json
98 lines (98 loc) · 3.33 KB
/
Version.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"$schema": "https://raw.githubusercontent.com/ptr727/NxWitness/main/CreateMatrix/JSON/Version.schema.json",
"SchemaVersion": 2,
"Products": [
{
"Product": "NxGo",
"Versions": [
{
"Version": "6.0.1.39873",
"UriX64": "https://updates.networkoptix.com/nxgo/39873/nxgo-server_update-6.0.1.39873-linux_x64.zip",
"UriArm64": "https://updates.networkoptix.com/nxgo/39873/nxgo-server_update-6.0.1.39873-linux_arm64.zip",
"Labels": [
"Stable",
"Latest"
]
}
]
},
{
"Product": "NxMeta",
"Versions": [
{
"Version": "6.0.1.39873",
"UriX64": "https://updates.networkoptix.com/metavms/39873/metavms-server_update-6.0.1.39873-linux_x64.zip",
"UriArm64": "https://updates.networkoptix.com/metavms/39873/metavms-server_update-6.0.1.39873-linux_arm64.zip",
"Labels": [
"Stable",
"Latest"
]
},
{
"Version": "6.1.0.39707",
"UriX64": "https://updates.networkoptix.com/metavms/39707/metavms-server_update-6.1.0.39707-linux_x64-beta.zip",
"UriArm64": "https://updates.networkoptix.com/metavms/39707/metavms-server_update-6.1.0.39707-linux_arm64-beta.zip",
"Labels": [
"Beta"
]
}
]
},
{
"Product": "NxWitness",
"Versions": [
{
"Version": "6.0.1.39873",
"UriX64": "https://updates.networkoptix.com/default/39873/nxwitness-server_update-6.0.1.39873-linux_x64.zip",
"UriArm64": "https://updates.networkoptix.com/default/39873/nxwitness-server_update-6.0.1.39873-linux_arm64.zip",
"Labels": [
"Stable",
"Latest"
]
}
]
},
{
"Product": "DWSpectrum",
"Versions": [
{
"Version": "5.1.4.38659",
"UriX64": "https://updates.networkoptix.com/digitalwatchdog/38659/dwspectrum-server_update-5.1.4.38659-linux_x64.zip",
"UriArm64": "https://updates.networkoptix.com/digitalwatchdog/38659/dwspectrum-server_update-5.1.4.38659-linux_arm64.zip",
"Labels": [
"Stable"
]
},
{
"Version": "6.0.1.39873",
"UriX64": "https://updates.networkoptix.com/digitalwatchdog/39873/dwspectrum-server_update-6.0.1.39873-linux_x64.zip",
"UriArm64": "https://updates.networkoptix.com/digitalwatchdog/39873/dwspectrum-server_update-6.0.1.39873-linux_arm64.zip",
"Labels": [
"Latest"
]
}
]
},
{
"Product": "WisenetWAVE",
"Versions": [
{
"Version": "5.1.1.37512",
"UriX64": "https://updates.networkoptix.com/hanwha/37512/wave-server_update-5.1.1.37512-linux_x64.zip",
"UriArm64": "https://updates.networkoptix.com/hanwha/37512/wave-server_update-5.1.1.37512-linux_arm64.zip",
"Labels": [
"Stable"
]
},
{
"Version": "6.0.1.40042",
"UriX64": "https://updates.networkoptix.com/hanwha/40042/wave-server_update-6.0.1.40042-linux_x64.zip",
"UriArm64": "https://updates.networkoptix.com/hanwha/40042/wave-server_update-6.0.1.40042-linux_arm64.zip",
"Labels": [
"Latest"
]
}
]
}
]
}