@itentialopensource/adapter-calix_smx 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/.eslintignore +5 -0
  2. package/.eslintrc.js +19 -0
  3. package/.jshintrc +3 -0
  4. package/AUTH.md +42 -0
  5. package/BROKER.md +211 -0
  6. package/CALLS.md +207 -0
  7. package/CODE_OF_CONDUCT.md +43 -0
  8. package/CONTRIBUTING.md +13 -0
  9. package/ENHANCE.md +69 -0
  10. package/LICENSE +201 -0
  11. package/PROPERTIES.md +676 -0
  12. package/README.md +344 -0
  13. package/SUMMARY.md +9 -0
  14. package/SYSTEMINFO.md +35 -0
  15. package/TROUBLESHOOT.md +56 -0
  16. package/UTILITIES.md +473 -0
  17. package/adapter.js +189915 -0
  18. package/adapterBase.js +1526 -0
  19. package/entities/.generic/action.json +214 -0
  20. package/entities/.generic/schema.json +28 -0
  21. package/entities/.system/action.json +50 -0
  22. package/entities/.system/mockdatafiles/getToken-default.json +3 -0
  23. package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
  24. package/entities/.system/schema.json +19 -0
  25. package/entities/.system/schemaTokenReq.json +53 -0
  26. package/entities/.system/schemaTokenResp.json +53 -0
  27. package/entities/Config/action.json +861 -0
  28. package/entities/Config/schema.json +136 -0
  29. package/entities/ConfigDevice/action.json +12813 -0
  30. package/entities/ConfigDevice/schema.json +1281 -0
  31. package/entities/ConfigProfile/action.json +2608 -0
  32. package/entities/ConfigProfile/schema.json +164 -0
  33. package/entities/ConfigTemplate/action.json +841 -0
  34. package/entities/ConfigTemplate/schema.json +147 -0
  35. package/entities/EMS/action.json +1565 -0
  36. package/entities/EMS/schema.json +182 -0
  37. package/entities/EMSProfile/action.json +14871 -0
  38. package/entities/EMSProfile/schema.json +1001 -0
  39. package/entities/EMSRegion/action.json +127 -0
  40. package/entities/EMSRegion/schema.json +24 -0
  41. package/entities/EMSService/action.json +855 -0
  42. package/entities/EMSService/schema.json +269 -0
  43. package/entities/EMSSubscriber/action.json +190 -0
  44. package/entities/EMSSubscriber/schema.json +104 -0
  45. package/entities/Fault/action.json +209 -0
  46. package/entities/Fault/schema.json +61 -0
  47. package/entities/Log/action.json +25 -0
  48. package/entities/Log/schema.json +19 -0
  49. package/entities/PerformanceMonitoring/action.json +1114 -0
  50. package/entities/PerformanceMonitoring/schema.json +302 -0
  51. package/entities/Port/action.json +24 -0
  52. package/entities/Port/schema.json +30 -0
  53. package/error.json +190 -0
  54. package/metadata.json +81 -0
  55. package/package.json +76 -0
  56. package/pronghorn.json +119022 -0
  57. package/propertiesDecorators.json +18 -0
  58. package/propertiesSchema.json +1765 -0
  59. package/report/creationReport.json +9189 -0
  60. package/report/smx_modified_rename.json +97860 -0
  61. package/report/updateReport1766175812348.json +120 -0
  62. package/sampleProperties.json +263 -0
  63. package/test/integration/adapterTestBasicGet.js +117 -0
  64. package/test/integration/adapterTestConnectivity.js +117 -0
  65. package/test/integration/adapterTestIntegration.js +45491 -0
  66. package/test/unit/adapterBaseTestUnit.js +1628 -0
  67. package/test/unit/adapterTestUnit.js +66088 -0
  68. package/utils/adapterInfo.js +156 -0
  69. package/utils/argParser.js +44 -0
  70. package/utils/checkMigrate.js +102 -0
  71. package/utils/entitiesToDB.js +190 -0
  72. package/utils/findPath.js +74 -0
  73. package/utils/logger.js +26 -0
  74. package/utils/methodDocumentor.js +273 -0
  75. package/utils/modify.js +153 -0
  76. package/utils/mongoDbConnection.js +79 -0
  77. package/utils/mongoUtils.js +162 -0
  78. package/utils/pre-commit.sh +32 -0
  79. package/utils/removeHooks.js +20 -0
  80. package/utils/setup.js +33 -0
  81. package/utils/taskMover.js +308 -0
  82. package/utils/tbScript.js +103 -0
  83. package/utils/tbUtils.js +347 -0
  84. package/utils/testRunner.js +298 -0
  85. package/utils/troubleshootingAdapter.js +177 -0
  86. package/utils/updateAdapterConfig.js +158 -0
