-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdummy.json
503 lines (503 loc) · 14.3 KB
/
dummy.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
{
"Region": [
{
"id": 1,
"regionName": "East Coast"
},
{
"id": 2,
"regionName": "West Coast"
},
{
"id": 3,
"regionName": "Midwest"
}
],
"Branch": [
{
"branchId": 1,
"branchName": "Main Branch",
"regionId": 1
},
{
"branchId": 2,
"branchName": "Downtown Branch",
"regionId": 1
},
{
"branchId": 3,
"branchName": "West Coast Headquarters",
"regionId": 2
},
{
"branchId": 4,
"branchName": "Chicago Office",
"regionId": 3
},
{
"branchId": 5,
"branchName": "University Branch",
"regionId": 2
}
],
"Group": [
{
"groupId": 1,
"groupName": "Hardware Issues",
"groupDescription": "ATMs in this group are experiencing various hardware malfunctions, impacting user experience and potentially causing service outages. Common issues include cash dispenser jams, card reader errors, and receipt printer malfunctions.",
"groupType": "Dynamic"
},
{
"groupId": 2,
"groupName": "Network Connectivity Issues",
"groupDescription": "ATMs in this group are unable to communicate with the central network due to various connectivity problems. This hinders transactions and might cause service outages for users. Potential causes include network outages at the provider's end, issues with the ATM's network card, or firewall configurations blocking communication.",
"groupType": "Dynamic"
},
{
"groupId": 3,
"groupName": "Software Glitches",
"groupDescription": "ATMs in this group are exhibiting software-related issues, leading to unexpected behavior, system crashes, or specific functionalities being unavailable. These issues might require software updates or patches to resolve.",
"groupType": "Dynamic"
},
{
"groupId": 4,
"groupName": "Environmental Sensor Alerts",
"groupDescription": "ATMs in this group have reported sensor readings exceeding recommended thresholds. While not causing immediate service outages, these alerts require investigation to prevent potential hardware damage or malfunctioning due to extreme temperatures, humidity, or other environmental factors.",
"groupType": "Dynamic"
}
],
"Device": [
{
"deviceId": 1,
"deviceModel": "Cash Dispenser 5000",
"deviceManufacturer": "Acme Corporation",
"deviceSerialNumber": "ACME-CD5000-12345"
},
{
"deviceId": 2,
"deviceModel": "Card Reader CR-700",
"deviceManufacturer": "GlobalTech",
"deviceSerialNumber": "GT-CR700-54321"
},
{
"deviceId": 3,
"deviceModel": "Receipt Printer RP-200",
"deviceManufacturer": "ValuePrint",
"deviceSerialNumber": "VP-RP200-98765"
},
{
"deviceId": 4,
"deviceModel": "Cash Acceptor CA-3000",
"deviceManufacturer": "SecureCash",
"deviceSerialNumber": "SC-CA3000-01234"
},
{
"deviceId": 5,
"deviceModel": "Fingerprint Scanner FS-1000",
"deviceManufacturer": "BioTech Security",
"deviceSerialNumber": "BTS-FS1000-33456"
},
{
"deviceId": 6,
"deviceModel": "Touchscreen Display TS-500",
"deviceManufacturer": "EasyTouch Solutions",
"deviceSerialNumber": "ETS-TS500-78945"
},
{
"deviceId": 7,
"deviceModel": "PIN Pad PP-200 (older model)",
"deviceManufacturer": "Legacy Systems",
"deviceSerialNumber": "LS-PP200-12345"
},
{
"deviceId": 8,
"deviceModel": "Cash Dispenser HD-8000 (high-capacity)",
"deviceManufacturer": "SecureCash",
"deviceSerialNumber": "SC-HD8000-56789"
},
{
"deviceId": 9,
"deviceModel": "Card Reader CR-800 (contactless)",
"deviceManufacturer": "GlobalTech",
"deviceSerialNumber": "GT-CR800-90123"
},
{
"deviceId": 10,
"deviceModel": "Thermal Camera TC-2000 (environmental monitoring)",
"deviceManufacturer": "EnviroTech",
"deviceSerialNumber": "ET-TC2000-45678"
},
{
"deviceId": 11,
"deviceModel": "Voice Guidance Module VG-100",
"deviceManufacturer": "Accessibility Solutions",
"deviceSerialNumber": "AS-VG100-78901"
}
],
"ATM": [
{
"atmId": 1,
"atmName": "ATM 1 - Main Branch",
"networkAddress": "192.168.1.10",
"latitude": 34.05223,
"longitude": -118.24368,
"timezone": "2024-03-05T12:00:00Z",
"subnet": "255.255.255.0",
"branchId": 1,
"groupId": 1,
"status": "Online",
"cash_level": 10000.00,
"last_cash_replenishment": "2024-02-22T10:00:00Z",
"software_version": "v1.2.3",
"uptime": 36000
},
{
"atmId": 2,
"atmName": "ATM 2 - City Center",
"networkAddress": "192.168.2.20",
"latitude": 34.06862,
"longitude": -118.33524,
"timezone": "2024-03-05T12:00:00Z",
"subnet": "255.255.255.0",
"branchId": 2,
"groupId": 2,
"status": "Offline",
"cash_level": 5000.00,
"last_cash_replenishment": "2024-02-15T09:00:00Z",
"software_version": "v1.1.5",
"uptime": 0
},
{
"atmId": 3,
"atmName": "ATM 3 - Airport",
"networkAddress": "172.16.0.30",
"latitude": 34.04167,
"longitude": -118.24368,
"timezone": "2024-03-05T12:00:00Z",
"subnet": "255.255.0.0",
"branchId": 3,
"groupId": 1,
"status": "Under Maintenance",
"cash_level": 7500.00,
"last_cash_replenishment": "2024-03-04T15:00:00Z",
"software_version": "v1.2.1",
"uptime": 14400
},
{
"atmId": 4,
"atmName": "ATM 4 - University Branch",
"networkAddress": "10.0.1.10",
"latitude": 34.06528,
"longitude": -118.24368,
"timezone": "2024-03-05T12:00:00Z",
"subnet": "255.255.255.0",
"branchId": 5,
"groupId": 3,
"status": "Online",
"cash_level": 8000.00,
"last_cash_replenishment": "2024-02-29T14:00:00Z",
"software_version": "v1.3.0",
"uptime": 86400
},
{
"atmId": 5,
"atmName": "ATM 5 - East Branch",
"networkAddress": "192.168.3.30",
"latitude": 34.08118,
"longitude": -118.29073,
"timezone": "2024-03-05T12:00:00Z",
"subnet": "255.255.255.0",
"branchId": 2,
"groupId": 4,
"status": "Online",
"cash_level": 6000.00,
"last_cash_replenishment": "2024-03-02T16:00:00Z",
"software_version": "v1.1.7",
"uptime": 36000
},
{
"atmId": 6,
"atmName": "ATM 6 - Shopping Mall",
"networkAddress": "172.16.1.50",
"latitude": 34.05820,
"longitude": -118.25860,
"timezone": "2024-03-05T12:00:00Z",
"subnet": "255.255.0.0",
"branchId": 1,
"groupId": 2,
"status": "Offline",
"cash_level": 4000.00,
"last_cash_replenishment": "2024-02-20T12:00:00Z",
"software_version": "v1.2.2",
"uptime": 0
},
{
"atmId": 7,
"atmName": "ATM 7 - Hospital",
"networkAddress": "10.10.1.20",
"latitude": 34.07416,
"longitude": -118.31322,
"timezone": "2024-03-05T12:00:00Z",
"subnet": "255.255.255.0",
"branchId": 4,
"groupId": 3,
"status": "Under Maintenance",
"cash_level": 9000.00,
"last_cash_replenishment": "2024-03-01T10:00:00Z",
"software_version": "v1.3.1",
"uptime": 28800
}
],
"AtmDevice":[
{
"atmId": 4,
"deviceId": 6,
"deviceStatus": "Operational"
},
{
"atmId": 1,
"deviceId": 3,
"deviceStatus": "Operational"
},
{
"atmId": 5,
"deviceId": 8,
"deviceStatus": "Faulty"
},
{
"atmId": 2,
"deviceId": 4,
"deviceStatus": "Under Maintenance"
},
{
"atmId": 3,
"deviceId": 5,
"deviceStatus": "Faulty"
},
{
"atmId": 1,
"deviceId": 2,
"deviceStatus": "Under Maintenance"
},
{
"atmId": 6,
"deviceId": 10,
"deviceStatus": "Under Maintenance"
},
{
"atmId": 5,
"deviceId": 9,
"deviceStatus": "Operational"
},
{
"atmId": 1,
"deviceId": 1,
"deviceStatus": "Operational"
},
{
"atmId": 4,
"deviceId": 7,
"deviceStatus": "Under Maintenance"
},
{
"atmId": 2,
"deviceId": 1,
"deviceStatus": "Operational"
},
{
"atmId": 6,
"deviceId": 11,
"deviceStatus": "Operational"
},
{
"atmId": 3,
"deviceId": 1,
"deviceStatus": "Operational"
}
],
"ElectronicJournal": [
{
"ejId": 1,
"ejData": "Network interface card (NIC) rebooted due to unresponsive state.",
"atmId": 1,
"timestamp": "2024-03-05T10:15:00Z"
},
{
"ejId": 2,
"ejData": "Software update v1.2.4 downloaded and installed successfully. Reboot initiated.",
"atmId": 2,
"timestamp": "2024-03-05T12:00:00Z"
},
{
"ejId": 3,
"ejData": "Disk space usage threshold exceeded (95%). Initiated disk cleanup procedures.",
"atmId": 3,
"timestamp": "2024-03-05T08:30:00Z"
},
{
"ejId": 4,
"ejData": "Cash dispenser motor detected overheating. Disabling cash dispense functionality until further investigation.",
"atmId": 4,
"timestamp": "2024-03-05T14:22:00Z"
},
{
"ejId": 5,
"ejData": "Receipt printer low on paper (20% remaining). Sending alert for paper refill.",
"atmId": 5,
"timestamp": "2024-03-05T16:05:00Z"
},
{
"ejId": 6,
"ejData": "Application error encountered (code: ABC123). Restarting application service.",
"atmId": 6,
"timestamp": "2024-03-05T13:40:00Z"
},
{
"ejId": 7,
"ejData": "ATM communication lost (ping timeout). Attempting to re-establish connection.",
"atmId": 7,
"timestamp": "2024-03-05T17:15:00Z"
},
{
"ejId": 8,
"ejData": "System log rotated successfully. Old logs archived.",
"atmId": 1,
"timestamp": "2024-03-04T23:59:00Z"
},
{
"ejId": 9,
"ejData": "Scheduled maintenance completed. System rebooted and services restarted.",
"atmId": 3,
"timestamp": "2024-03-05T06:00:00Z"
},
{
"ejId": 10,
"ejData": "Security software detected suspicious activity. User attempted to access unauthorized functionality. Initiating investigation.",
"atmId": 5,
"timestamp": "2024-03-05T15:30:00Z"
}
],
"Event": [
{
"eventId": 1,
"eventName": "Network Connectivity Issue",
"eventLevel": "WARNING",
"ejId": 1
},
{
"eventId": 2,
"eventName": "Software Update",
"eventLevel": "INFO",
"ejId": 2
},
{
"eventId": 3,
"eventName": "Cash Dispenser Malfunction",
"eventLevel": "ERROR",
"ejId": 3
},
{
"eventId": 4,
"eventName": "Paper Refill Required",
"eventLevel": "INFO",
"ejId": 4
},
{
"eventId": 5,
"eventName": "Card Reader Error",
"eventLevel": "ERROR",
"ejId": 5
},
{
"eventId": 6,
"eventName": "Application Error",
"eventLevel": "ERROR",
"ejId": 6
},
{
"eventId": 7,
"eventName": "ATM Communication Loss",
"eventLevel": "CRITICAL",
"ejId": 7
},
{
"eventId": 8,
"eventName": "System Log Rotation",
"eventLevel": "INFO",
"ejId": 8
},
{
"eventId": 9,
"eventName": "Scheduled Maintenance",
"eventLevel": "INFO",
"ejId": 9
},
{
"eventId": 10,
"eventName": "Suspicious Activity Detected",
"eventLevel": "CRITICAL",
"ejId": 10
}
],
"Transaction": [
{
"transactionId": 1,
"transactionType": "Cash Withdrawal",
"transactionDetail": "Account: 12345678, Amount: $200, ATM: 123",
"ejId": 1
},
{
"transactionId": 2,
"transactionType": "Balance Inquiry",
"transactionDetail": "Account: 87654321, ATM: 456",
"ejId": 2
},
{
"transactionId": 3,
"transactionType": "Deposit",
"transactionDetail": "Account: 98765432, Amount: $500, Bill denominations: 20x $20",
"ejId": 3
},
{
"transactionId": 4,
"transactionType": "Transfer",
"transactionDetail": "From account: 12345678, To account: 87654321, Amount: $100",
"ejId": 4
},
{
"transactionId": 5,
"transactionType": "Card Payment",
"transactionDetail": "Merchant: ABC Store, Amount: $35.78, Card number: XXXX-XXXX-XXXX-1234",
"ejId": 5
},
{
"transactionId": 6,
"transactionType": "PIN Change",
"ejId": 6
},
{
"transactionId": 7,
"transactionType": "Failed Transaction",
"transactionDetail": "Reason: Insufficient funds, Account: 87654321, ATM: 234",
"ejId": 7
},
{
"transactionId": 8,
"transactionType": "Account Lockout",
"transactionDetail": "Reason: Invalid PIN attempts, Account: 12345678",
"ejId": 8
},
{
"transactionId": 9,
"transactionType": "Service Request",
"transactionDetail": "Request type: Mini statement, Account: 98765432",
"ejId": 9
},
{
"transactionId": 10,
"transactionType": "System Maintenance",
"transactionDetail": "Description: ATM software update",
"ejId": 10
}
]
}