@itentialopensource/adapter-algosec_firewall 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 (179) hide show
  1. package/.eslintignore +5 -0
  2. package/.eslintrc.js +18 -0
  3. package/.jshintrc +3 -0
  4. package/AUTH.md +39 -0
  5. package/BROKER.md +199 -0
  6. package/CALLS.md +170 -0
  7. package/CHANGELOG.md +9 -0
  8. package/CODE_OF_CONDUCT.md +43 -0
  9. package/CONTRIBUTING.md +172 -0
  10. package/ENHANCE.md +69 -0
  11. package/LICENSE +201 -0
  12. package/PROPERTIES.md +641 -0
  13. package/README.md +337 -0
  14. package/SUMMARY.md +9 -0
  15. package/SYSTEMINFO.md +11 -0
  16. package/TROUBLESHOOT.md +47 -0
  17. package/adapter.js +15343 -0
  18. package/adapterBase.js +1787 -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 +4 -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/AnalyzeTaskExternalController/action.json +46 -0
  28. package/entities/AnalyzeTaskExternalController/mockdatafiles/getCurrentAnalyzeTaskStatusesUsingGET-default.json +10 -0
  29. package/entities/AnalyzeTaskExternalController/schema.json +20 -0
  30. package/entities/AnalyzeTaskExternalControllerCompatible/action.json +45 -0
  31. package/entities/AnalyzeTaskExternalControllerCompatible/schema.json +20 -0
  32. package/entities/ApplicationsExternalController/action.json +145 -0
  33. package/entities/ApplicationsExternalController/mockdatafiles/findByOriginalOrCanonizedNameAndDeviceGroupObjectsUsingPOST-default.json +86 -0
  34. package/entities/ApplicationsExternalController/mockdatafiles/findByOriginalOrCanonizedNameAndDevicesUsingPOST-default.json +23 -0
  35. package/entities/ApplicationsExternalController/mockdatafiles/findByOriginalOrCanonizedNameUsingPOST-default.json +86 -0
  36. package/entities/ApplicationsExternalController/mockdatafiles/getGroupMembersUsingPOST-default.json +23 -0
  37. package/entities/ApplicationsExternalController/schema.json +25 -0
  38. package/entities/BaselineComplianceExternalController/action.json +25 -0
  39. package/entities/BaselineComplianceExternalController/schema.json +19 -0
  40. package/entities/BrandConfigExternalController/action.json +25 -0
  41. package/entities/BrandConfigExternalController/schema.json +19 -0
  42. package/entities/CloudDbExternalController/action.json +214 -0
  43. package/entities/CloudDbExternalController/mockdatafiles/getContainerInstancesUsingGET-default.json +54 -0
  44. package/entities/CloudDbExternalController/mockdatafiles/getContainerSecurityGroupUsingGET-default.json +28 -0
  45. package/entities/CloudDbExternalController/mockdatafiles/getDevicesBySecuritySegmentUsingGET-default.json +454 -0
  46. package/entities/CloudDbExternalController/mockdatafiles/getInstancesBySecurityGroupUsingGET-default.json +41 -0
  47. package/entities/CloudDbExternalController/schema.json +28 -0
  48. package/entities/ConfigExternalController/action.json +107 -0
  49. package/entities/ConfigExternalController/schema.json +23 -0
  50. package/entities/DeviceExternalController/action.json +290 -0
  51. package/entities/DeviceExternalController/mockdatafiles/getSectionHeadersUsingGET-default.json +10 -0
  52. package/entities/DeviceExternalController/mockdatafiles/getSecurityProfileGroupsUsingGET-default.json +3 -0
  53. package/entities/DeviceExternalController/mockdatafiles/searchChildrenDevicesByParentsUsingPOST-default.json +101 -0
  54. package/entities/DeviceExternalController/mockdatafiles/searchDeviceGroupHierarchyTreeUsingPOST-default.json +486 -0
  55. package/entities/DeviceExternalController/mockdatafiles/searchLeafChildrenDevicesByParentsUsingPOST-default.json +89 -0
  56. package/entities/DeviceExternalController/mockdatafiles/searchParentsDevicesByChildrenUsingPOST-default.json +146 -0
  57. package/entities/DeviceExternalController/schema.json +32 -0
  58. package/entities/DeviceExternalControllerCompatible/action.json +86 -0
  59. package/entities/DeviceExternalControllerCompatible/mockdatafiles/getDevicesByPolicyUsingPOST-default.json +306 -0
  60. package/entities/DeviceExternalControllerCompatible/mockdatafiles/getDevicesUsingGET1-default.json +935 -0
  61. package/entities/DeviceExternalControllerCompatible/schema.json +22 -0
  62. package/entities/DeviceRelocationController/action.json +126 -0
  63. package/entities/DeviceRelocationController/schema.json +24 -0
  64. package/entities/DeviceSetupController/action.json +267 -0
  65. package/entities/DeviceSetupController/mockdatafiles/getAllDevicesDetailsUsingGET-default.json +371 -0
  66. package/entities/DeviceSetupController/mockdatafiles/getCmaManagedDevicesInPv1ModeUsingPOST-default.json +11 -0
  67. package/entities/DeviceSetupController/mockdatafiles/getCmaManagedDevicesUsingPOST-default.json +11 -0
  68. package/entities/DeviceSetupController/mockdatafiles/getFortimangerManagedDevicesUsingPOST-default.json +8 -0
  69. package/entities/DeviceSetupController/mockdatafiles/getPv1ManagedDevicesUsingPOST-default.json +5 -0
  70. package/entities/DeviceSetupController/schema.json +31 -0
  71. package/entities/DeviceZonesController/action.json +25 -0
  72. package/entities/DeviceZonesController/schema.json +19 -0
  73. package/entities/DnsLookupExternalController/action.json +25 -0
  74. package/entities/DnsLookupExternalController/schema.json +19 -0
  75. package/entities/ExternalApi/action.json +380 -0
  76. package/entities/ExternalApi/mockdatafiles/getNetworkObjectsUsingGET-default.json +52 -0
  77. package/entities/ExternalApi/mockdatafiles/getReportRisksUsingGET-default.json +47 -0
  78. package/entities/ExternalApi/mockdatafiles/getRulesColumnsUsingGET-default.json +22 -0
  79. package/entities/ExternalApi/mockdatafiles/getServiceObjectsUsingGET-default.json +18 -0
  80. package/entities/ExternalApi/schema.json +36 -0
  81. package/entities/ExternalRiskyRuleController/action.json +46 -0
  82. package/entities/ExternalRiskyRuleController/schema.json +20 -0
  83. package/entities/ExternalRiskyRuleControllerCompatible/action.json +25 -0
  84. package/entities/ExternalRiskyRuleControllerCompatible/schema.json +19 -0
  85. package/entities/FirewallDataExternalController/action.json +127 -0
  86. package/entities/FirewallDataExternalController/mockdatafiles/getAllBrothersDevicesUsingGET-default.json +4 -0
  87. package/entities/FirewallDataExternalController/mockdatafiles/getOriginalNamesUsingPOST-default.json +18 -0
  88. package/entities/FirewallDataExternalController/mockdatafiles/getTreeAndDisplayOfContainingGroupsUsingGET-default.json +6 -0
  89. package/entities/FirewallDataExternalController/schema.json +24 -0
  90. package/entities/IssuesCenterExternalController/action.json +25 -0
  91. package/entities/IssuesCenterExternalController/schema.json +19 -0
  92. package/entities/LicenseController/action.json +129 -0
  93. package/entities/LicenseController/schema.json +24 -0
  94. package/entities/LicensingExternalController/action.json +46 -0
  95. package/entities/LicensingExternalController/schema.json +20 -0
  96. package/entities/NetworkInterfacesExternalController/action.json +45 -0
  97. package/entities/NetworkInterfacesExternalController/mockdatafiles/getInterfacesUsingGET-default.json +4 -0
  98. package/entities/NetworkInterfacesExternalController/schema.json +20 -0
  99. package/entities/NetworkObjectExternalController/action.json +353 -0
  100. package/entities/NetworkObjectExternalController/mockdatafiles/findByContainerNameAndNameUsingGET-default.json +5 -0
  101. package/entities/NetworkObjectExternalController/mockdatafiles/findByNameAndContainerNameUsingGET-default.json +61 -0
  102. package/entities/NetworkObjectExternalController/mockdatafiles/findByOriginalOrCanonizedNameUsingPOST1-default.json +199 -0
  103. package/entities/NetworkObjectExternalController/mockdatafiles/findNetworkObjectsForQueryUsingPOST-default.json +208 -0
  104. package/entities/NetworkObjectExternalController/mockdatafiles/getApplicationProfilesUsingGET-default.json +4 -0
  105. package/entities/NetworkObjectExternalController/mockdatafiles/getObjectsUsingGET-default.json +101 -0
  106. package/entities/NetworkObjectExternalController/schema.json +35 -0
  107. package/entities/NetworkServicesExternalController/action.json +25 -0
  108. package/entities/NetworkServicesExternalController/schema.json +19 -0
  109. package/entities/PolicyOptimizationController/action.json +67 -0
  110. package/entities/PolicyOptimizationController/mockdatafiles/getDisabledRulesUsingGET-default.json +6041 -0
  111. package/entities/PolicyOptimizationController/mockdatafiles/getRulesWithoutCommentsUsingGET-default.json +17588 -0
  112. package/entities/PolicyOptimizationController/mockdatafiles/getRulesWithoutLoggingUsingGET-default.json +9295 -0
  113. package/entities/PolicyOptimizationController/schema.json +21 -0
  114. package/entities/ReportExternalController/action.json +87 -0
  115. package/entities/ReportExternalController/mockdatafiles/getReportIdsUsingGET-default.json +4 -0
  116. package/entities/ReportExternalController/schema.json +22 -0
  117. package/entities/RiskCheckExternalController/action.json +44 -0
  118. package/entities/RiskCheckExternalController/schema.json +20 -0
  119. package/entities/RuleExternalController/action.json +247 -0
  120. package/entities/RuleExternalController/mockdatafiles/findRuleIdByRuleNumberUsingPOST-default.json +5 -0
  121. package/entities/RuleExternalController/mockdatafiles/getAllRulesUsingGET-default.json +2482 -0
  122. package/entities/RuleExternalController/mockdatafiles/getRulesUsingPOST-default.json +2446 -0
  123. package/entities/RuleExternalController/schema.json +30 -0
  124. package/entities/RuleExternalControllerCompatible/action.json +25 -0
  125. package/entities/RuleExternalControllerCompatible/mockdatafiles/getRulesUsingGET-default.json +3 -0
  126. package/entities/RuleExternalControllerCompatible/schema.json +19 -0
  127. package/entities/RuleIdentifierExternalController/action.json +24 -0
  128. package/entities/RuleIdentifierExternalController/schema.json +19 -0
  129. package/entities/SecurityZonesExternalController/action.json +67 -0
  130. package/entities/SecurityZonesExternalController/schema.json +32 -0
  131. package/entities/SupportZipController/action.json +24 -0
  132. package/entities/SupportZipController/schema.json +19 -0
  133. package/entities/TrafficSimulationQueryExternalController/action.json +24 -0
  134. package/entities/TrafficSimulationQueryExternalController/schema.json +19 -0
  135. package/entities/TrustedTrafficDataExternalController/action.json +146 -0
  136. package/entities/TrustedTrafficDataExternalController/mockdatafiles/addTrustedTrafficDataUsingPOST-default.json +3 -0
  137. package/entities/TrustedTrafficDataExternalController/mockdatafiles/editTrustedTrafficDataUsingPUT-default.json +4 -0
  138. package/entities/TrustedTrafficDataExternalController/mockdatafiles/exportTrustedTrafficUsingGET-default.json +6 -0
  139. package/entities/TrustedTrafficDataExternalController/mockdatafiles/importTrustedTrafficFromFileUsingPOST-default.json +6 -0
  140. package/entities/TrustedTrafficDataExternalController/mockdatafiles/trustRiskRuleUsingPOST-default.json +4 -0
  141. package/entities/TrustedTrafficDataExternalController/schema.json +25 -0
  142. package/entities/UrlCategoriesController/action.json +227 -0
  143. package/entities/UrlCategoriesController/mockdatafiles/getUrlIpsUsingGET-default.json +6 -0
  144. package/entities/UrlCategoriesController/schema.json +40 -0
  145. package/entities/UsersExternalController/action.json +46 -0
  146. package/entities/UsersExternalController/schema.json +20 -0
  147. package/error.json +190 -0
  148. package/package.json +86 -0
  149. package/pronghorn.json +16879 -0
  150. package/propertiesDecorators.json +14 -0
  151. package/propertiesSchema.json +1248 -0
  152. package/refs?service=git-upload-pack +0 -0
  153. package/report/algosec_firewall_swagger.json +14731 -0
  154. package/report/creationReport.json +1325 -0
  155. package/sampleProperties.json +195 -0
  156. package/test/integration/adapterTestBasicGet.js +83 -0
  157. package/test/integration/adapterTestConnectivity.js +93 -0
  158. package/test/integration/adapterTestIntegration.js +5196 -0
  159. package/test/unit/adapterBaseTestUnit.js +949 -0
  160. package/test/unit/adapterTestUnit.js +6610 -0
  161. package/utils/adapterInfo.js +206 -0
  162. package/utils/addAuth.js +94 -0
  163. package/utils/artifactize.js +146 -0
  164. package/utils/basicGet.js +50 -0
  165. package/utils/checkMigrate.js +63 -0
  166. package/utils/entitiesToDB.js +178 -0
  167. package/utils/findPath.js +74 -0
  168. package/utils/methodDocumentor.js +225 -0
  169. package/utils/modify.js +154 -0
  170. package/utils/packModificationScript.js +35 -0
  171. package/utils/patches2bundledDeps.js +90 -0
  172. package/utils/pre-commit.sh +32 -0
  173. package/utils/removeHooks.js +20 -0
  174. package/utils/setup.js +33 -0
  175. package/utils/tbScript.js +246 -0
  176. package/utils/tbUtils.js +490 -0
  177. package/utils/testRunner.js +298 -0
  178. package/utils/troubleshootingAdapter.js +195 -0
  179. package/workflows/README.md +3 -0