@@ -0,0 +1,1114 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "getCounterSetByDevice",
5
+ "protocol": "REST",
6
+ "method": "GET",
7
+ "entitypath": "{base_path}/{version}/config/device/{pathv1}/monitoring-point-type/{pathv2}/monitoring-point/{pathv3}/counter-set/{pathv4}?{query}",
8
+ "requestSchema": "schema.json",
9
+ "responseSchema": "schema.json",
10
+ "timeout": 0,
11
+ "sendEmpty": false,
12
+ "sendGetBody": false,
13
+ "requestDatatype": "JSON",
14
+ "responseDatatype": "JSON",
15
+ "headers": {},
16
+ "responseObjects": [
17
+ {
18
+ "type": "default",
19
+ "key": "",
20
+ "mockFile": ""
21
+ }
22
+ ]
23
+ },
24
+ {
25
+ "name": "getHistoricalStatisticsByDevice",
26
+ "protocol": "REST",
27
+ "method": "GET",
28
+ "entitypath": "{base_path}/{version}/config/device/{pathv1}/monitoring-point-type/{pathv2}/monitoring-point/{pathv3}/counter-set/{pathv4}/bin-duration/{pathv5}/num-back/{pathv6}/num-show/{pathv7}/historical-statistics?{query}",
29
+ "requestSchema": "schema.json",
30
+ "responseSchema": "schema.json",
31
+ "timeout": 0,
32
+ "sendEmpty": false,
33
+ "sendGetBody": false,
34
+ "requestDatatype": "JSON",
35
+ "responseDatatype": "JSON",
36
+ "headers": {},
37
+ "responseObjects": [
38
+ {
39
+ "type": "default",
40
+ "key": "",
41
+ "mockFile": ""
42
+ }
43
+ ]
44
+ },
45
+ {
46
+ "name": "getHistoricalStatisticsByDevice1",
47
+ "protocol": "REST",
48
+ "method": "GET",
49
+ "entitypath": "{base_path}/{version}/config/device/{pathv1}/monitoring-point-type/{pathv2}/monitoring-point/{pathv3}/counter-set/{pathv4}/bin/{pathv5}/historical-statistics?{query}",
50
+ "requestSchema": "schema.json",
51
+ "responseSchema": "schema.json",
52
+ "timeout": 0,
53
+ "sendEmpty": false,
54
+ "sendGetBody": false,
55
+ "requestDatatype": "JSON",
56
+ "responseDatatype": "JSON",
57
+ "headers": {},
58
+ "responseObjects": [
59
+ {
60
+ "type": "default",
61
+ "key": "",
62
+ "mockFile": ""
63
+ }
64
+ ]
65
+ },
66
+ {
67
+ "name": "getHistoricalStatisticsByDevice2",
68
+ "protocol": "REST",
69
+ "method": "GET",
70
+ "entitypath": "{base_path}/{version}/config/device/{pathv1}/monitoring-point-type/{pathv2}/monitoring-point/{pathv3}/counter-set/{pathv4}/pwe3-profile/{pathv5}/bin-duration/{pathv6}/num-back/{pathv7}/num-show/{pathv8}/historical-statistics?{query}",
71
+ "requestSchema": "schema.json",
72
+ "responseSchema": "schema.json",
73
+ "timeout": 0,
74
+ "sendEmpty": false,
75
+ "sendGetBody": false,
76
+ "requestDatatype": "JSON",
77
+ "responseDatatype": "JSON",
78
+ "headers": {},
79
+ "responseObjects": [
80
+ {
81
+ "type": "default",
82
+ "key": "",
83
+ "mockFile": ""
84
+ }
85
+ ]
86
+ },
87
+ {
88
+ "name": "getSessionStateByDeviceByIp",
89
+ "protocol": "REST",
90
+ "method": "GET",
91
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ont/{pathv2}/port/{pathv3}/ip/{pathv4}/session-state?{query}",
92
+ "requestSchema": "schema.json",
93
+ "responseSchema": "schema.json",
94
+ "timeout": 0,
95
+ "sendEmpty": false,
96
+ "sendGetBody": false,
97
+ "requestDatatype": "JSON",
98
+ "responseDatatype": "JSON",
99
+ "headers": {},
100
+ "responseObjects": [
101
+ {
102
+ "type": "default",
103
+ "key": "",
104
+ "mockFile": ""
105
+ }
106
+ ]
107
+ },
108
+ {
109
+ "name": "getLagByDevice1",
110
+ "protocol": "REST",
111
+ "method": "GET",
112
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ont/{pathv2}/port/{pathv3}/lag/{pathv4}?{query}",
113
+ "requestSchema": "schema.json",
114
+ "responseSchema": "schema.json",
115
+ "timeout": 0,
116
+ "sendEmpty": false,
117
+ "sendGetBody": false,
118
+ "requestDatatype": "JSON",
119
+ "responseDatatype": "JSON",
120
+ "headers": {},
121
+ "responseObjects": [
122
+ {
123
+ "type": "default",
124
+ "key": "",
125
+ "mockFile": ""
126
+ }
127
+ ]
128
+ },
129
+ {
130
+ "name": "getStatusByDevice11",
131
+ "protocol": "REST",
132
+ "method": "GET",
133
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ont/{pathv2}/port/{pathv3}/multicast/status?{query}",
134
+ "requestSchema": "schema.json",
135
+ "responseSchema": "schema.json",
136
+ "timeout": 0,
137
+ "sendEmpty": false,
138
+ "sendGetBody": false,
139
+ "requestDatatype": "JSON",
140
+ "responseDatatype": "JSON",
141
+ "headers": {},
142
+ "responseObjects": [
143
+ {
144
+ "type": "default",
145
+ "key": "",
146
+ "mockFile": ""
147
+ }
148
+ ]
149
+ },
150
+ {
151
+ "name": "getCountersByDevice",
152
+ "protocol": "REST",
153
+ "method": "GET",
154
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ont/{pathv2}/port/{pathv3}/ontstatus/counters?{query}",
155
+ "requestSchema": "schema.json",
156
+ "responseSchema": "schema.json",
157
+ "timeout": 0,
158
+ "sendEmpty": false,
159
+ "sendGetBody": false,
160
+ "requestDatatype": "JSON",
161
+ "responseDatatype": "JSON",
162
+ "headers": {},
163
+ "responseObjects": [
164
+ {
165
+ "type": "default",
166
+ "key": "",
167
+ "mockFile": ""
168
+ }
169
+ ]
170
+ },
171
+ {
172
+ "name": "getDetailByDevice",
173
+ "protocol": "REST",
174
+ "method": "GET",
175
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ont/{pathv2}/port/{pathv3}/ontstatus/detail?{query}",
176
+ "requestSchema": "schema.json",
177
+ "responseSchema": "schema.json",
178
+ "timeout": 0,
179
+ "sendEmpty": false,
180
+ "sendGetBody": false,
181
+ "requestDatatype": "JSON",
182
+ "responseDatatype": "JSON",
183
+ "headers": {},
184
+ "responseObjects": [
185
+ {
186
+ "type": "default",
187
+ "key": "",
188
+ "mockFile": ""
189
+ }
190
+ ]
191
+ },
192
+ {
193
+ "name": "getRemoteAccessTimeByDevice",
194
+ "protocol": "REST",
195
+ "method": "GET",
196
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ont/{pathv2}/port/{pathv3}/ontstatus/detail/remote-access-time?{query}",
197
+ "requestSchema": "schema.json",
198
+ "responseSchema": "schema.json",
199
+ "timeout": 0,
200
+ "sendEmpty": false,
201
+ "sendGetBody": false,
202
+ "requestDatatype": "JSON",
203
+ "responseDatatype": "JSON",
204
+ "headers": {},
205
+ "responseObjects": [
206
+ {
207
+ "type": "default",
208
+ "key": "",
209
+ "mockFile": ""
210
+ }
211
+ ]
212
+ },
213
+ {
214
+ "name": "getDhcpByDevice",
215
+ "protocol": "REST",
216
+ "method": "GET",
217
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ont/{pathv2}/port/{pathv3}/ontstatus/dhcp?{query}",
218
+ "requestSchema": "schema.json",
219
+ "responseSchema": "schema.json",
220
+ "timeout": 0,
221
+ "sendEmpty": false,
222
+ "sendGetBody": false,
223
+ "requestDatatype": "JSON",
224
+ "responseDatatype": "JSON",
225
+ "headers": {},
226
+ "responseObjects": [
227
+ {
228
+ "type": "default",
229
+ "key": "",
230
+ "mockFile": ""
231
+ }
232
+ ]
233
+ },
234
+ {
235
+ "name": "getDhcpserverstatisticsByDevice",
236
+ "protocol": "REST",
237
+ "method": "GET",
238
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ont/{pathv2}/port/{pathv3}/ontstatus/dhcpserverstatistics?{query}",
239
+ "requestSchema": "schema.json",
240
+ "responseSchema": "schema.json",
241
+ "timeout": 0,
242
+ "sendEmpty": false,
243
+ "sendGetBody": false,
244
+ "requestDatatype": "JSON",
245
+ "responseDatatype": "JSON",
246
+ "headers": {},
247
+ "responseObjects": [
248
+ {
249
+ "type": "default",
250
+ "key": "",
251
+ "mockFile": ""
252
+ }
253
+ ]
254
+ },
255
+ {
256
+ "name": "getDtagVlanByDevice",
257
+ "protocol": "REST",
258
+ "method": "GET",
259
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ont/{pathv2}/port/{pathv3}/ontstatus/dtag-vlan?{query}",
260
+ "requestSchema": "schema.json",
261
+ "responseSchema": "schema.json",
262
+ "timeout": 0,
263
+ "sendEmpty": false,
264
+ "sendGetBody": false,
265
+ "requestDatatype": "JSON",
266
+ "responseDatatype": "JSON",
267
+ "headers": {},
268
+ "responseObjects": [
269
+ {
270
+ "type": "default",
271
+ "key": "",
272
+ "mockFile": ""
273
+ }
274
+ ]
275
+ },
276
+ {
277
+ "name": "getFlowcountersByDevice",
278
+ "protocol": "REST",
279
+ "method": "GET",
280
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ont/{pathv2}/port/{pathv3}/ontstatus/flowcounters?{query}",
281
+ "requestSchema": "schema.json",
282
+ "responseSchema": "schema.json",
283
+ "timeout": 0,
284
+ "sendEmpty": false,
285
+ "sendGetBody": false,
286
+ "requestDatatype": "JSON",
287
+ "responseDatatype": "JSON",
288
+ "headers": {},
289
+ "responseObjects": [
290
+ {
291
+ "type": "default",
292
+ "key": "",
293
+ "mockFile": ""
294
+ }
295
+ ]
296
+ },
297
+ {
298
+ "name": "getIgmpByDevice",
299
+ "protocol": "REST",
300
+ "method": "GET",
301
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ont/{pathv2}/port/{pathv3}/ontstatus/igmp?{query}",
302
+ "requestSchema": "schema.json",
303
+ "responseSchema": "schema.json",
304
+ "timeout": 0,
305
+ "sendEmpty": false,
306
+ "sendGetBody": false,
307
+ "requestDatatype": "JSON",
308
+ "responseDatatype": "JSON",
309
+ "headers": {},
310
+ "responseObjects": [
311
+ {
312
+ "type": "default",
313
+ "key": "",
314
+ "mockFile": ""
315
+ }
316
+ ]
317
+ },
318
+ {
319
+ "name": "getL3intfcountersByDevice",
320
+ "protocol": "REST",
321
+ "method": "GET",
322
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ont/{pathv2}/port/{pathv3}/ontstatus/l3intfcounters?{query}",
323
+ "requestSchema": "schema.json",
324
+ "responseSchema": "schema.json",
325
+ "timeout": 0,
326
+ "sendEmpty": false,
327
+ "sendGetBody": false,
328
+ "requestDatatype": "JSON",
329
+ "responseDatatype": "JSON",
330
+ "headers": {},
331
+ "responseObjects": [
332
+ {
333
+ "type": "default",
334
+ "key": "",
335
+ "mockFile": ""
336
+ }
337
+ ]
338
+ },
339
+ {
340
+ "name": "getMffByDevice",
341
+ "protocol": "REST",
342
+ "method": "GET",
343
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ont/{pathv2}/port/{pathv3}/ontstatus/mff?{query}",
344
+ "requestSchema": "schema.json",
345
+ "responseSchema": "schema.json",
346
+ "timeout": 0,
347
+ "sendEmpty": false,
348
+ "sendGetBody": false,
349
+ "requestDatatype": "JSON",
350
+ "responseDatatype": "JSON",
351
+ "headers": {},
352
+ "responseObjects": [
353
+ {
354
+ "type": "default",
355
+ "key": "",
356
+ "mockFile": ""
357
+ }
358
+ ]
359
+ },
360
+ {
361
+ "name": "getModuleByDevice",
362
+ "protocol": "REST",
363
+ "method": "GET",
364
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ont/{pathv2}/port/{pathv3}/ontstatus/module?{query}",
365
+ "requestSchema": "schema.json",
366
+ "responseSchema": "schema.json",
367
+ "timeout": 0,
368
+ "sendEmpty": false,
369
+ "sendGetBody": false,
370
+ "requestDatatype": "JSON",
371
+ "responseDatatype": "JSON",
372
+ "headers": {},
373
+ "responseObjects": [
374
+ {
375
+ "type": "default",
376
+ "key": "",
377
+ "mockFile": ""
378
+ }
379
+ ]
380
+ },
381
+ {
382
+ "name": "getStatusByDevice12",
383
+ "protocol": "REST",
384
+ "method": "GET",
385
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ont/{pathv2}/port/{pathv3}/ontstatus/status?{query}",
386
+ "requestSchema": "schema.json",
387
+ "responseSchema": "schema.json",
388
+ "timeout": 0,
389
+ "sendEmpty": false,
390
+ "sendGetBody": false,
391
+ "requestDatatype": "JSON",
392
+ "responseDatatype": "JSON",
393
+ "headers": {},
394
+ "responseObjects": [
395
+ {
396
+ "type": "default",
397
+ "key": "",
398
+ "mockFile": ""
399
+ }
400
+ ]
401
+ },
402
+ {
403
+ "name": "getSubscriberByDevice",
404
+ "protocol": "REST",
405
+ "method": "GET",
406
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ont/{pathv2}/port/{pathv3}/ontstatus/subscriber?{query}",
407
+ "requestSchema": "schema.json",
408
+ "responseSchema": "schema.json",
409
+ "timeout": 0,
410
+ "sendEmpty": false,
411
+ "sendGetBody": false,
412
+ "requestDatatype": "JSON",
413
+ "responseDatatype": "JSON",
414
+ "headers": {},
415
+ "responseObjects": [
416
+ {
417
+ "type": "default",
418
+ "key": "",
419
+ "mockFile": ""
420
+ }
421
+ ]
422
+ },
423
+ {
424
+ "name": "getUrlredirectByDevice",
425
+ "protocol": "REST",
426
+ "method": "GET",
427
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ont/{pathv2}/port/{pathv3}/ontstatus/urlredirect?{query}",
428
+ "requestSchema": "schema.json",
429
+ "responseSchema": "schema.json",
430
+ "timeout": 0,
431
+ "sendEmpty": false,
432
+ "sendGetBody": false,
433
+ "requestDatatype": "JSON",
434
+ "responseDatatype": "JSON",
435
+ "headers": {},
436
+ "responseObjects": [
437
+ {
438
+ "type": "default",
439
+ "key": "",
440
+ "mockFile": ""
441
+ }
442
+ ]
443
+ },
444
+ {
445
+ "name": "getVlanByDevice3",
446
+ "protocol": "REST",
447
+ "method": "GET",
448
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ont/{pathv2}/port/{pathv3}/ontstatus/vlan?{query}",
449
+ "requestSchema": "schema.json",
450
+ "responseSchema": "schema.json",
451
+ "timeout": 0,
452
+ "sendEmpty": false,
453
+ "sendGetBody": false,
454
+ "requestDatatype": "JSON",
455
+ "responseDatatype": "JSON",
456
+ "headers": {},
457
+ "responseObjects": [
458
+ {
459
+ "type": "default",
460
+ "key": "",
461
+ "mockFile": ""
462
+ }
463
+ ]
464
+ },
465
+ {
466
+ "name": "getPotsTestResultsByDevice",
467
+ "protocol": "REST",
468
+ "method": "GET",
469
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ont/{pathv2}/port/{pathv3}/pots-test-results?{query}",
470
+ "requestSchema": "schema.json",
471
+ "responseSchema": "schema.json",
472
+ "timeout": 0,
473
+ "sendEmpty": false,
474
+ "sendGetBody": false,
475
+ "requestDatatype": "JSON",
476
+ "responseDatatype": "JSON",
477
+ "headers": {},
478
+ "responseObjects": [
479
+ {
480
+ "type": "default",
481
+ "key": "",
482
+ "mockFile": ""
483
+ }
484
+ ]
485
+ },
486
+ {
487
+ "name": "getPotsstatusByDevice",
488
+ "protocol": "REST",
489
+ "method": "GET",
490
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ont/{pathv2}/port/{pathv3}/potsstatus/{pathv4}?{query}",
491
+ "requestSchema": "schema.json",
492
+ "responseSchema": "schema.json",
493
+ "timeout": 0,
494
+ "sendEmpty": false,
495
+ "sendGetBody": false,
496
+ "requestDatatype": "JSON",
497
+ "responseDatatype": "JSON",
498
+ "headers": {},
499
+ "responseObjects": [
500
+ {
501
+ "type": "default",
502
+ "key": "",
503
+ "mockFile": ""
504
+ }
505
+ ]
506
+ },
507
+ {
508
+ "name": "getStatusByDevice13",
509
+ "protocol": "REST",
510
+ "method": "GET",
511
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ont/{pathv2}/port/{pathv3}/status?{query}",
512
+ "requestSchema": "schema.json",
513
+ "responseSchema": "schema.json",
514
+ "timeout": 0,
515
+ "sendEmpty": false,
516
+ "sendGetBody": false,
517
+ "requestDatatype": "JSON",
518
+ "responseDatatype": "JSON",
519
+ "headers": {},
520
+ "responseObjects": [
521
+ {
522
+ "type": "default",
523
+ "key": "",
524
+ "mockFile": ""
525
+ }
526
+ ]
527
+ },
528
+ {
529
+ "name": "getSubscriberStateByDevice",
530
+ "protocol": "REST",
531
+ "method": "GET",
532
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ont/{pathv2}/port/{pathv3}/subscriber-state?{query}",
533
+ "requestSchema": "schema.json",
534
+ "responseSchema": "schema.json",
535
+ "timeout": 0,
536
+ "sendEmpty": false,
537
+ "sendGetBody": false,
538
+ "requestDatatype": "JSON",
539
+ "responseDatatype": "JSON",
540
+ "headers": {},
541
+ "responseObjects": [
542
+ {
543
+ "type": "default",
544
+ "key": "",
545
+ "mockFile": ""
546
+ }
547
+ ]
548
+ },
549
+ {
550
+ "name": "getTestByDevice",
551
+ "protocol": "REST",
552
+ "method": "GET",
553
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ont/{pathv2}/port/{pathv3}/test/{pathv4}?{query}",
554
+ "requestSchema": "schema.json",
555
+ "responseSchema": "schema.json",
556
+ "timeout": 0,
557
+ "sendEmpty": false,
558
+ "sendGetBody": false,
559
+ "requestDatatype": "JSON",
560
+ "responseDatatype": "JSON",
561
+ "headers": {},
562
+ "responseObjects": [
563
+ {
564
+ "type": "default",
565
+ "key": "",
566
+ "mockFile": ""
567
+ }
568
+ ]
569
+ },
570
+ {
571
+ "name": "getMegByDevice1",
572
+ "protocol": "REST",
573
+ "method": "GET",
574
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ont/{pathv2}/port/{pathv3}/vlan/{pathv4}/c-vlan/{pathv5}/ontstatus/meg?{query}",
575
+ "requestSchema": "schema.json",
576
+ "responseSchema": "schema.json",
577
+ "timeout": 0,
578
+ "sendEmpty": false,
579
+ "sendGetBody": false,
580
+ "requestDatatype": "JSON",
581
+ "responseDatatype": "JSON",
582
+ "headers": {},
583
+ "responseObjects": [
584
+ {
585
+ "type": "default",
586
+ "key": "",
587
+ "mockFile": ""
588
+ }
589
+ ]
590
+ },
591
+ {
592
+ "name": "getStatusByDevice14",
593
+ "protocol": "REST",
594
+ "method": "GET",
595
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ont/{pathv2}/status?{query}",
596
+ "requestSchema": "schema.json",
597
+ "responseSchema": "schema.json",
598
+ "timeout": 0,
599
+ "sendEmpty": false,
600
+ "sendGetBody": false,
601
+ "requestDatatype": "JSON",
602
+ "responseDatatype": "JSON",
603
+ "headers": {},
604
+ "responseObjects": [
605
+ {
606
+ "type": "default",
607
+ "key": "",
608
+ "mockFile": ""
609
+ }
610
+ ]
611
+ },
612
+ {
613
+ "name": "getOntupgradesummaryByDevice",
614
+ "protocol": "REST",
615
+ "method": "GET",
616
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ontupgradesummary?{query}",
617
+ "requestSchema": "schema.json",
618
+ "responseSchema": "schema.json",
619
+ "timeout": 0,
620
+ "sendEmpty": false,
621
+ "sendGetBody": false,
622
+ "requestDatatype": "JSON",
623
+ "responseDatatype": "JSON",
624
+ "headers": {},
625
+ "responseObjects": [
626
+ {
627
+ "type": "default",
628
+ "key": "",
629
+ "mockFile": ""
630
+ }
631
+ ]
632
+ },
633
+ {
634
+ "name": "getStatusByDevice15",
635
+ "protocol": "REST",
636
+ "method": "GET",
637
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/ponstatus/shelf/{pathv2}/slot/{pathv3}/port/{pathv4}/status?{query}",
638
+ "requestSchema": "schema.json",
639
+ "responseSchema": "schema.json",
640
+ "timeout": 0,
641
+ "sendEmpty": false,
642
+ "sendGetBody": false,
643
+ "requestDatatype": "JSON",
644
+ "responseDatatype": "JSON",
645
+ "headers": {},
646
+ "responseObjects": [
647
+ {
648
+ "type": "default",
649
+ "key": "",
650
+ "mockFile": ""
651
+ }
652
+ ]
653
+ },
654
+ {
655
+ "name": "getAccessgroupByDevice",
656
+ "protocol": "REST",
657
+ "method": "GET",
658
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/shelf/{pathv2}/slot/{pathv3}/port/{pathv4}/ethstatus/accessgroup?{query}",
659
+ "requestSchema": "schema.json",
660
+ "responseSchema": "schema.json",
661
+ "timeout": 0,
662
+ "sendEmpty": false,
663
+ "sendGetBody": false,
664
+ "requestDatatype": "JSON",
665
+ "responseDatatype": "JSON",
666
+ "headers": {},
667
+ "responseObjects": [
668
+ {
669
+ "type": "default",
670
+ "key": "",
671
+ "mockFile": ""
672
+ }
673
+ ]
674
+ },
675
+ {
676
+ "name": "getConfigurationByDevice",
677
+ "protocol": "REST",
678
+ "method": "GET",
679
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/shelf/{pathv2}/slot/{pathv3}/port/{pathv4}/ethstatus/configuration?{query}",
680
+ "requestSchema": "schema.json",
681
+ "responseSchema": "schema.json",
682
+ "timeout": 0,
683
+ "sendEmpty": false,
684
+ "sendGetBody": false,
685
+ "requestDatatype": "JSON",
686
+ "responseDatatype": "JSON",
687
+ "headers": {},
688
+ "responseObjects": [
689
+ {
690
+ "type": "default",
691
+ "key": "",
692
+ "mockFile": ""
693
+ }
694
+ ]
695
+ },
696
+ {
697
+ "name": "getCountersByDevice1",
698
+ "protocol": "REST",
699
+ "method": "GET",
700
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/shelf/{pathv2}/slot/{pathv3}/port/{pathv4}/ethstatus/counters?{query}",
701
+ "requestSchema": "schema.json",
702
+ "responseSchema": "schema.json",
703
+ "timeout": 0,
704
+ "sendEmpty": false,
705
+ "sendGetBody": false,
706
+ "requestDatatype": "JSON",
707
+ "responseDatatype": "JSON",
708
+ "headers": {},
709
+ "responseObjects": [
710
+ {
711
+ "type": "default",
712
+ "key": "",
713
+ "mockFile": ""
714
+ }
715
+ ]
716
+ },
717
+ {
718
+ "name": "getDwdmMapByDevice",
719
+ "protocol": "REST",
720
+ "method": "GET",
721
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/shelf/{pathv2}/slot/{pathv3}/port/{pathv4}/ethstatus/dwdm-map?{query}",
722
+ "requestSchema": "schema.json",
723
+ "responseSchema": "schema.json",
724
+ "timeout": 0,
725
+ "sendEmpty": false,
726
+ "sendGetBody": false,
727
+ "requestDatatype": "JSON",
728
+ "responseDatatype": "JSON",
729
+ "headers": {},
730
+ "responseObjects": [
731
+ {
732
+ "type": "default",
733
+ "key": "",
734
+ "mockFile": ""
735
+ }
736
+ ]
737
+ },
738
+ {
739
+ "name": "getHistoryByDevice",
740
+ "protocol": "REST",
741
+ "method": "GET",
742
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/shelf/{pathv2}/slot/{pathv3}/port/{pathv4}/ethstatus/history?{query}",
743
+ "requestSchema": "schema.json",
744
+ "responseSchema": "schema.json",
745
+ "timeout": 0,
746
+ "sendEmpty": false,
747
+ "sendGetBody": false,
748
+ "requestDatatype": "JSON",
749
+ "responseDatatype": "JSON",
750
+ "headers": {},
751
+ "responseObjects": [
752
+ {
753
+ "type": "default",
754
+ "key": "",
755
+ "mockFile": ""
756
+ }
757
+ ]
758
+ },
759
+ {
760
+ "name": "getModuleByDevice1",
761
+ "protocol": "REST",
762
+ "method": "GET",
763
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/shelf/{pathv2}/slot/{pathv3}/port/{pathv4}/ethstatus/module?{query}",
764
+ "requestSchema": "schema.json",
765
+ "responseSchema": "schema.json",
766
+ "timeout": 0,
767
+ "sendEmpty": false,
768
+ "sendGetBody": false,
769
+ "requestDatatype": "JSON",
770
+ "responseDatatype": "JSON",
771
+ "headers": {},
772
+ "responseObjects": [
773
+ {
774
+ "type": "default",
775
+ "key": "",
776
+ "mockFile": ""
777
+ }
778
+ ]
779
+ },
780
+ {
781
+ "name": "getQosByDevice",
782
+ "protocol": "REST",
783
+ "method": "GET",
784
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/shelf/{pathv2}/slot/{pathv3}/port/{pathv4}/ethstatus/qos?{query}",
785
+ "requestSchema": "schema.json",
786
+ "responseSchema": "schema.json",
787
+ "timeout": 0,
788
+ "sendEmpty": false,
789
+ "sendGetBody": false,
790
+ "requestDatatype": "JSON",
791
+ "responseDatatype": "JSON",
792
+ "headers": {},
793
+ "responseObjects": [
794
+ {
795
+ "type": "default",
796
+ "key": "",
797
+ "mockFile": ""
798
+ }
799
+ ]
800
+ },
801
+ {
802
+ "name": "getServicesByDevice",
803
+ "protocol": "REST",
804
+ "method": "GET",
805
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/shelf/{pathv2}/slot/{pathv3}/port/{pathv4}/ethstatus/services?{query}",
806
+ "requestSchema": "schema.json",
807
+ "responseSchema": "schema.json",
808
+ "timeout": 0,
809
+ "sendEmpty": false,
810
+ "sendGetBody": false,
811
+ "requestDatatype": "JSON",
812
+ "responseDatatype": "JSON",
813
+ "headers": {},
814
+ "responseObjects": [
815
+ {
816
+ "type": "default",
817
+ "key": "",
818
+ "mockFile": ""
819
+ }
820
+ ]
821
+ },
822
+ {
823
+ "name": "getStatusByDevice16",
824
+ "protocol": "REST",
825
+ "method": "GET",
826
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/shelf/{pathv2}/slot/{pathv3}/port/{pathv4}/ethstatus/status?{query}",
827
+ "requestSchema": "schema.json",
828
+ "responseSchema": "schema.json",
829
+ "timeout": 0,
830
+ "sendEmpty": false,
831
+ "sendGetBody": false,
832
+ "requestDatatype": "JSON",
833
+ "responseDatatype": "JSON",
834
+ "headers": {},
835
+ "responseObjects": [
836
+ {
837
+ "type": "default",
838
+ "key": "",
839
+ "mockFile": ""
840
+ }
841
+ ]
842
+ },
843
+ {
844
+ "name": "getStatusByDevice17",
845
+ "protocol": "REST",
846
+ "method": "GET",
847
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/shelf/{pathv2}/slot/{pathv3}/port/{pathv4}/status?{query}",
848
+ "requestSchema": "schema.json",
849
+ "responseSchema": "schema.json",
850
+ "timeout": 0,
851
+ "sendEmpty": false,
852
+ "sendGetBody": false,
853
+ "requestDatatype": "JSON",
854
+ "responseDatatype": "JSON",
855
+ "headers": {},
856
+ "responseObjects": [
857
+ {
858
+ "type": "default",
859
+ "key": "",
860
+ "mockFile": ""
861
+ }
862
+ ]
863
+ },
864
+ {
865
+ "name": "getBandwidthByDevice",
866
+ "protocol": "REST",
867
+ "method": "GET",
868
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/shelf/{pathv2}/slot/{pathv3}/port/{pathv4}/status/bandwidth?{query}",
869
+ "requestSchema": "schema.json",
870
+ "responseSchema": "schema.json",
871
+ "timeout": 0,
872
+ "sendEmpty": false,
873
+ "sendGetBody": false,
874
+ "requestDatatype": "JSON",
875
+ "responseDatatype": "JSON",
876
+ "headers": {},
877
+ "responseObjects": [
878
+ {
879
+ "type": "default",
880
+ "key": "",
881
+ "mockFile": ""
882
+ }
883
+ ]
884
+ },
885
+ {
886
+ "name": "getCountersByDevice2",
887
+ "protocol": "REST",
888
+ "method": "GET",
889
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/shelf/{pathv2}/slot/{pathv3}/port/{pathv4}/status/counters?{query}",
890
+ "requestSchema": "schema.json",
891
+ "responseSchema": "schema.json",
892
+ "timeout": 0,
893
+ "sendEmpty": false,
894
+ "sendGetBody": false,
895
+ "requestDatatype": "JSON",
896
+ "responseDatatype": "JSON",
897
+ "headers": {},
898
+ "responseObjects": [
899
+ {
900
+ "type": "default",
901
+ "key": "",
902
+ "mockFile": ""
903
+ }
904
+ ]
905
+ },
906
+ {
907
+ "name": "getDiscoveredontsByDevice",
908
+ "protocol": "REST",
909
+ "method": "GET",
910
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/shelf/{pathv2}/slot/{pathv3}/port/{pathv4}/status/discoveredonts?{query}",
911
+ "requestSchema": "schema.json",
912
+ "responseSchema": "schema.json",
913
+ "timeout": 0,
914
+ "sendEmpty": false,
915
+ "sendGetBody": false,
916
+ "requestDatatype": "JSON",
917
+ "responseDatatype": "JSON",
918
+ "headers": {},
919
+ "responseObjects": [
920
+ {
921
+ "type": "default",
922
+ "key": "",
923
+ "mockFile": ""
924
+ }
925
+ ]
926
+ },
927
+ {
928
+ "name": "getModuleByDevice2",
929
+ "protocol": "REST",
930
+ "method": "GET",
931
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/shelf/{pathv2}/slot/{pathv3}/port/{pathv4}/status/module?{query}",
932
+ "requestSchema": "schema.json",
933
+ "responseSchema": "schema.json",
934
+ "timeout": 0,
935
+ "sendEmpty": false,
936
+ "sendGetBody": false,
937
+ "requestDatatype": "JSON",
938
+ "responseDatatype": "JSON",
939
+ "headers": {},
940
+ "responseObjects": [
941
+ {
942
+ "type": "default",
943
+ "key": "",
944
+ "mockFile": ""
945
+ }
946
+ ]
947
+ },
948
+ {
949
+ "name": "getRangedontsByDevice",
950
+ "protocol": "REST",
951
+ "method": "GET",
952
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/shelf/{pathv2}/slot/{pathv3}/port/{pathv4}/status/rangedonts/{pathv5}?{query}",
953
+ "requestSchema": "schema.json",
954
+ "responseSchema": "schema.json",
955
+ "timeout": 0,
956
+ "sendEmpty": false,
957
+ "sendGetBody": false,
958
+ "requestDatatype": "JSON",
959
+ "responseDatatype": "JSON",
960
+ "headers": {},
961
+ "responseObjects": [
962
+ {
963
+ "type": "default",
964
+ "key": "",
965
+ "mockFile": ""
966
+ }
967
+ ]
968
+ },
969
+ {
970
+ "name": "getTransportTypeInfoByDevice",
971
+ "protocol": "REST",
972
+ "method": "GET",
973
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/shelf/{pathv2}/slot/{pathv3}/port/{pathv4}/status/transport-type-info?{query}",
974
+ "requestSchema": "schema.json",
975
+ "responseSchema": "schema.json",
976
+ "timeout": 0,
977
+ "sendEmpty": false,
978
+ "sendGetBody": false,
979
+ "requestDatatype": "JSON",
980
+ "responseDatatype": "JSON",
981
+ "headers": {},
982
+ "responseObjects": [
983
+ {
984
+ "type": "default",
985
+ "key": "",
986
+ "mockFile": ""
987
+ }
988
+ ]
989
+ },
990
+ {
991
+ "name": "getUsageByDevice",
992
+ "protocol": "REST",
993
+ "method": "GET",
994
+ "entitypath": "{base_path}/{version}/performance/device/{pathv1}/shelf/{pathv2}/slot/{pathv3}/port/{pathv4}/status/usage?{query}",
995
+ "requestSchema": "schema.json",
996
+ "responseSchema": "schema.json",
997
+ "timeout": 0,
998
+ "sendEmpty": false,
999
+ "sendGetBody": false,
1000
+ "requestDatatype": "JSON",
1001
+ "responseDatatype": "JSON",
1002
+ "headers": {},
1003
+ "responseObjects": [
1004
+ {
1005
+ "type": "default",
1006
+ "key": "",
1007
+ "mockFile": ""
1008
+ }
1009
+ ]
1010
+ },
1011
+ {
1012
+ "name": "updateBulkOperations",
1013
+ "protocol": "REST",
1014
+ "method": "PUT",
1015
+ "entitypath": "{base_path}/{version}/performance/sync/device/asm-subscriber-status/bulkOperations?{query}",
1016
+ "requestSchema": "schema.json",
1017
+ "responseSchema": "schema.json",
1018
+ "timeout": 0,
1019
+ "sendEmpty": false,
1020
+ "requestDatatype": "JSON",
1021
+ "responseDatatype": "JSON",
1022
+ "headers": {},
1023
+ "responseObjects": [
1024
+ {
1025
+ "type": "default",
1026
+ "key": "",
1027
+ "mockFile": ""
1028
+ }
1029
+ ]
1030
+ },
1031
+ {
1032
+ "name": "getAsmSubscriberStatusByDevice",
1033
+ "protocol": "REST",
1034
+ "method": "GET",
1035
+ "entitypath": "{base_path}/{version}/performance/sync/device/{pathv1}/asm-subscriber-status?{query}",
1036
+ "requestSchema": "schema.json",
1037
+ "responseSchema": "schema.json",
1038
+ "timeout": 0,
1039
+ "sendEmpty": false,
1040
+ "sendGetBody": false,
1041
+ "requestDatatype": "JSON",
1042
+ "responseDatatype": "JSON",
1043
+ "headers": {},
1044
+ "responseObjects": [
1045
+ {
1046
+ "type": "default",
1047
+ "key": "",
1048
+ "mockFile": ""
1049
+ }
1050
+ ]
1051
+ },
1052
+ {
1053
+ "name": "getVlanByDevice4",
1054
+ "protocol": "REST",
1055
+ "method": "GET",
1056
+ "entitypath": "{base_path}/{version}/performance/sync/device/{pathv1}/ont/{pathv2}/port/{pathv3}/vlan/{pathv4}?{query}",
1057
+ "requestSchema": "schema.json",
1058
+ "responseSchema": "schema.json",
1059
+ "timeout": 0,
1060
+ "sendEmpty": false,
1061
+ "sendGetBody": false,
1062
+ "requestDatatype": "JSON",
1063
+ "responseDatatype": "JSON",
1064
+ "headers": {},
1065
+ "responseObjects": [
1066
+ {
1067
+ "type": "default",
1068
+ "key": "",
1069
+ "mockFile": ""
1070
+ }
1071
+ ]
1072
+ },
1073
+ {
1074
+ "name": "updateNumShowByDevice",
1075
+ "protocol": "REST",
1076
+ "method": "PUT",
1077
+ "entitypath": "{base_path}/{version}/pm/device/{pathv1}/interface/g/{pathv2}/performance-monitoring/bin-or-interval/{pathv3}/bin-duration/{pathv4}/num-back/{pathv5}/num-show/{pathv6}?{query}",
1078
+ "requestSchema": "schema.json",
1079
+ "responseSchema": "schema.json",
1080
+ "timeout": 0,
1081
+ "sendEmpty": false,
1082
+ "requestDatatype": "JSON",
1083
+ "responseDatatype": "JSON",
1084
+ "headers": {},
1085
+ "responseObjects": [
1086
+ {
1087
+ "type": "default",
1088
+ "key": "",
1089
+ "mockFile": ""
1090
+ }
1091
+ ]
1092
+ },
1093
+ {
1094
+ "name": "updateNumShowByDevice1",
1095
+ "protocol": "REST",
1096
+ "method": "PUT",
1097
+ "entitypath": "{base_path}/{version}/pm/device/{pathv1}/interface/gfast/{pathv2}/performance-monitoring/bin-or-interval/{pathv3}/bin-duration/{pathv4}/num-back/{pathv5}/num-show/{pathv6}?{query}",
1098
+ "requestSchema": "schema.json",
1099
+ "responseSchema": "schema.json",
1100
+ "timeout": 0,
1101
+ "sendEmpty": false,
1102
+ "requestDatatype": "JSON",
1103
+ "responseDatatype": "JSON",
1104
+ "headers": {},
1105
+ "responseObjects": [
1106
+ {
1107
+ "type": "default",
1108
+ "key": "",
1109
+ "mockFile": ""
1110
+ }
1111
+ ]
1112
+ }
1113
+ ]
1114
+ }