@itentialopensource/adapter-viptela 0.9.0 → 0.10.2

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 (145) hide show
  1. package/AUTH.md +39 -0
  2. package/BROKER.md +199 -0
  3. package/CALLS.md +169 -0
  4. package/CHANGELOG.md +74 -29
  5. package/CODE_OF_CONDUCT.md +12 -17
  6. package/CONTRIBUTING.md +88 -74
  7. package/ENHANCE.md +69 -0
  8. package/PROPERTIES.md +641 -0
  9. package/README.md +221 -571
  10. package/SUMMARY.md +9 -0
  11. package/SYSTEMINFO.md +11 -0
  12. package/TROUBLESHOOT.md +47 -0
  13. package/adapter.js +34443 -1655
  14. package/adapterBase.js +1006 -252
  15. package/entities/.generic/action.json +105 -0
  16. package/entities/.generic/schema.json +6 -1
  17. package/entities/AdministrationAuditLog/action.json +252 -0
  18. package/entities/AdministrationAuditLog/schema.json +30 -0
  19. package/entities/AdministrationUserAndGroup/action.json +533 -0
  20. package/entities/AdministrationUserAndGroup/mockdatafiles/findUserGroups-default.json +4 -0
  21. package/entities/AdministrationUserAndGroup/mockdatafiles/findUserGroupsAsKeyValue-default.json +5 -0
  22. package/entities/AdministrationUserAndGroup/mockdatafiles/findUsers-default.json +3 -0
  23. package/entities/AdministrationUserAndGroup/mockdatafiles/getColoGroups-default.json +6 -0
  24. package/entities/AdministrationUserAndGroup/mockdatafiles/getVpnGroups-default.json +5 -0
  25. package/entities/AdministrationUserAndGroup/schema.json +44 -0
  26. package/entities/CertificateManagementDevice/action.json +517 -0
  27. package/entities/CertificateManagementDevice/mockdatafiles/getRootCertChains-default.json +3 -0
  28. package/entities/CertificateManagementDevice/schema.json +43 -0
  29. package/entities/ClusterManagement/action.json +477 -0
  30. package/entities/ClusterManagement/mockdatafiles/getConfiguredIPList-default.json +5 -0
  31. package/entities/ClusterManagement/mockdatafiles/getConnectedDevices-default.json +3 -0
  32. package/entities/ClusterManagement/mockdatafiles/getConnectedDevicesPerTenant-default.json +3 -0
  33. package/entities/ClusterManagement/mockdatafiles/getTenantsList-default.json +4 -0
  34. package/entities/ClusterManagement/mockdatafiles/listVmanages-default.json +4 -0
  35. package/entities/ClusterManagement/schema.json +41 -0
  36. package/entities/ColocationCluster/action.json +229 -0
  37. package/entities/ColocationCluster/schema.json +29 -0
  38. package/entities/ColocationServiceChain/action.json +86 -0
  39. package/entities/ColocationServiceChain/mockdatafiles/getEdgeDevices-default.json +5 -0
  40. package/entities/ColocationServiceChain/mockdatafiles/getpnfDevices-default.json +5 -0
  41. package/entities/ColocationServiceChain/schema.json +22 -0
  42. package/entities/ColocationServiceGroup/action.json +148 -0
  43. package/entities/ColocationServiceGroup/mockdatafiles/getAvailableChains-default.json +6 -0
  44. package/entities/ColocationServiceGroup/schema.json +25 -0
  45. package/entities/ConfigurationDisasterRecovery/action.json +696 -0
  46. package/entities/ConfigurationDisasterRecovery/mockdatafiles/downloadReplicationData-default.json +5 -0
  47. package/entities/ConfigurationDisasterRecovery/mockdatafiles/getDisasterRecoveryStatus-default.json +6 -0
  48. package/entities/ConfigurationDisasterRecovery/mockdatafiles/getLocalDataCenterState-default.json +6 -0
  49. package/entities/ConfigurationDisasterRecovery/mockdatafiles/getReachabilityInfo-default.json +5 -0
  50. package/entities/ConfigurationDisasterRecovery/mockdatafiles/getRemoteDCMembersState-default.json +3 -0
  51. package/entities/ConfigurationDisasterRecovery/mockdatafiles/getRemoteDataCenterState-default.json +6 -0
  52. package/entities/ConfigurationDisasterRecovery/schema.json +52 -0
  53. package/entities/ConfigurationFeatureList/action.json +46 -0
  54. package/entities/ConfigurationFeatureList/schema.json +20 -0
  55. package/entities/CreateABackupSnapshot/action.json +24 -0
  56. package/entities/CreateABackupSnapshot/schema.json +19 -0
  57. package/entities/DataCollectionAgent/action.json +470 -0
  58. package/entities/DataCollectionAgent/mockdatafiles/getTemplatePolicyDefinitionsDCA-default.json +5 -0
  59. package/entities/DataCollectionAgent/mockdatafiles/getVPNListsDCA-default.json +3 -0
  60. package/entities/DataCollectionAgent/mockdatafiles/getVedgeTemplateListDCA-default.json +6 -0
  61. package/entities/DataCollectionAgent/mockdatafiles/getVsmartTemplateListDCA-default.json +5 -0
  62. package/entities/DataCollectionAgent/mockdatafiles/listAllDevicesDCA-default.json +5 -0
  63. package/entities/DataCollectionAgent/schema.json +41 -0
  64. package/entities/DeviceActions/action.json +243 -0
  65. package/entities/DeviceActions/mockdatafiles/generateSecurityDevicesList-default.json +5 -0
  66. package/entities/DeviceActions/schema.json +13 -1
  67. package/entities/DeviceConfigHistory/action.json +294 -0
  68. package/entities/DeviceConfigHistory/schema.json +32 -0
  69. package/entities/MonitoringAlarmsDetails/action.json +684 -0
  70. package/entities/MonitoringAlarmsDetails/mockdatafiles/listDisabledAlarm-default.json +5 -0
  71. package/entities/MonitoringAlarmsDetails/schema.json +51 -0
  72. package/entities/MonitoringColocationCluster/action.json +360 -0
  73. package/entities/MonitoringColocationCluster/mockdatafiles/getClusterConfigByClusterId-default.json +3 -0
  74. package/entities/MonitoringColocationCluster/mockdatafiles/getClusterPortMappingByClusterId-default.json +3 -0
  75. package/entities/MonitoringColocationCluster/mockdatafiles/getPNFConfig-default.json +3 -0
  76. package/entities/MonitoringColocationCluster/mockdatafiles/getServiceGroupByClusterId-default.json +3 -0
  77. package/entities/MonitoringColocationCluster/mockdatafiles/getSystemStatusByDeviceId-default.json +6 -0
  78. package/entities/MonitoringColocationCluster/mockdatafiles/getVNFAlarmCount-default.json +6 -0
  79. package/entities/MonitoringColocationCluster/mockdatafiles/getVNFEventsCountDetail-default.json +4 -0
  80. package/entities/MonitoringColocationCluster/mockdatafiles/getVNFEventsDetail-default.json +3 -0
  81. package/entities/MonitoringColocationCluster/mockdatafiles/getVNFInterfaceDetail-default.json +3 -0
  82. package/entities/MonitoringColocationCluster/mockdatafiles/getpnfDetails-default.json +5 -0
  83. package/entities/MonitoringColocationCluster/mockdatafiles/getvnfByDeviceId-default.json +4 -0
  84. package/entities/MonitoringColocationCluster/mockdatafiles/listNetworkFunctionMap-default.json +3 -0
  85. package/entities/MonitoringColocationCluster/schema.json +35 -0
  86. package/entities/MonitoringDeviceDetails/action.json +40 -0
  87. package/entities/MonitoringDeviceDetails/schema.json +3 -1
  88. package/entities/MonitoringDeviceStatisticsDetails/action.json +109 -0
  89. package/entities/MonitoringDeviceStatisticsDetails/mockdatafiles/generateDeviceStatisticsData-default.json +3 -0
  90. package/entities/MonitoringDeviceStatisticsDetails/mockdatafiles/getActiveAlarms-default.json +5 -0
  91. package/entities/MonitoringDeviceStatisticsDetails/mockdatafiles/getStatDataFieldsByStateDataType-default.json +6 -0
  92. package/entities/MonitoringDeviceStatisticsDetails/mockdatafiles/getStatisticsType-default.json +4 -0
  93. package/entities/MonitoringDeviceStatisticsDetails/schema.json +23 -0
  94. package/entities/MonitoringEvents/action.json +378 -0
  95. package/entities/MonitoringEvents/mockdatafiles/getComponentsAsKeyValue-default.json +4 -0
  96. package/entities/MonitoringEvents/mockdatafiles/getEventTypesAsKeyValue-default.json +3 -0
  97. package/entities/MonitoringEvents/schema.json +36 -0
  98. package/entities/RealTimeMonitoringAAA/action.json +109 -0
  99. package/entities/RealTimeMonitoringAAA/mockdatafiles/getAllDeviceUsers-default.json +5 -0
  100. package/entities/RealTimeMonitoringAAA/mockdatafiles/getUsersFromDevice-default.json +6 -0
  101. package/entities/RealTimeMonitoringAAA/schema.json +23 -0
  102. package/entities/SSLProxyCertificateManagementDevice/action.json +494 -0
  103. package/entities/SSLProxyCertificateManagementDevice/mockdatafiles/getSslProxyList-default.json +4 -0
  104. package/entities/SSLProxyCertificateManagementDevice/schema.json +42 -0
  105. package/entities/ScheduledBackupRestore/action.json +189 -0
  106. package/entities/ScheduledBackupRestore/schema.json +27 -0
  107. package/entities/SystemCloudService/action.json +313 -0
  108. package/entities/SystemCloudService/schema.json +33 -0
  109. package/entities/SystemContainer/action.json +189 -0
  110. package/entities/SystemContainer/mockdatafiles/getCustomApp-default.json +3 -0
  111. package/entities/SystemContainer/schema.json +27 -0
  112. package/entities/TroubleshootingToolsDashboard/action.json +128 -0
  113. package/entities/TroubleshootingToolsDashboard/schema.json +24 -0
  114. package/entities/TroubleshootingToolsDeviceConnectivity/action.json +288 -0
  115. package/entities/TroubleshootingToolsDeviceConnectivity/schema.json +32 -0
  116. package/entities/TroubleshootingToolsDeviceSoftwarePackage/action.json +85 -0
  117. package/entities/TroubleshootingToolsDeviceSoftwarePackage/schema.json +22 -0
  118. package/entities/TroubleshootingToolsDeviceSoftwareUpdate/action.json +86 -0
  119. package/entities/TroubleshootingToolsDeviceSoftwareUpdate/schema.json +22 -0
  120. package/entities/TroubleshootingToolsDiagnostics/action.json +977 -0
  121. package/entities/TroubleshootingToolsDiagnostics/schema.json +65 -0
  122. package/entities/TroubleshootingToolsSoftwareActions/action.json +232 -0
  123. package/entities/TroubleshootingToolsSoftwareActions/mockdatafiles/findSoftwareImages-default.json +6 -0
  124. package/entities/TroubleshootingToolsSoftwareActions/mockdatafiles/findSoftwareImagesWithFilters-default.json +5 -0
  125. package/entities/TroubleshootingToolsSoftwareActions/schema.json +29 -0
  126. package/error.json +6 -0
  127. package/package.json +7 -5
  128. package/pronghorn.json +15511 -1652
  129. package/propertiesDecorators.json +14 -0
  130. package/propertiesSchema.json +421 -0
  131. package/refs?service=git-upload-pack +0 -0
  132. package/report/adapterInfo.json +10 -0
  133. package/report/updateReport1651360586947.json +114 -0
  134. package/report/updateReport1652490573359.json +120 -0
  135. package/sampleProperties.json +83 -1
  136. package/test/integration/adapterTestBasicGet.js +1 -1
  137. package/test/integration/adapterTestIntegration.js +10668 -107
  138. package/test/unit/adapterBaseTestUnit.js +30 -25
  139. package/test/unit/adapterTestUnit.js +8086 -177
  140. package/utils/adapterInfo.js +206 -0
  141. package/utils/entitiesToDB.js +12 -57
  142. package/utils/pre-commit.sh +3 -0
  143. package/utils/tbScript.js +35 -20
  144. package/utils/tbUtils.js +49 -31
  145. package/utils/testRunner.js +16 -16