@@ -0,0 +1,1325 @@
1
+ {
2
+ "errors": [],
3
+ "statistics": [
4
+ {
5
+ "owner": "errorJson",
6
+ "description": "Standard adapter errors available for use",
7
+ "value": 31
8
+ },
9
+ {
10
+ "owner": "packageJson",
11
+ "description": "Number of production dependencies",
12
+ "value": 16
13
+ },
14
+ {
15
+ "owner": "packageJson",
16
+ "description": "Number of development dependencies",
17
+ "value": 7
18
+ },
19
+ {
20
+ "owner": "packageJson",
21
+ "description": "Number of npm scripts",
22
+ "value": 22
23
+ },
24
+ {
25
+ "owner": "packageJson",
26
+ "description": "Runtime Library dependency",
27
+ "value": "^4.48.0"
28
+ },
29
+ {
30
+ "owner": "propertiesSchemaJson",
31
+ "description": "Adapter properties defined in the propertiesSchema file",
32
+ "value": 70
33
+ },
34
+ {
35
+ "owner": "adapterJS",
36
+ "description": "Lines of code generated in adapter.js",
37
+ "value": 15347
38
+ },
39
+ {
40
+ "owner": "adapterJS",
41
+ "description": "Number of Functions added to adapter.js",
42
+ "value": 171
43
+ },
44
+ {
45
+ "owner": "pronghornJson",
46
+ "description": "Number of Methods added to pronghorn.json",
47
+ "value": 171
48
+ },
49
+ {
50
+ "owner": "markdown",
51
+ "description": "Number of lines in the README.md",
52
+ "value": 338
53
+ },
54
+ {
55
+ "owner": "markdown",
56
+ "description": "Number of lines in the SUMMARY.md",
57
+ "value": 9
58
+ },
59
+ {
60
+ "owner": "markdown",
61
+ "description": "Number of lines in the PROPERTIES.md",
62
+ "value": 642
63
+ },
64
+ {
65
+ "owner": "markdown",
66
+ "description": "Number of lines in the TROUBLESHOOT.md",
67
+ "value": 48
68
+ },
69
+ {
70
+ "owner": "markdown",
71
+ "description": "Number of lines in the ENHANCE.md",
72
+ "value": 70
73
+ },
74
+ {
75
+ "owner": "markdown",
76
+ "description": "Number of lines in the BROKER.md",
77
+ "value": 200
78
+ },
79
+ {
80
+ "owner": "markdown",
81
+ "description": "Number of lines in the CALLS.md",
82
+ "value": 171
83
+ },
84
+ {
85
+ "owner": "markdown",
86
+ "description": "Number of lines in the AUTH.md",
87
+ "value": 40
88
+ },
89
+ {
90
+ "owner": "markdown",
91
+ "description": "Number of lines in the SYSTEMINFO.md",
92
+ "value": 11
93
+ },
94
+ {
95
+ "owner": "unitTestJS",
96
+ "description": "Number of lines of code in unit tests",
97
+ "value": 6611
98
+ },
99
+ {
100
+ "owner": "unitTestJS",
101
+ "description": "Number of unit tests",
102
+ "value": 417
103
+ },
104
+ {
105
+ "owner": "integrationTestJS",
106
+ "description": "Number of lines of code in integration tests",
107
+ "value": 5197
108
+ },
109
+ {
110
+ "owner": "integrationTestJS",
111
+ "description": "Number of integration tests",
112
+ "value": 176
113
+ },
114
+ {
115
+ "owner": "actionJson",
116
+ "description": "Number of actions for DeviceExternalControllerCompatible entity",
117
+ "value": 4
118
+ },
119
+ {
120
+ "owner": "actionJson",
121
+ "description": "Number of actions for AnalyzeTaskExternalControllerCompatible entity",
122
+ "value": 2
123
+ },
124
+ {
125
+ "owner": "actionJson",
126
+ "description": "Number of actions for AnalyzeTaskExternalController entity",
127
+ "value": 2
128
+ },
129
+ {
130
+ "owner": "actionJson",
131
+ "description": "Number of actions for ApplicationsExternalController entity",
132
+ "value": 7
133
+ },
134
+ {
135
+ "owner": "actionJson",
136
+ "description": "Number of actions for BaselineComplianceExternalController entity",
137
+ "value": 1
138
+ },
139
+ {
140
+ "owner": "actionJson",
141
+ "description": "Number of actions for BrandConfigExternalController entity",
142
+ "value": 1
143
+ },
144
+ {
145
+ "owner": "actionJson",
146
+ "description": "Number of actions for SupportZipController entity",
147
+ "value": 1
148
+ },
149
+ {
150
+ "owner": "actionJson",
151
+ "description": "Number of actions for CloudDbExternalController entity",
152
+ "value": 10
153
+ },
154
+ {
155
+ "owner": "actionJson",
156
+ "description": "Number of actions for ConfigExternalController entity",
157
+ "value": 5
158
+ },
159
+ {
160
+ "owner": "actionJson",
161
+ "description": "Number of actions for DeviceExternalController entity",
162
+ "value": 14
163
+ },
164
+ {
165
+ "owner": "actionJson",
166
+ "description": "Number of actions for DeviceRelocationController entity",
167
+ "value": 6
168
+ },
169
+ {
170
+ "owner": "actionJson",
171
+ "description": "Number of actions for DeviceZonesController entity",
172
+ "value": 1
173
+ },
174
+ {
175
+ "owner": "actionJson",
176
+ "description": "Number of actions for DeviceSetupController entity",
177
+ "value": 13
178
+ },
179
+ {
180
+ "owner": "actionJson",
181
+ "description": "Number of actions for DnsLookupExternalController entity",
182
+ "value": 1
183
+ },
184
+ {
185
+ "owner": "actionJson",
186
+ "description": "Number of actions for FirewallDataExternalController entity",
187
+ "value": 6
188
+ },
189
+ {
190
+ "owner": "actionJson",
191
+ "description": "Number of actions for NetworkInterfacesExternalController entity",
192
+ "value": 2
193
+ },
194
+ {
195
+ "owner": "actionJson",
196
+ "description": "Number of actions for IssuesCenterExternalController entity",
197
+ "value": 1
198
+ },
199
+ {
200
+ "owner": "actionJson",
201
+ "description": "Number of actions for LicenseController entity",
202
+ "value": 6
203
+ },
204
+ {
205
+ "owner": "actionJson",
206
+ "description": "Number of actions for LicensingExternalController entity",
207
+ "value": 2
208
+ },
209
+ {
210
+ "owner": "actionJson",
211
+ "description": "Number of actions for NetworkObjectExternalController entity",
212
+ "value": 17
213
+ },
214
+ {
215
+ "owner": "actionJson",
216
+ "description": "Number of actions for NetworkServicesExternalController entity",
217
+ "value": 1
218
+ },
219
+ {
220
+ "owner": "actionJson",
221
+ "description": "Number of actions for UrlCategoriesController entity",
222
+ "value": 11
223
+ },
224
+ {
225
+ "owner": "actionJson",
226
+ "description": "Number of actions for TrafficSimulationQueryExternalController entity",
227
+ "value": 1
228
+ },
229
+ {
230
+ "owner": "actionJson",
231
+ "description": "Number of actions for ReportExternalController entity",
232
+ "value": 4
233
+ },
234
+ {
235
+ "owner": "actionJson",
236
+ "description": "Number of actions for RiskCheckExternalController entity",
237
+ "value": 2
238
+ },
239
+ {
240
+ "owner": "actionJson",
241
+ "description": "Number of actions for ExternalRiskyRuleControllerCompatible entity",
242
+ "value": 1
243
+ },
244
+ {
245
+ "owner": "actionJson",
246
+ "description": "Number of actions for ExternalRiskyRuleController entity",
247
+ "value": 2
248
+ },
249
+ {
250
+ "owner": "actionJson",
251
+ "description": "Number of actions for RuleExternalController entity",
252
+ "value": 12
253
+ },
254
+ {
255
+ "owner": "actionJson",
256
+ "description": "Number of actions for PolicyOptimizationController entity",
257
+ "value": 3
258
+ },
259
+ {
260
+ "owner": "actionJson",
261
+ "description": "Number of actions for RuleIdentifierExternalController entity",
262
+ "value": 1
263
+ },
264
+ {
265
+ "owner": "actionJson",
266
+ "description": "Number of actions for RuleExternalControllerCompatible entity",
267
+ "value": 1
268
+ },
269
+ {
270
+ "owner": "actionJson",
271
+ "description": "Number of actions for SecurityZonesExternalController entity",
272
+ "value": 3
273
+ },
274
+ {
275
+ "owner": "actionJson",
276
+ "description": "Number of actions for ExternalApi entity",
277
+ "value": 18
278
+ },
279
+ {
280
+ "owner": "actionJson",
281
+ "description": "Number of actions for TrustedTrafficDataExternalController entity",
282
+ "value": 7
283
+ },
284
+ {
285
+ "owner": "actionJson",
286
+ "description": "Number of actions for UsersExternalController entity",
287
+ "value": 2
288
+ },
289
+ {
290
+ "owner": "actionJson",
291
+ "description": "Total number of actions",
292
+ "value": 171
293
+ },
294
+ {
295
+ "owner": "actionJson",
296
+ "description": "Total number of entities",
297
+ "value": 35
298
+ },
299
+ {
300
+ "owner": "schemaJson",
301
+ "description": "Number of schemas for DeviceExternalControllerCompatible entity",
302
+ "value": 1
303
+ },
304
+ {
305
+ "owner": "schemaJson",
306
+ "description": "Number of schemas for AnalyzeTaskExternalControllerCompatible entity",
307
+ "value": 1
308
+ },
309
+ {
310
+ "owner": "schemaJson",
311
+ "description": "Number of schemas for AnalyzeTaskExternalController entity",
312
+ "value": 1
313
+ },
314
+ {
315
+ "owner": "schemaJson",
316
+ "description": "Number of schemas for ApplicationsExternalController entity",
317
+ "value": 1
318
+ },
319
+ {
320
+ "owner": "schemaJson",
321
+ "description": "Number of schemas for BaselineComplianceExternalController entity",
322
+ "value": 1
323
+ },
324
+ {
325
+ "owner": "schemaJson",
326
+ "description": "Number of schemas for BrandConfigExternalController entity",
327
+ "value": 1
328
+ },
329
+ {
330
+ "owner": "schemaJson",
331
+ "description": "Number of schemas for SupportZipController entity",
332
+ "value": 1
333
+ },
334
+ {
335
+ "owner": "schemaJson",
336
+ "description": "Number of schemas for CloudDbExternalController entity",
337
+ "value": 1
338
+ },
339
+ {
340
+ "owner": "schemaJson",
341
+ "description": "Number of schemas for ConfigExternalController entity",
342
+ "value": 1
343
+ },
344
+ {
345
+ "owner": "schemaJson",
346
+ "description": "Number of schemas for DeviceExternalController entity",
347
+ "value": 1
348
+ },
349
+ {
350
+ "owner": "schemaJson",
351
+ "description": "Number of schemas for DeviceRelocationController entity",
352
+ "value": 1
353
+ },
354
+ {
355
+ "owner": "schemaJson",
356
+ "description": "Number of schemas for DeviceZonesController entity",
357
+ "value": 1
358
+ },
359
+ {
360
+ "owner": "schemaJson",
361
+ "description": "Number of schemas for DeviceSetupController entity",
362
+ "value": 1
363
+ },
364
+ {
365
+ "owner": "schemaJson",
366
+ "description": "Number of schemas for DnsLookupExternalController entity",
367
+ "value": 1
368
+ },
369
+ {
370
+ "owner": "schemaJson",
371
+ "description": "Number of schemas for FirewallDataExternalController entity",
372
+ "value": 1
373
+ },
374
+ {
375
+ "owner": "schemaJson",
376
+ "description": "Number of schemas for NetworkInterfacesExternalController entity",
377
+ "value": 1
378
+ },
379
+ {
380
+ "owner": "schemaJson",
381
+ "description": "Number of schemas for IssuesCenterExternalController entity",
382
+ "value": 1
383
+ },
384
+ {
385
+ "owner": "schemaJson",
386
+ "description": "Number of schemas for LicenseController entity",
387
+ "value": 1
388
+ },
389
+ {
390
+ "owner": "schemaJson",
391
+ "description": "Number of schemas for LicensingExternalController entity",
392
+ "value": 1
393
+ },
394
+ {
395
+ "owner": "schemaJson",
396
+ "description": "Number of schemas for NetworkObjectExternalController entity",
397
+ "value": 1
398
+ },
399
+ {
400
+ "owner": "schemaJson",
401
+ "description": "Number of schemas for NetworkServicesExternalController entity",
402
+ "value": 1
403
+ },
404
+ {
405
+ "owner": "schemaJson",
406
+ "description": "Number of schemas for UrlCategoriesController entity",
407
+ "value": 1
408
+ },
409
+ {
410
+ "owner": "schemaJson",
411
+ "description": "Number of schemas for TrafficSimulationQueryExternalController entity",
412
+ "value": 1
413
+ },
414
+ {
415
+ "owner": "schemaJson",
416
+ "description": "Number of schemas for ReportExternalController entity",
417
+ "value": 1
418
+ },
419
+ {
420
+ "owner": "schemaJson",
421
+ "description": "Number of schemas for RiskCheckExternalController entity",
422
+ "value": 1
423
+ },
424
+ {
425
+ "owner": "schemaJson",
426
+ "description": "Number of schemas for ExternalRiskyRuleControllerCompatible entity",
427
+ "value": 1
428
+ },
429
+ {
430
+ "owner": "schemaJson",
431
+ "description": "Number of schemas for ExternalRiskyRuleController entity",
432
+ "value": 1
433
+ },
434
+ {
435
+ "owner": "schemaJson",
436
+ "description": "Number of schemas for RuleExternalController entity",
437
+ "value": 1
438
+ },
439
+ {
440
+ "owner": "schemaJson",
441
+ "description": "Number of schemas for PolicyOptimizationController entity",
442
+ "value": 1
443
+ },
444
+ {
445
+ "owner": "schemaJson",
446
+ "description": "Number of schemas for RuleIdentifierExternalController entity",
447
+ "value": 1
448
+ },
449
+ {
450
+ "owner": "schemaJson",
451
+ "description": "Number of schemas for RuleExternalControllerCompatible entity",
452
+ "value": 1
453
+ },
454
+ {
455
+ "owner": "schemaJson",
456
+ "description": "Number of schemas for SecurityZonesExternalController entity",
457
+ "value": 1
458
+ },
459
+ {
460
+ "owner": "schemaJson",
461
+ "description": "Number of schemas for ExternalApi entity",
462
+ "value": 1
463
+ },
464
+ {
465
+ "owner": "schemaJson",
466
+ "description": "Number of schemas for TrustedTrafficDataExternalController entity",
467
+ "value": 1
468
+ },
469
+ {
470
+ "owner": "schemaJson",
471
+ "description": "Number of schemas for UsersExternalController entity",
472
+ "value": 1
473
+ },
474
+ {
475
+ "owner": "schemaJson",
476
+ "description": "Total number of schemas",
477
+ "value": 35
478
+ },
479
+ {
480
+ "owner": "mockdata",
481
+ "description": "Number of mock data files for DeviceExternalControllerCompatible entity",
482
+ "value": 2
483
+ },
484
+ {
485
+ "owner": "mockdata",
486
+ "description": "Number of mock data files for AnalyzeTaskExternalControllerCompatible entity",
487
+ "value": 0
488
+ },
489
+ {
490
+ "owner": "mockdata",
491
+ "description": "Number of mock data files for AnalyzeTaskExternalController entity",
492
+ "value": 1
493
+ },
494
+ {
495
+ "owner": "mockdata",
496
+ "description": "Number of mock data files for ApplicationsExternalController entity",
497
+ "value": 4
498
+ },
499
+ {
500
+ "owner": "mockdata",
501
+ "description": "Number of mock data files for BaselineComplianceExternalController entity",
502
+ "value": 0
503
+ },
504
+ {
505
+ "owner": "mockdata",
506
+ "description": "Number of mock data files for BrandConfigExternalController entity",
507
+ "value": 0
508
+ },
509
+ {
510
+ "owner": "mockdata",
511
+ "description": "Number of mock data files for SupportZipController entity",
512
+ "value": 0
513
+ },
514
+ {
515
+ "owner": "mockdata",
516
+ "description": "Number of mock data files for CloudDbExternalController entity",
517
+ "value": 4
518
+ },
519
+ {
520
+ "owner": "mockdata",
521
+ "description": "Number of mock data files for ConfigExternalController entity",
522
+ "value": 0
523
+ },
524
+ {
525
+ "owner": "mockdata",
526
+ "description": "Number of mock data files for DeviceExternalController entity",
527
+ "value": 6
528
+ },
529
+ {
530
+ "owner": "mockdata",
531
+ "description": "Number of mock data files for DeviceRelocationController entity",
532
+ "value": 0
533
+ },
534
+ {
535
+ "owner": "mockdata",
536
+ "description": "Number of mock data files for DeviceZonesController entity",
537
+ "value": 0
538
+ },
539
+ {
540
+ "owner": "mockdata",
541
+ "description": "Number of mock data files for DeviceSetupController entity",
542
+ "value": 5
543
+ },
544
+ {
545
+ "owner": "mockdata",
546
+ "description": "Number of mock data files for DnsLookupExternalController entity",
547
+ "value": 0
548
+ },
549
+ {
550
+ "owner": "mockdata",
551
+ "description": "Number of mock data files for FirewallDataExternalController entity",
552
+ "value": 3
553
+ },
554
+ {
555
+ "owner": "mockdata",
556
+ "description": "Number of mock data files for NetworkInterfacesExternalController entity",
557
+ "value": 1
558
+ },
559
+ {
560
+ "owner": "mockdata",
561
+ "description": "Number of mock data files for IssuesCenterExternalController entity",
562
+ "value": 0
563
+ },
564
+ {
565
+ "owner": "mockdata",
566
+ "description": "Number of mock data files for LicenseController entity",
567
+ "value": 0
568
+ },
569
+ {
570
+ "owner": "mockdata",
571
+ "description": "Number of mock data files for LicensingExternalController entity",
572
+ "value": 0
573
+ },
574
+ {
575
+ "owner": "mockdata",
576
+ "description": "Number of mock data files for NetworkObjectExternalController entity",
577
+ "value": 6
578
+ },
579
+ {
580
+ "owner": "mockdata",
581
+ "description": "Number of mock data files for NetworkServicesExternalController entity",
582
+ "value": 0
583
+ },
584
+ {
585
+ "owner": "mockdata",
586
+ "description": "Number of mock data files for UrlCategoriesController entity",
587
+ "value": 1
588
+ },
589
+ {
590
+ "owner": "mockdata",
591
+ "description": "Number of mock data files for TrafficSimulationQueryExternalController entity",
592
+ "value": 0
593
+ },
594
+ {
595
+ "owner": "mockdata",
596
+ "description": "Number of mock data files for ReportExternalController entity",
597
+ "value": 1
598
+ },
599
+ {
600
+ "owner": "mockdata",
601
+ "description": "Number of mock data files for RiskCheckExternalController entity",
602
+ "value": 0
603
+ },
604
+ {
605
+ "owner": "mockdata",
606
+ "description": "Number of mock data files for ExternalRiskyRuleControllerCompatible entity",
607
+ "value": 0
608
+ },
609
+ {
610
+ "owner": "mockdata",
611
+ "description": "Number of mock data files for ExternalRiskyRuleController entity",
612
+ "value": 0
613
+ },
614
+ {
615
+ "owner": "mockdata",
616
+ "description": "Number of mock data files for RuleExternalController entity",
617
+ "value": 3
618
+ },
619
+ {
620
+ "owner": "mockdata",
621
+ "description": "Number of mock data files for PolicyOptimizationController entity",
622
+ "value": 3
623
+ },
624
+ {
625
+ "owner": "mockdata",
626
+ "description": "Number of mock data files for RuleIdentifierExternalController entity",
627
+ "value": 0
628
+ },
629
+ {
630
+ "owner": "mockdata",
631
+ "description": "Number of mock data files for RuleExternalControllerCompatible entity",
632
+ "value": 1
633
+ },
634
+ {
635
+ "owner": "mockdata",
636
+ "description": "Number of mock data files for SecurityZonesExternalController entity",
637
+ "value": 0
638
+ },
639
+ {
640
+ "owner": "mockdata",
641
+ "description": "Number of mock data files for ExternalApi entity",
642
+ "value": 4
643
+ },
644
+ {
645
+ "owner": "mockdata",
646
+ "description": "Number of mock data files for TrustedTrafficDataExternalController entity",
647
+ "value": 5
648
+ },
649
+ {
650
+ "owner": "mockdata",
651
+ "description": "Number of mock data files for UsersExternalController entity",
652
+ "value": 0
653
+ },
654
+ {
655
+ "owner": "mockdata",
656
+ "description": "Total number of mock data files",
657
+ "value": 50
658
+ },
659
+ {
660
+ "owner": "actionJson",
661
+ "description": "Number of actions for .system entity",
662
+ "value": 2
663
+ },
664
+ {
665
+ "owner": "schemaJson",
666
+ "description": "Number of schemas for .system entity",
667
+ "value": 3
668
+ },
669
+ {
670
+ "owner": "mockdata",
671
+ "description": "Number of mock data files for .system entity",
672
+ "value": 2
673
+ },
674
+ {
675
+ "owner": "System",
676
+ "description": "System entity files",
677
+ "value": 6
678
+ },
679
+ {
680
+ "owner": "usecases",
681
+ "description": "Number of workflows",
682
+ "value": 0
683
+ },
684
+ {
685
+ "owner": "staticFile",
686
+ "description": "Number of lines of code in adapterBase.js",
687
+ "value": 1788
688
+ },
689
+ {
690
+ "owner": "staticFile",
691
+ "description": "Number of static files added",
692
+ "value": 38
693
+ },
694
+ {
695
+ "owner": "Overall",
696
+ "description": "Total lines of Code",
697
+ "value": 28943
698
+ },
699
+ {
700
+ "owner": "Overall",
701
+ "description": "Total Tests",
702
+ "value": 593
703
+ },
704
+ {
705
+ "owner": "Overall",
706
+ "description": "Total Files",
707
+ "value": 172
708
+ }
709
+ ],
710
+ "warnings": [],
711
+ "apiParsingReport": {
712
+ "no_mockdata": [
713
+ {
714
+ "fnName": "getDevicesByPolicyGroupsUsingPOST",
715
+ "method": "post",
716
+ "path": "/deviceByPolicyGroup"
717
+ },
718
+ {
719
+ "fnName": "getNumberOfDevicesSharingPolicyUsingGET",
720
+ "method": "get",
721
+ "path": "/numberOfDevicesSharingPolicy"
722
+ },
723
+ {
724
+ "fnName": "analyzeUsingPOST",
725
+ "method": "post",
726
+ "path": "/analysis/start"
727
+ },
728
+ {
729
+ "fnName": "getAnalyzeStatusUsingGET",
730
+ "method": "get",
731
+ "path": "/analysis/status"
732
+ },
733
+ {
734
+ "fnName": "getCurrentAnalyzeTaskStatusesOfDeviceUsingGET",
735
+ "method": "get",
736
+ "path": "/analyzeTask/status/device"
737
+ },
738
+ {
739
+ "fnName": "findByCanonizedNameContainingUsingGET",
740
+ "method": "get",
741
+ "path": "/applications/findByOriginalNameContaining"
742
+ },
743
+ {
744
+ "fnName": "findByUnitsUsingPOST",
745
+ "method": "post",
746
+ "path": "/applications/findByUnits"
747
+ },
748
+ {
749
+ "fnName": "findExactMatchContainingAllApplicationsUsingPOST",
750
+ "method": "post",
751
+ "path": "/applications/findExactMatchContainingAllApplications"
752
+ },
753
+ {
754
+ "fnName": "getBaselineComplianceUsingGET",
755
+ "method": "get",
756
+ "path": "/baseline_compliance"
757
+ },
758
+ {
759
+ "fnName": "getBrandPropertiesByDeviceUsingGET",
760
+ "method": "get",
761
+ "path": "/brandConfig/properties/byDeviceName/{deviceName}"
762
+ },
763
+ {
764
+ "fnName": "downloadSupportZipUsingPOST",
765
+ "method": "post",
766
+ "path": "/bridge/download/supportZip"
767
+ },
768
+ {
769
+ "fnName": "getDevicesUsingGET",
770
+ "method": "get",
771
+ "path": "/cloudDB/device"
772
+ },
773
+ {
774
+ "fnName": "getSecuritySegmentCapacityUsingGET",
775
+ "method": "get",
776
+ "path": "/cloudDB/getSecuritySegmentCapacity"
777
+ },
778
+ {
779
+ "fnName": "getSecuritySegmentCapacityPerDirectionUsingGET",
780
+ "method": "get",
781
+ "path": "/cloudDB/getSecuritySegmentCapacityPerDirection"
782
+ },
783
+ {
784
+ "fnName": "getSecuritySegmentByNameAndContainerUsingGET",
785
+ "method": "get",
786
+ "path": "/cloudDB/getSecuritySegmentIdByName"
787
+ },
788
+ {
789
+ "fnName": "getSecuritySegmentInstancesAmountUsingGET",
790
+ "method": "get",
791
+ "path": "/cloudDB/getSecuritySegmentInstancesAmount"
792
+ },
793
+ {
794
+ "fnName": "getSecuritySegmentRulesNumberUsingGET",
795
+ "method": "get",
796
+ "path": "/cloudDB/getSecuritySegmentRulesNumber"
797
+ },
798
+ {
799
+ "fnName": "getAllUsingGET",
800
+ "method": "get",
801
+ "path": "/config"
802
+ },
803
+ {
804
+ "fnName": "configureProxyServerUsingPOST",
805
+ "method": "post",
806
+ "path": "/config/proxy"
807
+ },
808
+ {
809
+ "fnName": "getUiParametersUsingGET",
810
+ "method": "get",
811
+ "path": "/config/uiParameters"
812
+ },
813
+ {
814
+ "fnName": "setConfigValuesUsingPOST",
815
+ "method": "post",
816
+ "path": "/config/values"
817
+ },
818
+ {
819
+ "fnName": "getConfigUsingGET",
820
+ "method": "get",
821
+ "path": "/config/{key}"
822
+ },
823
+ {
824
+ "fnName": "exportChangesToExcelFileUsingGET",
825
+ "method": "get",
826
+ "path": "/device/exportChanges/xls"
827
+ },
828
+ {
829
+ "fnName": "getDevicesLastUpdateTimeUsingPOST",
830
+ "method": "post",
831
+ "path": "/device/getLastUpdateTime"
832
+ },
833
+ {
834
+ "fnName": "getDeviceUpdateTimeFormattedUsingGET",
835
+ "method": "get",
836
+ "path": "/device/getUpdateTimeFormatted/{device}"
837
+ },
838
+ {
839
+ "fnName": "searchDeviceInterfacesAndRoutedUsingPOST",
840
+ "method": "post",
841
+ "path": "/device/interfacesWithConnectedVRs"
842
+ },
843
+ {
844
+ "fnName": "getNumberOfRulesUsingPOST",
845
+ "method": "post",
846
+ "path": "/device/numberOfRules"
847
+ },
848
+ {
849
+ "fnName": "getRealNameUsingPOST",
850
+ "method": "post",
851
+ "path": "/device/realName"
852
+ },
853
+ {
854
+ "fnName": "getDeviceSummaryUsingGET",
855
+ "method": "get",
856
+ "path": "/device/summary/{deviceName}"
857
+ },
858
+ {
859
+ "fnName": "getDeviceUsingGET",
860
+ "method": "get",
861
+ "path": "/device/{device}"
862
+ },
863
+ {
864
+ "fnName": "statusUsingGET",
865
+ "method": "get",
866
+ "path": "/device/relocation"
867
+ },
868
+ {
869
+ "fnName": "executeUsingPOST",
870
+ "method": "post",
871
+ "path": "/device/relocation"
872
+ },
873
+ {
874
+ "fnName": "cancelUsingDELETE",
875
+ "method": "delete",
876
+ "path": "/device/relocation"
877
+ },
878
+ {
879
+ "fnName": "isRunningUsingGET",
880
+ "method": "get",
881
+ "path": "/device/relocation/checkRunning"
882
+ },
883
+ {
884
+ "fnName": "enableDevicesUsingPUT",
885
+ "method": "put",
886
+ "path": "/device/relocation/enableDevices"
887
+ },
888
+ {
889
+ "fnName": "enableDevicesOnRemoteAgentUsingPUT",
890
+ "method": "put",
891
+ "path": "/device/relocation/enableDevicesOnRemoteAgent"
892
+ },
893
+ {
894
+ "fnName": "getDeviceZonesUsingGET",
895
+ "method": "get",
896
+ "path": "/deviceZones"
897
+ },
898
+ {
899
+ "fnName": "createUsingPOST",
900
+ "method": "post",
901
+ "path": "/devices"
902
+ },
903
+ {
904
+ "fnName": "updateUsingPUT",
905
+ "method": "put",
906
+ "path": "/devices"
907
+ },
908
+ {
909
+ "fnName": "getExampleUsingGET",
910
+ "method": "get",
911
+ "path": "/devices/examples/{brandName}"
912
+ },
913
+ {
914
+ "fnName": "createExternalUsingPOST",
915
+ "method": "post",
916
+ "path": "/devices/external"
917
+ },
918
+ {
919
+ "fnName": "updateExternalUsingPUT",
920
+ "method": "put",
921
+ "path": "/devices/external"
922
+ },
923
+ {
924
+ "fnName": "getManagedDevicesUsingPOST",
925
+ "method": "post",
926
+ "path": "/devices/managedDevices/genericDevices"
927
+ },
928
+ {
929
+ "fnName": "getDeviceDetailsUsingGET",
930
+ "method": "get",
931
+ "path": "/devices/{deviceName}"
932
+ },
933
+ {
934
+ "fnName": "deleteUsingDELETE",
935
+ "method": "delete",
936
+ "path": "/devices/{deviceName}"
937
+ },
938
+ {
939
+ "fnName": "dnsLookupUsingGET",
940
+ "method": "get",
941
+ "path": "/dnslookup"
942
+ },
943
+ {
944
+ "fnName": "bulkUpdateCloudAccountsUsingPUT",
945
+ "method": "put",
946
+ "path": "/firewallData/bulkUpdateCloudAccounts"
947
+ },
948
+ {
949
+ "fnName": "getAllLeafMembersNamesUsingPOST",
950
+ "method": "post",
951
+ "path": "/firewallData/getAllLeafMembersNames"
952
+ },
953
+ {
954
+ "fnName": "getEntityTypeByNameUsingGET",
955
+ "method": "get",
956
+ "path": "/firewallData/getEntityTypeByName"
957
+ },
958
+ {
959
+ "fnName": "updateInterfacesUsingPOST",
960
+ "method": "post",
961
+ "path": "/interfaces"
962
+ },
963
+ {
964
+ "fnName": "getSessionIdUsingGET",
965
+ "method": "get",
966
+ "path": "/issues_center/session_path"
967
+ },
968
+ {
969
+ "fnName": "getAllUsingGET1",
970
+ "method": "get",
971
+ "path": "/license"
972
+ },
973
+ {
974
+ "fnName": "reloadAllLicenseUsingDELETE",
975
+ "method": "delete",
976
+ "path": "/license"
977
+ },
978
+ {
979
+ "fnName": "isLicenseExceededUsingGET",
980
+ "method": "get",
981
+ "path": "/license/isExceeded"
982
+ },
983
+ {
984
+ "fnName": "isLicenseGoingToBeExpiredUsingGET",
985
+ "method": "get",
986
+ "path": "/license/isGoingToBeExpired"
987
+ },
988
+ {
989
+ "fnName": "licenseUsageCountUsingGET",
990
+ "method": "get",
991
+ "path": "/license/licenseUsageCount"
992
+ },
993
+ {
994
+ "fnName": "getConfigUsingGET2",
995
+ "method": "get",
996
+ "path": "/license/{key}"
997
+ },
998
+ {
999
+ "fnName": "exportLicenseUsageUsingGET",
1000
+ "method": "get",
1001
+ "path": "/licensing/exportLicenseUsage"
1002
+ },
1003
+ {
1004
+ "fnName": "exportPublicCloudUsageUsingGET",
1005
+ "method": "get",
1006
+ "path": "/licensing/exportPublicCloudUsage"
1007
+ },
1008
+ {
1009
+ "fnName": "isObjectContainerObjectsGroupUsingGET",
1010
+ "method": "get",
1011
+ "path": "/networkObject/search/container/{objectContainer}/objects/groupMembership"
1012
+ },
1013
+ {
1014
+ "fnName": "doesAddressExistsOnDeviceUsingGET",
1015
+ "method": "get",
1016
+ "path": "/networkObject/search/doesAddressExistsOnDevice"
1017
+ },
1018
+ {
1019
+ "fnName": "findByDeviceNameUsingGET",
1020
+ "method": "get",
1021
+ "path": "/networkObject/search/findByDeviceName"
1022
+ },
1023
+ {
1024
+ "fnName": "findByIpRangesUsingPOST",
1025
+ "method": "post",
1026
+ "path": "/networkObject/search/findByIpRanges"
1027
+ },
1028
+ {
1029
+ "fnName": "findByCanonizedNameContainingUsingGET1",
1030
+ "method": "get",
1031
+ "path": "/networkObject/search/findByOriginalNameContaining"
1032
+ },
1033
+ {
1034
+ "fnName": "findByOriginalOrCanonizedNameAndDevicesWithoutDeviceMappingUsingPOST",
1035
+ "method": "post",
1036
+ "path": "/networkObject/search/findByOriginalOrCanonizedNameAndDevicesWithoutDeviceMapping"
1037
+ },
1038
+ {
1039
+ "fnName": "findByOriginalOrCanonizedNameAndDevicesUsingPOST1",
1040
+ "method": "post",
1041
+ "path": "/networkObject/search/findByOriginalOrCanonizedNamesAndDevices"
1042
+ },
1043
+ {
1044
+ "fnName": "findByOriginalOrCanonizedNamesAndDevicesMappingUsingPOST",
1045
+ "method": "post",
1046
+ "path": "/networkObject/search/findByOriginalOrCanonizedNamesAndDevicesMapping"
1047
+ },
1048
+ {
1049
+ "fnName": "findContainingAllIpRangesUsingPOST",
1050
+ "method": "post",
1051
+ "path": "/networkObject/search/findContainingAllIpRanges"
1052
+ },
1053
+ {
1054
+ "fnName": "isNetworkObjectsExistUsingPOST",
1055
+ "method": "post",
1056
+ "path": "/networkObject/search/isNetworkObjectsExist"
1057
+ },
1058
+ {
1059
+ "fnName": "isDeviceObjectsGroupUsingGET",
1060
+ "method": "get",
1061
+ "path": "/networkObject/search/{deviceTreeName}/objects/groupMembership"
1062
+ },
1063
+ {
1064
+ "fnName": "getNetworkServicesUsingGET",
1065
+ "method": "get",
1066
+ "path": "/network_services"
1067
+ },
1068
+ {
1069
+ "fnName": "getUrlCategoriesUsingGET",
1070
+ "method": "get",
1071
+ "path": "/plugins/{brand}/URLCategory/"
1072
+ },
1073
+ {
1074
+ "fnName": "addUrlCategoriesUsingPUT",
1075
+ "method": "put",
1076
+ "path": "/plugins/{brand}/URLCategory/"
1077
+ },
1078
+ {
1079
+ "fnName": "deleteUrlCategoriesUsingDELETE",
1080
+ "method": "delete",
1081
+ "path": "/plugins/{brand}/URLCategory/"
1082
+ },
1083
+ {
1084
+ "fnName": "getUrlCategoryUsingGET",
1085
+ "method": "get",
1086
+ "path": "/plugins/{brand}/URLCategory/{category}/"
1087
+ },
1088
+ {
1089
+ "fnName": "renameUrlCategoryUsingPUT",
1090
+ "method": "put",
1091
+ "path": "/plugins/{brand}/URLCategory/{category}/"
1092
+ },
1093
+ {
1094
+ "fnName": "addUrlToCategoryUsingPUT",
1095
+ "method": "put",
1096
+ "path": "/plugins/{brand}/URLCategory/{category}/URL/"
1097
+ },
1098
+ {
1099
+ "fnName": "removeUrlToCategoryUsingDELETE",
1100
+ "method": "delete",
1101
+ "path": "/plugins/{brand}/URLCategory/{category}/URL/"
1102
+ },
1103
+ {
1104
+ "fnName": "addUrlToCategoryUsingPUT1",
1105
+ "method": "put",
1106
+ "path": "/plugins/{brand}/URLCategory/{category}/URL/{url}/"
1107
+ },
1108
+ {
1109
+ "fnName": "addIpToUrlUsingPUT",
1110
+ "method": "put",
1111
+ "path": "/plugins/{brand}/URLCategory/{category}/URL/{url}/IP/"
1112
+ },
1113
+ {
1114
+ "fnName": "removeIpFromUrlUsingDELETE",
1115
+ "method": "delete",
1116
+ "path": "/plugins/{brand}/URLCategory/{category}/URL/{url}/IP/"
1117
+ },
1118
+ {
1119
+ "fnName": "trafficSimulationQueryUsingPOST",
1120
+ "method": "post",
1121
+ "path": "/query"
1122
+ },
1123
+ {
1124
+ "fnName": "findLastCompletedReportUsingPOST",
1125
+ "method": "post",
1126
+ "path": "/report/findLastCompletedReport"
1127
+ },
1128
+ {
1129
+ "fnName": "findLastReportUsingGET",
1130
+ "method": "get",
1131
+ "path": "/report/findLastReport"
1132
+ },
1133
+ {
1134
+ "fnName": "isReportHasChangesUsingGET",
1135
+ "method": "get",
1136
+ "path": "/report/isReportHasChanges/{report}"
1137
+ },
1138
+ {
1139
+ "fnName": "calculateRisksUsingPOST",
1140
+ "method": "post",
1141
+ "path": "/riskcheck/calculate"
1142
+ },
1143
+ {
1144
+ "fnName": "importRisksUsingPOST",
1145
+ "method": "post",
1146
+ "path": "/riskcheck/import/{profile}"
1147
+ },
1148
+ {
1149
+ "fnName": "getRiskyRulesUsingGET",
1150
+ "method": "get",
1151
+ "path": "/risks/riskyRules"
1152
+ },
1153
+ {
1154
+ "fnName": "getRiskyRulesByReportUsingGET",
1155
+ "method": "get",
1156
+ "path": "/riskyRules/getByReport"
1157
+ },
1158
+ {
1159
+ "fnName": "getLatestRiskyRulesByDeviceUsingGET",
1160
+ "method": "get",
1161
+ "path": "/riskyRules/getLatestByDevice"
1162
+ },
1163
+ {
1164
+ "fnName": "runAdvancedRuleSearchWithSlimResponseUsingPOST",
1165
+ "method": "post",
1166
+ "path": "/rule/advancedsearch/basic/{treeName}"
1167
+ },
1168
+ {
1169
+ "fnName": "runAdvancedRuleSearchUsingPOST",
1170
+ "method": "post",
1171
+ "path": "/rule/advancedsearch/full/{treeName}"
1172
+ },
1173
+ {
1174
+ "fnName": "saveRuleDocUsingPOST",
1175
+ "method": "post",
1176
+ "path": "/rule/createDocumentation"
1177
+ },
1178
+ {
1179
+ "fnName": "findByRuleIdAndDeviceUsingGET",
1180
+ "method": "get",
1181
+ "path": "/rule/findByRuleIdAndDevice"
1182
+ },
1183
+ {
1184
+ "fnName": "firstOfGlobalSectionUsingPOST",
1185
+ "method": "post",
1186
+ "path": "/rule/firstOfGlobalSection"
1187
+ },
1188
+ {
1189
+ "fnName": "firstOfSectionUsingPOST",
1190
+ "method": "post",
1191
+ "path": "/rule/firstOfSection"
1192
+ },
1193
+ {
1194
+ "fnName": "getIntersectingRulesUsingPOST",
1195
+ "method": "post",
1196
+ "path": "/rule/intersecting"
1197
+ },
1198
+ {
1199
+ "fnName": "isGlobalRuleExistUsingPOST",
1200
+ "method": "post",
1201
+ "path": "/rule/isGlobalRuleExist"
1202
+ },
1203
+ {
1204
+ "fnName": "getRuleDocUsingGET",
1205
+ "method": "get",
1206
+ "path": "/rule/ruleDocumentation"
1207
+ },
1208
+ {
1209
+ "fnName": "getRulesByContextUsingPOST",
1210
+ "method": "post",
1211
+ "path": "/ruleIdentifier/byContext"
1212
+ },
1213
+ {
1214
+ "fnName": "getProfileZonesUsingGET1",
1215
+ "method": "get",
1216
+ "path": "/security_zones"
1217
+ },
1218
+ {
1219
+ "fnName": "getProfilesListUsingGET",
1220
+ "method": "get",
1221
+ "path": "/security_zones/get_profiles_list"
1222
+ },
1223
+ {
1224
+ "fnName": "getProfileZonesUsingGET",
1225
+ "method": "get",
1226
+ "path": "/security_zones/{profile_name}/get_zones"
1227
+ },
1228
+ {
1229
+ "fnName": "listConfigUsingGET",
1230
+ "method": "get",
1231
+ "path": "/seikan/adminConfig"
1232
+ },
1233
+ {
1234
+ "fnName": "setConfigUsingPOST",
1235
+ "method": "post",
1236
+ "path": "/seikan/adminConfig"
1237
+ },
1238
+ {
1239
+ "fnName": "getConfigUsingGET1",
1240
+ "method": "get",
1241
+ "path": "/seikan/adminConfig/{key}"
1242
+ },
1243
+ {
1244
+ "fnName": "getBrandMappingUsingGET",
1245
+ "method": "get",
1246
+ "path": "/seikan/brandConfig/mapping"
1247
+ },
1248
+ {
1249
+ "fnName": "getChangesOverTimeChartUsingGET",
1250
+ "method": "get",
1251
+ "path": "/seikan/journal/changesOverTimeChart/{deviceName}/{endDate}"
1252
+ },
1253
+ {
1254
+ "fnName": "getChangesOverTimeChartUsingGET1",
1255
+ "method": "get",
1256
+ "path": "/seikan/journal/changesOverTimeReportChart/{id}"
1257
+ },
1258
+ {
1259
+ "fnName": "getAllChangesReportUsingGET",
1260
+ "method": "get",
1261
+ "path": "/seikan/journal/report/{report}"
1262
+ },
1263
+ {
1264
+ "fnName": "getAllChangesIntervalUsingGET",
1265
+ "method": "get",
1266
+ "path": "/seikan/journal/{deviceName}/interval/{startTime}/{endTime}"
1267
+ },
1268
+ {
1269
+ "fnName": "getMachineSetupUsingGET",
1270
+ "method": "get",
1271
+ "path": "/seikan/login/setup"
1272
+ },
1273
+ {
1274
+ "fnName": "getAllApplicationsUsingGET",
1275
+ "method": "get",
1276
+ "path": "/seikan/objects/applications"
1277
+ },
1278
+ {
1279
+ "fnName": "getSecurityRatingOverTimeUsingGET",
1280
+ "method": "get",
1281
+ "path": "/seikan/report/securityRatingOverTime/{reportId}"
1282
+ },
1283
+ {
1284
+ "fnName": "downloadUsingGET",
1285
+ "method": "get",
1286
+ "path": "/seikan/report/{id}/download"
1287
+ },
1288
+ {
1289
+ "fnName": "exportPdfUsingPOST",
1290
+ "method": "post",
1291
+ "path": "/seikan/report/{id}/export/pdf"
1292
+ },
1293
+ {
1294
+ "fnName": "statisticsUsingGET",
1295
+ "method": "get",
1296
+ "path": "/seikan/report/{report}/statistics"
1297
+ },
1298
+ {
1299
+ "fnName": "getTrustedTrafficDataUsingGET",
1300
+ "method": "get",
1301
+ "path": "/trustedTraffic/firewalls/{firewallName}"
1302
+ },
1303
+ {
1304
+ "fnName": "deleteTrustedTrafficUsingDELETE",
1305
+ "method": "delete",
1306
+ "path": "/trustedTraffic/{trustedTrafficId}"
1307
+ },
1308
+ {
1309
+ "fnName": "getUsersUsingGET",
1310
+ "method": "get",
1311
+ "path": "/users"
1312
+ },
1313
+ {
1314
+ "fnName": "getRolesUsingGET",
1315
+ "method": "get",
1316
+ "path": "/users/roles"
1317
+ }
1318
+ ],
1319
+ "errors": [],
1320
+ "warnings": [],
1321
+ "callsTotal": 171,
1322
+ "callsConverted": 171,
1323
+ "no_mockdata_num": 121
1324
+ }
1325
+ }