@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,684 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "getAlarms",
5
+ "protocol": "REST",
6
+ "method": "GET",
7
+ "entitypath": "{base_path}/{version}/alarms?{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": "getRawAlarmData",
26
+ "protocol": "REST",
27
+ "method": "POST",
28
+ "entitypath": "{base_path}/{version}/alarms?{query}",
29
+ "requestSchema": "schema.json",
30
+ "responseSchema": "schema.json",
31
+ "timeout": 0,
32
+ "sendEmpty": false,
33
+ "requestDatatype": "JSON",
34
+ "responseDatatype": "JSON",
35
+ "headers": {},
36
+ "responseObjects": [
37
+ {
38
+ "type": "default",
39
+ "key": "",
40
+ "mockFile": ""
41
+ }
42
+ ]
43
+ },
44
+ {
45
+ "name": "getAlarmAggregationData",
46
+ "protocol": "REST",
47
+ "method": "GET",
48
+ "entitypath": "{base_path}/{version}/alarms/aggregation?{query}",
49
+ "requestSchema": "schema.json",
50
+ "responseSchema": "schema.json",
51
+ "timeout": 0,
52
+ "sendEmpty": false,
53
+ "sendGetBody": false,
54
+ "requestDatatype": "JSON",
55
+ "responseDatatype": "JSON",
56
+ "headers": {},
57
+ "responseObjects": [
58
+ {
59
+ "type": "default",
60
+ "key": "",
61
+ "mockFile": ""
62
+ }
63
+ ]
64
+ },
65
+ {
66
+ "name": "getPostAlarmAggregationData",
67
+ "protocol": "REST",
68
+ "method": "POST",
69
+ "entitypath": "{base_path}/{version}/alarms/aggregation?{query}",
70
+ "requestSchema": "schema.json",
71
+ "responseSchema": "schema.json",
72
+ "timeout": 0,
73
+ "sendEmpty": false,
74
+ "requestDatatype": "JSON",
75
+ "responseDatatype": "JSON",
76
+ "headers": {},
77
+ "responseObjects": [
78
+ {
79
+ "type": "default",
80
+ "key": "",
81
+ "mockFile": ""
82
+ }
83
+ ]
84
+ },
85
+ {
86
+ "name": "clearStaleAlarm",
87
+ "protocol": "REST",
88
+ "method": "POST",
89
+ "entitypath": "{base_path}/{version}/alarms/clear?{query}",
90
+ "requestSchema": "schema.json",
91
+ "responseSchema": "schema.json",
92
+ "timeout": 0,
93
+ "sendEmpty": false,
94
+ "requestDatatype": "JSON",
95
+ "responseDatatype": "JSON",
96
+ "headers": {},
97
+ "responseObjects": [
98
+ {
99
+ "type": "default",
100
+ "key": "",
101
+ "mockFile": ""
102
+ }
103
+ ]
104
+ },
105
+ {
106
+ "name": "getNonViewedActiveAlarmsCount",
107
+ "protocol": "REST",
108
+ "method": "GET",
109
+ "entitypath": "{base_path}/{version}/alarms/count?{query}",
110
+ "requestSchema": "schema.json",
111
+ "responseSchema": "schema.json",
112
+ "timeout": 0,
113
+ "sendEmpty": false,
114
+ "sendGetBody": false,
115
+ "requestDatatype": "JSON",
116
+ "responseDatatype": "JSON",
117
+ "headers": {},
118
+ "responseObjects": [
119
+ {
120
+ "type": "default",
121
+ "key": "",
122
+ "mockFile": ""
123
+ }
124
+ ]
125
+ },
126
+ {
127
+ "name": "listDisabledAlarm",
128
+ "protocol": "REST",
129
+ "method": "GET",
130
+ "entitypath": "{base_path}/{version}/alarms/disabled?{query}",
131
+ "requestSchema": "schema.json",
132
+ "responseSchema": "schema.json",
133
+ "timeout": 0,
134
+ "sendEmpty": false,
135
+ "sendGetBody": false,
136
+ "requestDatatype": "JSON",
137
+ "responseDatatype": "JSON",
138
+ "headers": {},
139
+ "responseObjects": [
140
+ {
141
+ "type": "default",
142
+ "key": "",
143
+ "mockFile": "mockdatafiles/listDisabledAlarm-default.json"
144
+ }
145
+ ]
146
+ },
147
+ {
148
+ "name": "disableEnableAlarm",
149
+ "protocol": "REST",
150
+ "method": "POST",
151
+ "entitypath": "{base_path}/{version}/alarms/disabled?{query}",
152
+ "requestSchema": "schema.json",
153
+ "responseSchema": "schema.json",
154
+ "timeout": 0,
155
+ "sendEmpty": false,
156
+ "requestDatatype": "JSON",
157
+ "responseDatatype": "JSON",
158
+ "headers": {},
159
+ "responseObjects": [
160
+ {
161
+ "type": "default",
162
+ "key": "",
163
+ "mockFile": ""
164
+ }
165
+ ]
166
+ },
167
+ {
168
+ "name": "getCount1",
169
+ "protocol": "REST",
170
+ "method": "GET",
171
+ "entitypath": "{base_path}/{version}/alarms/doccount?{query}",
172
+ "requestSchema": "schema.json",
173
+ "responseSchema": "schema.json",
174
+ "timeout": 0,
175
+ "sendEmpty": false,
176
+ "sendGetBody": false,
177
+ "requestDatatype": "JSON",
178
+ "responseDatatype": "JSON",
179
+ "headers": {},
180
+ "responseObjects": [
181
+ {
182
+ "type": "default",
183
+ "key": "",
184
+ "mockFile": ""
185
+ }
186
+ ]
187
+ },
188
+ {
189
+ "name": "getCountPost1",
190
+ "protocol": "REST",
191
+ "method": "POST",
192
+ "entitypath": "{base_path}/{version}/alarms/doccount?{query}",
193
+ "requestSchema": "schema.json",
194
+ "responseSchema": "schema.json",
195
+ "timeout": 0,
196
+ "sendEmpty": false,
197
+ "requestDatatype": "JSON",
198
+ "responseDatatype": "JSON",
199
+ "headers": {},
200
+ "responseObjects": [
201
+ {
202
+ "type": "default",
203
+ "key": "",
204
+ "mockFile": ""
205
+ }
206
+ ]
207
+ },
208
+ {
209
+ "name": "getStatDataFields1",
210
+ "protocol": "REST",
211
+ "method": "GET",
212
+ "entitypath": "{base_path}/{version}/alarms/fields?{query}",
213
+ "requestSchema": "schema.json",
214
+ "responseSchema": "schema.json",
215
+ "timeout": 0,
216
+ "sendEmpty": false,
217
+ "sendGetBody": false,
218
+ "requestDatatype": "JSON",
219
+ "responseDatatype": "JSON",
220
+ "headers": {},
221
+ "responseObjects": [
222
+ {
223
+ "type": "default",
224
+ "key": "",
225
+ "mockFile": ""
226
+ }
227
+ ]
228
+ },
229
+ {
230
+ "name": "markAllAlarmsAsViewed",
231
+ "protocol": "REST",
232
+ "method": "POST",
233
+ "entitypath": "{base_path}/{version}/alarms/markallasviewed?{query}",
234
+ "requestSchema": "schema.json",
235
+ "responseSchema": "schema.json",
236
+ "timeout": 0,
237
+ "sendEmpty": false,
238
+ "requestDatatype": "JSON",
239
+ "responseDatatype": "JSON",
240
+ "headers": {},
241
+ "responseObjects": [
242
+ {
243
+ "type": "default",
244
+ "key": "",
245
+ "mockFile": ""
246
+ }
247
+ ]
248
+ },
249
+ {
250
+ "name": "markAlarmsAsViewed",
251
+ "protocol": "REST",
252
+ "method": "POST",
253
+ "entitypath": "{base_path}/{version}/alarms/markviewed?{query}",
254
+ "requestSchema": "schema.json",
255
+ "responseSchema": "schema.json",
256
+ "timeout": 0,
257
+ "sendEmpty": false,
258
+ "requestDatatype": "JSON",
259
+ "responseDatatype": "JSON",
260
+ "headers": {},
261
+ "responseObjects": [
262
+ {
263
+ "type": "default",
264
+ "key": "",
265
+ "mockFile": ""
266
+ }
267
+ ]
268
+ },
269
+ {
270
+ "name": "getNonViewedAlarms",
271
+ "protocol": "REST",
272
+ "method": "GET",
273
+ "entitypath": "{base_path}/{version}/alarms/notviewed?{query}",
274
+ "requestSchema": "schema.json",
275
+ "responseSchema": "schema.json",
276
+ "timeout": 0,
277
+ "sendEmpty": false,
278
+ "sendGetBody": false,
279
+ "requestDatatype": "JSON",
280
+ "responseDatatype": "JSON",
281
+ "headers": {},
282
+ "responseObjects": [
283
+ {
284
+ "type": "default",
285
+ "key": "",
286
+ "mockFile": ""
287
+ }
288
+ ]
289
+ },
290
+ {
291
+ "name": "getStatBulkAlarmRawData",
292
+ "protocol": "REST",
293
+ "method": "GET",
294
+ "entitypath": "{base_path}/{version}/alarms/page?{query}",
295
+ "requestSchema": "schema.json",
296
+ "responseSchema": "schema.json",
297
+ "timeout": 0,
298
+ "sendEmpty": false,
299
+ "sendGetBody": false,
300
+ "requestDatatype": "JSON",
301
+ "responseDatatype": "JSON",
302
+ "headers": {},
303
+ "responseObjects": [
304
+ {
305
+ "type": "default",
306
+ "key": "",
307
+ "mockFile": ""
308
+ }
309
+ ]
310
+ },
311
+ {
312
+ "name": "getPostStatBulkAlarmRawData",
313
+ "protocol": "REST",
314
+ "method": "POST",
315
+ "entitypath": "{base_path}/{version}/alarms/page?{query}",
316
+ "requestSchema": "schema.json",
317
+ "responseSchema": "schema.json",
318
+ "timeout": 0,
319
+ "sendEmpty": false,
320
+ "requestDatatype": "JSON",
321
+ "responseDatatype": "JSON",
322
+ "headers": {},
323
+ "responseObjects": [
324
+ {
325
+ "type": "default",
326
+ "key": "",
327
+ "mockFile": ""
328
+ }
329
+ ]
330
+ },
331
+ {
332
+ "name": "setPeriodicPurgeTimer",
333
+ "protocol": "REST",
334
+ "method": "GET",
335
+ "entitypath": "{base_path}/{version}/alarms/purgefrequency?{query}",
336
+ "requestSchema": "schema.json",
337
+ "responseSchema": "schema.json",
338
+ "timeout": 0,
339
+ "sendEmpty": false,
340
+ "sendGetBody": false,
341
+ "requestDatatype": "JSON",
342
+ "responseDatatype": "JSON",
343
+ "headers": {},
344
+ "responseObjects": [
345
+ {
346
+ "type": "default",
347
+ "key": "",
348
+ "mockFile": ""
349
+ }
350
+ ]
351
+ },
352
+ {
353
+ "name": "getStatQueryFields1",
354
+ "protocol": "REST",
355
+ "method": "GET",
356
+ "entitypath": "{base_path}/{version}/alarms/query/fields?{query}",
357
+ "requestSchema": "schema.json",
358
+ "responseSchema": "schema.json",
359
+ "timeout": 0,
360
+ "sendEmpty": false,
361
+ "sendGetBody": false,
362
+ "requestDatatype": "JSON",
363
+ "responseDatatype": "JSON",
364
+ "headers": {},
365
+ "responseObjects": [
366
+ {
367
+ "type": "default",
368
+ "key": "",
369
+ "mockFile": ""
370
+ }
371
+ ]
372
+ },
373
+ {
374
+ "name": "createAlarmQueryConfig",
375
+ "protocol": "REST",
376
+ "method": "GET",
377
+ "entitypath": "{base_path}/{version}/alarms/query/input?{query}",
378
+ "requestSchema": "schema.json",
379
+ "responseSchema": "schema.json",
380
+ "timeout": 0,
381
+ "sendEmpty": false,
382
+ "sendGetBody": false,
383
+ "requestDatatype": "JSON",
384
+ "responseDatatype": "JSON",
385
+ "headers": {},
386
+ "responseObjects": [
387
+ {
388
+ "type": "default",
389
+ "key": "",
390
+ "mockFile": ""
391
+ }
392
+ ]
393
+ },
394
+ {
395
+ "name": "correlAntiEntropy",
396
+ "protocol": "REST",
397
+ "method": "GET",
398
+ "entitypath": "{base_path}/{version}/alarms/reset?{query}",
399
+ "requestSchema": "schema.json",
400
+ "responseSchema": "schema.json",
401
+ "timeout": 0,
402
+ "sendEmpty": false,
403
+ "sendGetBody": false,
404
+ "requestDatatype": "JSON",
405
+ "responseDatatype": "JSON",
406
+ "headers": {},
407
+ "responseObjects": [
408
+ {
409
+ "type": "default",
410
+ "key": "",
411
+ "mockFile": ""
412
+ }
413
+ ]
414
+ },
415
+ {
416
+ "name": "restartCorrelationEngine",
417
+ "protocol": "REST",
418
+ "method": "GET",
419
+ "entitypath": "{base_path}/{version}/alarms/restart?{query}",
420
+ "requestSchema": "schema.json",
421
+ "responseSchema": "schema.json",
422
+ "timeout": 0,
423
+ "sendEmpty": false,
424
+ "sendGetBody": false,
425
+ "requestDatatype": "JSON",
426
+ "responseDatatype": "JSON",
427
+ "headers": {},
428
+ "responseObjects": [
429
+ {
430
+ "type": "default",
431
+ "key": "",
432
+ "mockFile": ""
433
+ }
434
+ ]
435
+ },
436
+ {
437
+ "name": "getAlarmTypesAsKeyValue",
438
+ "protocol": "REST",
439
+ "method": "GET",
440
+ "entitypath": "{base_path}/{version}/alarms/rulenamedisplay/keyvalue?{query}",
441
+ "requestSchema": "schema.json",
442
+ "responseSchema": "schema.json",
443
+ "timeout": 0,
444
+ "sendEmpty": false,
445
+ "sendGetBody": false,
446
+ "requestDatatype": "JSON",
447
+ "responseDatatype": "JSON",
448
+ "headers": {},
449
+ "responseObjects": [
450
+ {
451
+ "type": "default",
452
+ "key": "",
453
+ "mockFile": ""
454
+ }
455
+ ]
456
+ },
457
+ {
458
+ "name": "getAlarmsBySeverity",
459
+ "protocol": "REST",
460
+ "method": "GET",
461
+ "entitypath": "{base_path}/{version}/alarms/severity?{query}",
462
+ "requestSchema": "schema.json",
463
+ "responseSchema": "schema.json",
464
+ "timeout": 0,
465
+ "sendEmpty": false,
466
+ "sendGetBody": false,
467
+ "requestDatatype": "JSON",
468
+ "responseDatatype": "JSON",
469
+ "headers": {},
470
+ "responseObjects": [
471
+ {
472
+ "type": "default",
473
+ "key": "",
474
+ "mockFile": ""
475
+ }
476
+ ]
477
+ },
478
+ {
479
+ "name": "getAlarmSeverityCustomHistogram",
480
+ "protocol": "REST",
481
+ "method": "GET",
482
+ "entitypath": "{base_path}/{version}/alarms/severity/summary?{query}",
483
+ "requestSchema": "schema.json",
484
+ "responseSchema": "schema.json",
485
+ "timeout": 0,
486
+ "sendEmpty": false,
487
+ "sendGetBody": false,
488
+ "requestDatatype": "JSON",
489
+ "responseDatatype": "JSON",
490
+ "headers": {},
491
+ "responseObjects": [
492
+ {
493
+ "type": "default",
494
+ "key": "",
495
+ "mockFile": ""
496
+ }
497
+ ]
498
+ },
499
+ {
500
+ "name": "getAlarmSeverityMappings",
501
+ "protocol": "REST",
502
+ "method": "GET",
503
+ "entitypath": "{base_path}/{version}/alarms/severitymappings?{query}",
504
+ "requestSchema": "schema.json",
505
+ "responseSchema": "schema.json",
506
+ "timeout": 0,
507
+ "sendEmpty": false,
508
+ "sendGetBody": false,
509
+ "requestDatatype": "JSON",
510
+ "responseDatatype": "JSON",
511
+ "headers": {},
512
+ "responseObjects": [
513
+ {
514
+ "type": "default",
515
+ "key": "",
516
+ "mockFile": ""
517
+ }
518
+ ]
519
+ },
520
+ {
521
+ "name": "startTracking",
522
+ "protocol": "REST",
523
+ "method": "POST",
524
+ "entitypath": "{base_path}/{version}/alarms/starttracking/{pathv1}?{query}",
525
+ "requestSchema": "schema.json",
526
+ "responseSchema": "schema.json",
527
+ "timeout": 0,
528
+ "sendEmpty": false,
529
+ "requestDatatype": "JSON",
530
+ "responseDatatype": "JSON",
531
+ "headers": {},
532
+ "responseObjects": [
533
+ {
534
+ "type": "default",
535
+ "key": "",
536
+ "mockFile": ""
537
+ }
538
+ ]
539
+ },
540
+ {
541
+ "name": "getStats",
542
+ "protocol": "REST",
543
+ "method": "GET",
544
+ "entitypath": "{base_path}/{version}/alarms/stats?{query}",
545
+ "requestSchema": "schema.json",
546
+ "responseSchema": "schema.json",
547
+ "timeout": 0,
548
+ "sendEmpty": false,
549
+ "sendGetBody": false,
550
+ "requestDatatype": "JSON",
551
+ "responseDatatype": "JSON",
552
+ "headers": {},
553
+ "responseObjects": [
554
+ {
555
+ "type": "default",
556
+ "key": "",
557
+ "mockFile": ""
558
+ }
559
+ ]
560
+ },
561
+ {
562
+ "name": "stopTracking",
563
+ "protocol": "REST",
564
+ "method": "POST",
565
+ "entitypath": "{base_path}/{version}/alarms/stoptracking/{pathv1}?{query}",
566
+ "requestSchema": "schema.json",
567
+ "responseSchema": "schema.json",
568
+ "timeout": 0,
569
+ "sendEmpty": false,
570
+ "requestDatatype": "JSON",
571
+ "responseDatatype": "JSON",
572
+ "headers": {},
573
+ "responseObjects": [
574
+ {
575
+ "type": "default",
576
+ "key": "",
577
+ "mockFile": ""
578
+ }
579
+ ]
580
+ },
581
+ {
582
+ "name": "getAlarmDetails",
583
+ "protocol": "REST",
584
+ "method": "GET",
585
+ "entitypath": "{base_path}/{version}/alarms/uuid/{pathv1}?{query}",
586
+ "requestSchema": "schema.json",
587
+ "responseSchema": "schema.json",
588
+ "timeout": 0,
589
+ "sendEmpty": false,
590
+ "sendGetBody": false,
591
+ "requestDatatype": "JSON",
592
+ "responseDatatype": "JSON",
593
+ "headers": {},
594
+ "responseObjects": [
595
+ {
596
+ "type": "default",
597
+ "key": "",
598
+ "mockFile": ""
599
+ }
600
+ ]
601
+ },
602
+ {
603
+ "name": "updateNotificationRule",
604
+ "protocol": "REST",
605
+ "method": "PUT",
606
+ "entitypath": "{base_path}/{version}/notifications/rule?{query}",
607
+ "requestSchema": "schema.json",
608
+ "responseSchema": "schema.json",
609
+ "timeout": 0,
610
+ "sendEmpty": false,
611
+ "requestDatatype": "JSON",
612
+ "responseDatatype": "JSON",
613
+ "headers": {},
614
+ "responseObjects": [
615
+ {
616
+ "type": "default",
617
+ "key": "",
618
+ "mockFile": ""
619
+ }
620
+ ]
621
+ },
622
+ {
623
+ "name": "createNotificationRule",
624
+ "protocol": "REST",
625
+ "method": "POST",
626
+ "entitypath": "{base_path}/{version}/notifications/rule?{query}",
627
+ "requestSchema": "schema.json",
628
+ "responseSchema": "schema.json",
629
+ "timeout": 0,
630
+ "sendEmpty": false,
631
+ "requestDatatype": "JSON",
632
+ "responseDatatype": "JSON",
633
+ "headers": {},
634
+ "responseObjects": [
635
+ {
636
+ "type": "default",
637
+ "key": "",
638
+ "mockFile": ""
639
+ }
640
+ ]
641
+ },
642
+ {
643
+ "name": "getNotificationRule",
644
+ "protocol": "REST",
645
+ "method": "GET",
646
+ "entitypath": "{base_path}/{version}/notifications/rules?{query}",
647
+ "requestSchema": "schema.json",
648
+ "responseSchema": "schema.json",
649
+ "timeout": 0,
650
+ "sendEmpty": false,
651
+ "sendGetBody": false,
652
+ "requestDatatype": "JSON",
653
+ "responseDatatype": "JSON",
654
+ "headers": {},
655
+ "responseObjects": [
656
+ {
657
+ "type": "default",
658
+ "key": "",
659
+ "mockFile": ""
660
+ }
661
+ ]
662
+ },
663
+ {
664
+ "name": "deleteNotificationRule",
665
+ "protocol": "REST",
666
+ "method": "DELETE",
667
+ "entitypath": "{base_path}/{version}/notifications/rules?{query}",
668
+ "requestSchema": "schema.json",
669
+ "responseSchema": "schema.json",
670
+ "timeout": 0,
671
+ "sendEmpty": false,
672
+ "requestDatatype": "JSON",
673
+ "responseDatatype": "JSON",
674
+ "headers": {},
675
+ "responseObjects": [
676
+ {
677
+ "type": "default",
678
+ "key": "",
679
+ "mockFile": ""
680
+ }
681
+ ]
682
+ }
683
+ ]
684
+ }