blob: 70c1d9f25c034b09659d00b51c293268ad019d17 [file] [log] [blame]
Sean Condonfbc563d2021-12-08 15:54:26 -08001{
2 "sites": [
3 {
4 "site-id": "freemont",
5 "display-name": "Freemont, CA",
6 "image": "https://en.wikipedia.org/wiki/File:Mission_Peak_over_Lake_Elizabeth,_in_Fremont,_California_(cropped).JPG",
7 "small-cells": [
8 {
9 "small-cell-id": "freemont-sc-north",
10 "display-name": "North Cell"
11 },
12 {
13 "small-cell-id": "freemont-sc-south",
14 "display-name": "South Cell"
15 },
16 {
17 "small-cell-id": "freemont-sc-east",
18 "display-name": "East Cell"
19 },
20 {
21 "small-cell-id": "freemont-sc-west",
22 "display-name": "West Cell"
23 }
24 ],
25 "slices": [
26 {
27 "slice-id": "freemont-slice-cameras",
28 "display-name": "Cameras Slice",
29 "device-groups": [
30 "cameras"
Sean Condonde0b4dc2021-12-09 16:20:54 -080031 ],
32 "applications": [
33 "nvr"
Sean Condonfbc563d2021-12-08 15:54:26 -080034 ]
35 },
36 {
37 "slice-id": "freemont-slice-phones",
38 "display-name": "Phones Slice",
39 "device-groups": [
40 "phones"
41 ]
42 }
43 ],
44 "device-groups": [
45 {
46 "device-group-id": "phones",
47 "display-name": "Phones group",
48 "devices": [
49 "752365A",
50 "752908B"
51 ]
52 },
53 {
54 "device-group-id": "cameras",
55 "display-name": "Cameras group",
56 "devices": [
57 "7568111",
58 "7568112",
59 "7568113",
60 "7568114",
61 "7568115",
62 "7568116",
63 "7568117"
64 ]
65 },
66 {
67 "device-group-id": "dg2",
68 "display-name": "DG 2"
69 }
70 ],
71 "devices": [
72 {
73 "serial-number": "752365A",
74 "imei": "123-456-7891",
75 "display-name": "Phone 1",
76 "location": "Somewhere",
77 "type": "Pixel 5 Phone",
78 "sim": "123-456-789"
79 },
80 {
81 "serial-number": "752908B",
82 "imei": "123-456-7892",
83 "display-name": "Phone 2",
84 "location": "Somewhere",
85 "type": "iPhone 11",
86 "sim": "123-456-788"
87 },
88 {
89 "serial-number": "7568111",
90 "imei": "123-456-7893",
91 "display-name": "Camera 1",
92 "location": "Front entrance",
93 "type": "Camera",
94 "sim": "123-456-787"
95 },
96 {
97 "serial-number": "7568112",
98 "imei": "123-456-7894",
99 "display-name": "Camera 2",
100 "location": "South Gate",
101 "type": "Camera",
102 "sim": "123-456-786"
103 },
104 {
105 "serial-number": "7568113",
106 "imei": "123-456-7895",
107 "display-name": "Camera 3",
108 "location": "Store Room 1",
109 "type": "Camera",
110 "sim": "123-456-785"
111 },
112 {
113 "serial-number": "7568114",
114 "imei": "123-456-7896",
115 "display-name": "Camera 4",
116 "location": "Store Room 2",
117 "type": "Camera",
118 "sim": "123-456-784"
119 },
120 {
121 "serial-number": "7568115",
122 "imei": "123-456-7897",
123 "display-name": "Camera 5",
124 "location": "Corridor 1",
125 "type": "Camera",
126 "sim": "123-456-783"
127 },
128 {
129 "serial-number": "7568116",
130 "imei": "123-456-7898",
131 "display-name": "Camera 6",
132 "location": "Corridor 2",
133 "type": "Camera",
134 "sim": "123-456-782"
135 },
136 {
137 "serial-number": "7568117",
138 "imei": "123-456-7899",
139 "display-name": "Camera 7",
140 "location": "Atrium",
141 "type": "Camera",
142 "sim": "123-456-781"
143 }
144 ],
145 "sims": [
146 {
147 "iccid": "123-456-789",
148 "display-name": "Sim 9"
149 },
150 {
151 "iccid": "123-456-788",
152 "display-name": "Sim 8"
153 },
154 {
155 "iccid": "123-456-787",
156 "display-name": "Sim 7"
157 },
158 {
159 "iccid": "123-456-786",
160 "display-name": "Sim 6"
161 },
162 {
163 "iccid": "123-456-785",
164 "display-name": "Sim 5"
165 },
166 {
167 "iccid": "123-456-784",
168 "display-name": "Sim 4"
169 },
170 {
171 "iccid": "123-456-783",
172 "display-name": "Sim 3"
173 },
174 {
175 "iccid": "123-456-782",
176 "display-name": "Sim 2"
177 },
178 {
179 "iccid": "123-456-781",
180 "display-name": "Sim 1"
181 }
182 ]
183 }
Sean Condonde0b4dc2021-12-09 16:20:54 -0800184 ],
185 "applications": [
186 {
187 "application-id": "nvr-application",
188 "display-name": "Network Video Recorder"
189 }
Sean Condonfbc563d2021-12-08 15:54:26 -0800190 ]
191}