@@ -0,0 +1,977 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "getDBSchema",
5
+ "protocol": "REST",
6
+ "method": "GET",
7
+ "entitypath": "{base_path}/{version}/diagnostics/dbschema?{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": "getThreadPools",
26
+ "protocol": "REST",
27
+ "method": "GET",
28
+ "entitypath": "{base_path}/{version}/diagnostics/threadpools?{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": "getStatDataRawData23",
47
+ "protocol": "REST",
48
+ "method": "GET",
49
+ "entitypath": "{base_path}/{version}/statistics/speedtest?{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": "getStatsRawData23",
68
+ "protocol": "REST",
69
+ "method": "POST",
70
+ "entitypath": "{base_path}/{version}/statistics/speedtest?{query}",
71
+ "requestSchema": "schema.json",
72
+ "responseSchema": "schema.json",
73
+ "timeout": 0,
74
+ "sendEmpty": false,
75
+ "requestDatatype": "JSON",
76
+ "responseDatatype": "JSON",
77
+ "headers": {},
78
+ "responseObjects": [
79
+ {
80
+ "type": "default",
81
+ "key": "",
82
+ "mockFile": ""
83
+ }
84
+ ]
85
+ },
86
+ {
87
+ "name": "getAggregationDataByQuery23",
88
+ "protocol": "REST",
89
+ "method": "GET",
90
+ "entitypath": "{base_path}/{version}/statistics/speedtest/aggregation?{query}",
91
+ "requestSchema": "schema.json",
92
+ "responseSchema": "schema.json",
93
+ "timeout": 0,
94
+ "sendEmpty": false,
95
+ "sendGetBody": false,
96
+ "requestDatatype": "JSON",
97
+ "responseDatatype": "JSON",
98
+ "headers": {},
99
+ "responseObjects": [
100
+ {
101
+ "type": "default",
102
+ "key": "",
103
+ "mockFile": ""
104
+ }
105
+ ]
106
+ },
107
+ {
108
+ "name": "getPostAggregationDataByQuery22",
109
+ "protocol": "REST",
110
+ "method": "POST",
111
+ "entitypath": "{base_path}/{version}/statistics/speedtest/aggregation?{query}",
112
+ "requestSchema": "schema.json",
113
+ "responseSchema": "schema.json",
114
+ "timeout": 0,
115
+ "sendEmpty": false,
116
+ "requestDatatype": "JSON",
117
+ "responseDatatype": "JSON",
118
+ "headers": {},
119
+ "responseObjects": [
120
+ {
121
+ "type": "default",
122
+ "key": "",
123
+ "mockFile": ""
124
+ }
125
+ ]
126
+ },
127
+ {
128
+ "name": "getStatDataRawDataAsCSV23",
129
+ "protocol": "REST",
130
+ "method": "GET",
131
+ "entitypath": "{base_path}/{version}/statistics/speedtest/csv?{query}",
132
+ "requestSchema": "schema.json",
133
+ "responseSchema": "schema.json",
134
+ "timeout": 0,
135
+ "sendEmpty": false,
136
+ "sendGetBody": false,
137
+ "requestDatatype": "JSON",
138
+ "responseDatatype": "JSON",
139
+ "headers": {},
140
+ "responseObjects": [
141
+ {
142
+ "type": "default",
143
+ "key": "",
144
+ "mockFile": ""
145
+ }
146
+ ]
147
+ },
148
+ {
149
+ "name": "getCount25",
150
+ "protocol": "REST",
151
+ "method": "GET",
152
+ "entitypath": "{base_path}/{version}/statistics/speedtest/doccount?{query}",
153
+ "requestSchema": "schema.json",
154
+ "responseSchema": "schema.json",
155
+ "timeout": 0,
156
+ "sendEmpty": false,
157
+ "sendGetBody": false,
158
+ "requestDatatype": "JSON",
159
+ "responseDatatype": "JSON",
160
+ "headers": {},
161
+ "responseObjects": [
162
+ {
163
+ "type": "default",
164
+ "key": "",
165
+ "mockFile": ""
166
+ }
167
+ ]
168
+ },
169
+ {
170
+ "name": "getCountPost25",
171
+ "protocol": "REST",
172
+ "method": "POST",
173
+ "entitypath": "{base_path}/{version}/statistics/speedtest/doccount?{query}",
174
+ "requestSchema": "schema.json",
175
+ "responseSchema": "schema.json",
176
+ "timeout": 0,
177
+ "sendEmpty": false,
178
+ "requestDatatype": "JSON",
179
+ "responseDatatype": "JSON",
180
+ "headers": {},
181
+ "responseObjects": [
182
+ {
183
+ "type": "default",
184
+ "key": "",
185
+ "mockFile": ""
186
+ }
187
+ ]
188
+ },
189
+ {
190
+ "name": "getStatDataFields25",
191
+ "protocol": "REST",
192
+ "method": "GET",
193
+ "entitypath": "{base_path}/{version}/statistics/speedtest/fields?{query}",
194
+ "requestSchema": "schema.json",
195
+ "responseSchema": "schema.json",
196
+ "timeout": 0,
197
+ "sendEmpty": false,
198
+ "sendGetBody": false,
199
+ "requestDatatype": "JSON",
200
+ "responseDatatype": "JSON",
201
+ "headers": {},
202
+ "responseObjects": [
203
+ {
204
+ "type": "default",
205
+ "key": "",
206
+ "mockFile": ""
207
+ }
208
+ ]
209
+ },
210
+ {
211
+ "name": "getStatBulkRawData23",
212
+ "protocol": "REST",
213
+ "method": "GET",
214
+ "entitypath": "{base_path}/{version}/statistics/speedtest/page?{query}",
215
+ "requestSchema": "schema.json",
216
+ "responseSchema": "schema.json",
217
+ "timeout": 0,
218
+ "sendEmpty": false,
219
+ "sendGetBody": false,
220
+ "requestDatatype": "JSON",
221
+ "responseDatatype": "JSON",
222
+ "headers": {},
223
+ "responseObjects": [
224
+ {
225
+ "type": "default",
226
+ "key": "",
227
+ "mockFile": ""
228
+ }
229
+ ]
230
+ },
231
+ {
232
+ "name": "getPostStatBulkRawData23",
233
+ "protocol": "REST",
234
+ "method": "POST",
235
+ "entitypath": "{base_path}/{version}/statistics/speedtest/page?{query}",
236
+ "requestSchema": "schema.json",
237
+ "responseSchema": "schema.json",
238
+ "timeout": 0,
239
+ "sendEmpty": false,
240
+ "requestDatatype": "JSON",
241
+ "responseDatatype": "JSON",
242
+ "headers": {},
243
+ "responseObjects": [
244
+ {
245
+ "type": "default",
246
+ "key": "",
247
+ "mockFile": ""
248
+ }
249
+ ]
250
+ },
251
+ {
252
+ "name": "getStatQueryFields25",
253
+ "protocol": "REST",
254
+ "method": "GET",
255
+ "entitypath": "{base_path}/{version}/statistics/speedtest/query/fields?{query}",
256
+ "requestSchema": "schema.json",
257
+ "responseSchema": "schema.json",
258
+ "timeout": 0,
259
+ "sendEmpty": false,
260
+ "sendGetBody": false,
261
+ "requestDatatype": "JSON",
262
+ "responseDatatype": "JSON",
263
+ "headers": {},
264
+ "responseObjects": [
265
+ {
266
+ "type": "default",
267
+ "key": "",
268
+ "mockFile": ""
269
+ }
270
+ ]
271
+ },
272
+ {
273
+ "name": "getSessionInfoCapture",
274
+ "protocol": "REST",
275
+ "method": "POST",
276
+ "entitypath": "{base_path}/{version}/stream/device/capture?{query}",
277
+ "requestSchema": "schema.json",
278
+ "responseSchema": "schema.json",
279
+ "timeout": 0,
280
+ "sendEmpty": false,
281
+ "requestDatatype": "JSON",
282
+ "responseDatatype": "JSON",
283
+ "headers": {},
284
+ "responseObjects": [
285
+ {
286
+ "type": "default",
287
+ "key": "",
288
+ "mockFile": ""
289
+ }
290
+ ]
291
+ },
292
+ {
293
+ "name": "disablePacketCaptureSession",
294
+ "protocol": "REST",
295
+ "method": "GET",
296
+ "entitypath": "{base_path}/{version}/stream/device/capture/disable/{pathv1}?{query}",
297
+ "requestSchema": "schema.json",
298
+ "responseSchema": "schema.json",
299
+ "timeout": 0,
300
+ "sendEmpty": false,
301
+ "sendGetBody": false,
302
+ "requestDatatype": "JSON",
303
+ "responseDatatype": "JSON",
304
+ "headers": {},
305
+ "responseObjects": [
306
+ {
307
+ "type": "default",
308
+ "key": "",
309
+ "mockFile": ""
310
+ }
311
+ ]
312
+ },
313
+ {
314
+ "name": "downloadFile",
315
+ "protocol": "REST",
316
+ "method": "GET",
317
+ "entitypath": "{base_path}/{version}/stream/device/capture/download/{pathv1}?{query}",
318
+ "requestSchema": "schema.json",
319
+ "responseSchema": "schema.json",
320
+ "timeout": 0,
321
+ "sendEmpty": false,
322
+ "sendGetBody": false,
323
+ "requestDatatype": "JSON",
324
+ "responseDatatype": "JSON",
325
+ "headers": {},
326
+ "responseObjects": [
327
+ {
328
+ "type": "default",
329
+ "key": "",
330
+ "mockFile": ""
331
+ }
332
+ ]
333
+ },
334
+ {
335
+ "name": "forceStopPcapSession",
336
+ "protocol": "REST",
337
+ "method": "GET",
338
+ "entitypath": "{base_path}/{version}/stream/device/capture/forcedisbale/{pathv1}?{query}",
339
+ "requestSchema": "schema.json",
340
+ "responseSchema": "schema.json",
341
+ "timeout": 0,
342
+ "sendEmpty": false,
343
+ "sendGetBody": false,
344
+ "requestDatatype": "JSON",
345
+ "responseDatatype": "JSON",
346
+ "headers": {},
347
+ "responseObjects": [
348
+ {
349
+ "type": "default",
350
+ "key": "",
351
+ "mockFile": ""
352
+ }
353
+ ]
354
+ },
355
+ {
356
+ "name": "startPcapSession",
357
+ "protocol": "REST",
358
+ "method": "GET",
359
+ "entitypath": "{base_path}/{version}/stream/device/capture/start/{pathv1}?{query}",
360
+ "requestSchema": "schema.json",
361
+ "responseSchema": "schema.json",
362
+ "timeout": 0,
363
+ "sendEmpty": false,
364
+ "sendGetBody": false,
365
+ "requestDatatype": "JSON",
366
+ "responseDatatype": "JSON",
367
+ "headers": {},
368
+ "responseObjects": [
369
+ {
370
+ "type": "default",
371
+ "key": "",
372
+ "mockFile": ""
373
+ }
374
+ ]
375
+ },
376
+ {
377
+ "name": "getFileDownloadStatus",
378
+ "protocol": "REST",
379
+ "method": "GET",
380
+ "entitypath": "{base_path}/{version}/stream/device/capture/status/{pathv1}?{query}",
381
+ "requestSchema": "schema.json",
382
+ "responseSchema": "schema.json",
383
+ "timeout": 0,
384
+ "sendEmpty": false,
385
+ "sendGetBody": false,
386
+ "requestDatatype": "JSON",
387
+ "responseDatatype": "JSON",
388
+ "headers": {},
389
+ "responseObjects": [
390
+ {
391
+ "type": "default",
392
+ "key": "",
393
+ "mockFile": ""
394
+ }
395
+ ]
396
+ },
397
+ {
398
+ "name": "stopPcapSession",
399
+ "protocol": "REST",
400
+ "method": "GET",
401
+ "entitypath": "{base_path}/{version}/stream/device/capture/stop/{pathv1}?{query}",
402
+ "requestSchema": "schema.json",
403
+ "responseSchema": "schema.json",
404
+ "timeout": 0,
405
+ "sendEmpty": false,
406
+ "sendGetBody": false,
407
+ "requestDatatype": "JSON",
408
+ "responseDatatype": "JSON",
409
+ "headers": {},
410
+ "responseObjects": [
411
+ {
412
+ "type": "default",
413
+ "key": "",
414
+ "mockFile": ""
415
+ }
416
+ ]
417
+ },
418
+ {
419
+ "name": "formPostPacketCapture",
420
+ "protocol": "REST",
421
+ "method": "POST",
422
+ "entitypath": "{base_path}/{version}/stream/device/capture/{pathv1}/{pathv2}?{query}",
423
+ "requestSchema": "schema.json",
424
+ "responseSchema": "schema.json",
425
+ "timeout": 0,
426
+ "sendEmpty": false,
427
+ "requestDatatype": "JSON",
428
+ "responseDatatype": "JSON",
429
+ "headers": {},
430
+ "responseObjects": [
431
+ {
432
+ "type": "default",
433
+ "key": "",
434
+ "mockFile": ""
435
+ }
436
+ ]
437
+ },
438
+ {
439
+ "name": "getSessionInfoLog",
440
+ "protocol": "REST",
441
+ "method": "POST",
442
+ "entitypath": "{base_path}/{version}/stream/device/log?{query}",
443
+ "requestSchema": "schema.json",
444
+ "responseSchema": "schema.json",
445
+ "timeout": 0,
446
+ "sendEmpty": false,
447
+ "requestDatatype": "JSON",
448
+ "responseDatatype": "JSON",
449
+ "headers": {},
450
+ "responseObjects": [
451
+ {
452
+ "type": "default",
453
+ "key": "",
454
+ "mockFile": ""
455
+ }
456
+ ]
457
+ },
458
+ {
459
+ "name": "disableDeviceLog",
460
+ "protocol": "REST",
461
+ "method": "GET",
462
+ "entitypath": "{base_path}/{version}/stream/device/log/disable/{pathv1}?{query}",
463
+ "requestSchema": "schema.json",
464
+ "responseSchema": "schema.json",
465
+ "timeout": 0,
466
+ "sendEmpty": false,
467
+ "sendGetBody": false,
468
+ "requestDatatype": "JSON",
469
+ "responseDatatype": "JSON",
470
+ "headers": {},
471
+ "responseObjects": [
472
+ {
473
+ "type": "default",
474
+ "key": "",
475
+ "mockFile": ""
476
+ }
477
+ ]
478
+ },
479
+ {
480
+ "name": "downloadDebugLog",
481
+ "protocol": "REST",
482
+ "method": "GET",
483
+ "entitypath": "{base_path}/{version}/stream/device/log/download/{pathv1}?{query}",
484
+ "requestSchema": "schema.json",
485
+ "responseSchema": "schema.json",
486
+ "timeout": 0,
487
+ "sendEmpty": false,
488
+ "sendGetBody": false,
489
+ "requestDatatype": "JSON",
490
+ "responseDatatype": "JSON",
491
+ "headers": {},
492
+ "responseObjects": [
493
+ {
494
+ "type": "default",
495
+ "key": "",
496
+ "mockFile": ""
497
+ }
498
+ ]
499
+ },
500
+ {
501
+ "name": "renewSessionInfo",
502
+ "protocol": "REST",
503
+ "method": "GET",
504
+ "entitypath": "{base_path}/{version}/stream/device/log/renew/{pathv1}?{query}",
505
+ "requestSchema": "schema.json",
506
+ "responseSchema": "schema.json",
507
+ "timeout": 0,
508
+ "sendEmpty": false,
509
+ "sendGetBody": false,
510
+ "requestDatatype": "JSON",
511
+ "responseDatatype": "JSON",
512
+ "headers": {},
513
+ "responseObjects": [
514
+ {
515
+ "type": "default",
516
+ "key": "",
517
+ "mockFile": ""
518
+ }
519
+ ]
520
+ },
521
+ {
522
+ "name": "searchDeviceLog",
523
+ "protocol": "REST",
524
+ "method": "POST",
525
+ "entitypath": "{base_path}/{version}/stream/device/log/search/{pathv1}?{query}",
526
+ "requestSchema": "schema.json",
527
+ "responseSchema": "schema.json",
528
+ "timeout": 0,
529
+ "sendEmpty": false,
530
+ "requestDatatype": "JSON",
531
+ "responseDatatype": "JSON",
532
+ "headers": {},
533
+ "responseObjects": [
534
+ {
535
+ "type": "default",
536
+ "key": "",
537
+ "mockFile": ""
538
+ }
539
+ ]
540
+ },
541
+ {
542
+ "name": "getSessions",
543
+ "protocol": "REST",
544
+ "method": "GET",
545
+ "entitypath": "{base_path}/{version}/stream/device/log/sessions?{query}",
546
+ "requestSchema": "schema.json",
547
+ "responseSchema": "schema.json",
548
+ "timeout": 0,
549
+ "sendEmpty": false,
550
+ "sendGetBody": false,
551
+ "requestDatatype": "JSON",
552
+ "responseDatatype": "JSON",
553
+ "headers": {},
554
+ "responseObjects": [
555
+ {
556
+ "type": "default",
557
+ "key": "",
558
+ "mockFile": ""
559
+ }
560
+ ]
561
+ },
562
+ {
563
+ "name": "clearSession",
564
+ "protocol": "REST",
565
+ "method": "GET",
566
+ "entitypath": "{base_path}/{version}/stream/device/log/sessions/clear/{pathv1}?{query}",
567
+ "requestSchema": "schema.json",
568
+ "responseSchema": "schema.json",
569
+ "timeout": 0,
570
+ "sendEmpty": false,
571
+ "sendGetBody": false,
572
+ "requestDatatype": "JSON",
573
+ "responseDatatype": "JSON",
574
+ "headers": {},
575
+ "responseObjects": [
576
+ {
577
+ "type": "default",
578
+ "key": "",
579
+ "mockFile": ""
580
+ }
581
+ ]
582
+ },
583
+ {
584
+ "name": "getLogType",
585
+ "protocol": "REST",
586
+ "method": "GET",
587
+ "entitypath": "{base_path}/{version}/stream/device/log/type?{query}",
588
+ "requestSchema": "schema.json",
589
+ "responseSchema": "schema.json",
590
+ "timeout": 0,
591
+ "sendEmpty": false,
592
+ "sendGetBody": false,
593
+ "requestDatatype": "JSON",
594
+ "responseDatatype": "JSON",
595
+ "headers": {},
596
+ "responseObjects": [
597
+ {
598
+ "type": "default",
599
+ "key": "",
600
+ "mockFile": ""
601
+ }
602
+ ]
603
+ },
604
+ {
605
+ "name": "streamLog",
606
+ "protocol": "REST",
607
+ "method": "POST",
608
+ "entitypath": "{base_path}/{version}/stream/device/log/{pathv1}/{pathv2}/{pathv3}?{query}",
609
+ "requestSchema": "schema.json",
610
+ "responseSchema": "schema.json",
611
+ "timeout": 0,
612
+ "sendEmpty": false,
613
+ "requestDatatype": "JSON",
614
+ "responseDatatype": "JSON",
615
+ "headers": {},
616
+ "responseObjects": [
617
+ {
618
+ "type": "default",
619
+ "key": "",
620
+ "mockFile": ""
621
+ }
622
+ ]
623
+ },
624
+ {
625
+ "name": "getDeviceLog",
626
+ "protocol": "REST",
627
+ "method": "GET",
628
+ "entitypath": "{base_path}/{version}/stream/device/log/{pathv1}?{query}",
629
+ "requestSchema": "schema.json",
630
+ "responseSchema": "schema.json",
631
+ "timeout": 0,
632
+ "sendEmpty": false,
633
+ "sendGetBody": false,
634
+ "requestDatatype": "JSON",
635
+ "responseDatatype": "JSON",
636
+ "headers": {},
637
+ "responseObjects": [
638
+ {
639
+ "type": "default",
640
+ "key": "",
641
+ "mockFile": ""
642
+ }
643
+ ]
644
+ },
645
+ {
646
+ "name": "getNwpiDscp",
647
+ "protocol": "REST",
648
+ "method": "GET",
649
+ "entitypath": "{base_path}/{version}/stream/device/nwpi/nwpiDSCP?{query}",
650
+ "requestSchema": "schema.json",
651
+ "responseSchema": "schema.json",
652
+ "timeout": 0,
653
+ "sendEmpty": false,
654
+ "sendGetBody": false,
655
+ "requestDatatype": "JSON",
656
+ "responseDatatype": "JSON",
657
+ "headers": {},
658
+ "responseObjects": [
659
+ {
660
+ "type": "default",
661
+ "key": "",
662
+ "mockFile": ""
663
+ }
664
+ ]
665
+ },
666
+ {
667
+ "name": "getNwpiProtocol",
668
+ "protocol": "REST",
669
+ "method": "GET",
670
+ "entitypath": "{base_path}/{version}/stream/device/nwpi/nwpiProtocol?{query}",
671
+ "requestSchema": "schema.json",
672
+ "responseSchema": "schema.json",
673
+ "timeout": 0,
674
+ "sendEmpty": false,
675
+ "sendGetBody": false,
676
+ "requestDatatype": "JSON",
677
+ "responseDatatype": "JSON",
678
+ "headers": {},
679
+ "responseObjects": [
680
+ {
681
+ "type": "default",
682
+ "key": "",
683
+ "mockFile": ""
684
+ }
685
+ ]
686
+ },
687
+ {
688
+ "name": "getPacketFeatures",
689
+ "protocol": "REST",
690
+ "method": "GET",
691
+ "entitypath": "{base_path}/{version}/stream/device/nwpi/packetFeatures?{query}",
692
+ "requestSchema": "schema.json",
693
+ "responseSchema": "schema.json",
694
+ "timeout": 0,
695
+ "sendEmpty": false,
696
+ "sendGetBody": false,
697
+ "requestDatatype": "JSON",
698
+ "responseDatatype": "JSON",
699
+ "headers": {},
700
+ "responseObjects": [
701
+ {
702
+ "type": "default",
703
+ "key": "",
704
+ "mockFile": ""
705
+ }
706
+ ]
707
+ },
708
+ {
709
+ "name": "traceStart",
710
+ "protocol": "REST",
711
+ "method": "POST",
712
+ "entitypath": "{base_path}/{version}/stream/device/nwpi/trace/start?{query}",
713
+ "requestSchema": "schema.json",
714
+ "responseSchema": "schema.json",
715
+ "timeout": 0,
716
+ "sendEmpty": false,
717
+ "requestDatatype": "JSON",
718
+ "responseDatatype": "JSON",
719
+ "headers": {},
720
+ "responseObjects": [
721
+ {
722
+ "type": "default",
723
+ "key": "",
724
+ "mockFile": ""
725
+ }
726
+ ]
727
+ },
728
+ {
729
+ "name": "traceStop",
730
+ "protocol": "REST",
731
+ "method": "POST",
732
+ "entitypath": "{base_path}/{version}/stream/device/nwpi/trace/stop/{pathv1}?{query}",
733
+ "requestSchema": "schema.json",
734
+ "responseSchema": "schema.json",
735
+ "timeout": 0,
736
+ "sendEmpty": false,
737
+ "requestDatatype": "JSON",
738
+ "responseDatatype": "JSON",
739
+ "headers": {},
740
+ "responseObjects": [
741
+ {
742
+ "type": "default",
743
+ "key": "",
744
+ "mockFile": ""
745
+ }
746
+ ]
747
+ },
748
+ {
749
+ "name": "getTraceFlow",
750
+ "protocol": "REST",
751
+ "method": "GET",
752
+ "entitypath": "{base_path}/{version}/stream/device/nwpi/traceFlow?{query}",
753
+ "requestSchema": "schema.json",
754
+ "responseSchema": "schema.json",
755
+ "timeout": 0,
756
+ "sendEmpty": false,
757
+ "sendGetBody": false,
758
+ "requestDatatype": "JSON",
759
+ "responseDatatype": "JSON",
760
+ "headers": {},
761
+ "responseObjects": [
762
+ {
763
+ "type": "default",
764
+ "key": "",
765
+ "mockFile": ""
766
+ }
767
+ ]
768
+ },
769
+ {
770
+ "name": "getTraceHistory",
771
+ "protocol": "REST",
772
+ "method": "GET",
773
+ "entitypath": "{base_path}/{version}/stream/device/nwpi/traceHistory?{query}",
774
+ "requestSchema": "schema.json",
775
+ "responseSchema": "schema.json",
776
+ "timeout": 0,
777
+ "sendEmpty": false,
778
+ "sendGetBody": false,
779
+ "requestDatatype": "JSON",
780
+ "responseDatatype": "JSON",
781
+ "headers": {},
782
+ "responseObjects": [
783
+ {
784
+ "type": "default",
785
+ "key": "",
786
+ "mockFile": ""
787
+ }
788
+ ]
789
+ },
790
+ {
791
+ "name": "getSession",
792
+ "protocol": "REST",
793
+ "method": "POST",
794
+ "entitypath": "{base_path}/{version}/stream/device/speed?{query}",
795
+ "requestSchema": "schema.json",
796
+ "responseSchema": "schema.json",
797
+ "timeout": 0,
798
+ "sendEmpty": false,
799
+ "requestDatatype": "JSON",
800
+ "responseDatatype": "JSON",
801
+ "headers": {},
802
+ "responseObjects": [
803
+ {
804
+ "type": "default",
805
+ "key": "",
806
+ "mockFile": ""
807
+ }
808
+ ]
809
+ },
810
+ {
811
+ "name": "disableSpeedTestSession",
812
+ "protocol": "REST",
813
+ "method": "GET",
814
+ "entitypath": "{base_path}/{version}/stream/device/speed/disable/{pathv1}?{query}",
815
+ "requestSchema": "schema.json",
816
+ "responseSchema": "schema.json",
817
+ "timeout": 0,
818
+ "sendEmpty": false,
819
+ "sendGetBody": false,
820
+ "requestDatatype": "JSON",
821
+ "responseDatatype": "JSON",
822
+ "headers": {},
823
+ "responseObjects": [
824
+ {
825
+ "type": "default",
826
+ "key": "",
827
+ "mockFile": ""
828
+ }
829
+ ]
830
+ },
831
+ {
832
+ "name": "getInterfaceBandwidth",
833
+ "protocol": "REST",
834
+ "method": "GET",
835
+ "entitypath": "{base_path}/{version}/stream/device/speed/interface/bandwidth?{query}",
836
+ "requestSchema": "schema.json",
837
+ "responseSchema": "schema.json",
838
+ "timeout": 0,
839
+ "sendEmpty": false,
840
+ "sendGetBody": false,
841
+ "requestDatatype": "JSON",
842
+ "responseDatatype": "JSON",
843
+ "headers": {},
844
+ "responseObjects": [
845
+ {
846
+ "type": "default",
847
+ "key": "",
848
+ "mockFile": ""
849
+ }
850
+ ]
851
+ },
852
+ {
853
+ "name": "startSpeedTest",
854
+ "protocol": "REST",
855
+ "method": "GET",
856
+ "entitypath": "{base_path}/{version}/stream/device/speed/start/{pathv1}?{query}",
857
+ "requestSchema": "schema.json",
858
+ "responseSchema": "schema.json",
859
+ "timeout": 0,
860
+ "sendEmpty": false,
861
+ "sendGetBody": false,
862
+ "requestDatatype": "JSON",
863
+ "responseDatatype": "JSON",
864
+ "headers": {},
865
+ "responseObjects": [
866
+ {
867
+ "type": "default",
868
+ "key": "",
869
+ "mockFile": ""
870
+ }
871
+ ]
872
+ },
873
+ {
874
+ "name": "getSpeedTestStatus",
875
+ "protocol": "REST",
876
+ "method": "GET",
877
+ "entitypath": "{base_path}/{version}/stream/device/speed/status/{pathv1}?{query}",
878
+ "requestSchema": "schema.json",
879
+ "responseSchema": "schema.json",
880
+ "timeout": 0,
881
+ "sendEmpty": false,
882
+ "sendGetBody": false,
883
+ "requestDatatype": "JSON",
884
+ "responseDatatype": "JSON",
885
+ "headers": {},
886
+ "responseObjects": [
887
+ {
888
+ "type": "default",
889
+ "key": "",
890
+ "mockFile": ""
891
+ }
892
+ ]
893
+ },
894
+ {
895
+ "name": "stopSpeedTest",
896
+ "protocol": "REST",
897
+ "method": "GET",
898
+ "entitypath": "{base_path}/{version}/stream/device/speed/stop/{pathv1}?{query}",
899
+ "requestSchema": "schema.json",
900
+ "responseSchema": "schema.json",
901
+ "timeout": 0,
902
+ "sendEmpty": false,
903
+ "sendGetBody": false,
904
+ "requestDatatype": "JSON",
905
+ "responseDatatype": "JSON",
906
+ "headers": {},
907
+ "responseObjects": [
908
+ {
909
+ "type": "default",
910
+ "key": "",
911
+ "mockFile": ""
912
+ }
913
+ ]
914
+ },
915
+ {
916
+ "name": "saveSpeedTestResults",
917
+ "protocol": "REST",
918
+ "method": "POST",
919
+ "entitypath": "{base_path}/{version}/stream/device/speed/{pathv1}/{pathv2}?{query}",
920
+ "requestSchema": "schema.json",
921
+ "responseSchema": "schema.json",
922
+ "timeout": 0,
923
+ "sendEmpty": false,
924
+ "requestDatatype": "JSON",
925
+ "responseDatatype": "JSON",
926
+ "headers": {},
927
+ "responseObjects": [
928
+ {
929
+ "type": "default",
930
+ "key": "",
931
+ "mockFile": ""
932
+ }
933
+ ]
934
+ },
935
+ {
936
+ "name": "getSpeedTest",
937
+ "protocol": "REST",
938
+ "method": "GET",
939
+ "entitypath": "{base_path}/{version}/stream/device/speed/{pathv1}?{query}",
940
+ "requestSchema": "schema.json",
941
+ "responseSchema": "schema.json",
942
+ "timeout": 0,
943
+ "sendEmpty": false,
944
+ "sendGetBody": false,
945
+ "requestDatatype": "JSON",
946
+ "responseDatatype": "JSON",
947
+ "headers": {},
948
+ "responseObjects": [
949
+ {
950
+ "type": "default",
951
+ "key": "",
952
+ "mockFile": ""
953
+ }
954
+ ]
955
+ },
956
+ {
957
+ "name": "processDeviceStatus",
958
+ "protocol": "REST",
959
+ "method": "POST",
960
+ "entitypath": "{base_path}/{version}/stream/device/status/{pathv1}?{query}",
961
+ "requestSchema": "schema.json",
962
+ "responseSchema": "schema.json",
963
+ "timeout": 0,
964
+ "sendEmpty": false,
965
+ "requestDatatype": "JSON",
966
+ "responseDatatype": "JSON",
967
+ "headers": {},
968
+ "responseObjects": [
969
+ {
970
+ "type": "default",
971
+ "key": "",
972
+ "mockFile": ""
973
+ }
974
+ ]
975
+ }
976
+ ]
977
+ }