@itentialopensource/adapter-aruba_central 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 (189) hide show
  1. package/.eslintignore +6 -0
  2. package/.eslintrc.js +18 -0
  3. package/.gitlab/.gitkeep +0 -0
  4. package/.gitlab/issue_templates/.gitkeep +0 -0
  5. package/.gitlab/issue_templates/Default.md +17 -0
  6. package/.gitlab/issue_templates/bugReportTemplate.md +76 -0
  7. package/.gitlab/issue_templates/featureRequestTemplate.md +14 -0
  8. package/.jshintrc +0 -0
  9. package/AUTH.md +39 -0
  10. package/BROKER.md +199 -0
  11. package/CALLS.md +170 -0
  12. package/CHANGELOG.md +9 -0
  13. package/CODE_OF_CONDUCT.md +43 -0
  14. package/CONTRIBUTING.md +172 -0
  15. package/ENHANCE.md +69 -0
  16. package/LICENSE +201 -0
  17. package/PROPERTIES.md +641 -0
  18. package/README.md +337 -0
  19. package/SUMMARY.md +9 -0
  20. package/SYSTEMINFO.md +11 -0
  21. package/TROUBLESHOOT.md +47 -0
  22. package/adapter.js +23717 -0
  23. package/adapterBase.js +1787 -0
  24. package/adapter_modifications/README.md +59 -0
  25. package/adapter_modifications/specificCallScript.js +97 -0
  26. package/adapter_modifications/update.js +532 -0
  27. package/adapter_modifications/updateFiles/components/adapter.js +164 -0
  28. package/adapter_modifications/updateFiles/components/entities/Installers/action.json +22 -0
  29. package/adapter_modifications/updateFiles/components/entities/Installers/mockdatafiles/mockdata.json +1 -0
  30. package/adapter_modifications/updateFiles/components/entities/Installers/schema.json +20 -0
  31. package/adapter_modifications/updateFiles/components/entities/Sites/action.json +22 -0
  32. package/adapter_modifications/updateFiles/components/entities/Sites/mockdatafiles/mockdata.json +1 -0
  33. package/adapter_modifications/updateFiles/components/entities/Sites/schema.json +20 -0
  34. package/adapter_modifications/updateFiles/components/methods.json +204 -0
  35. package/adapter_modifications/updateFiles/components/pronghorn.json +77 -0
  36. package/adapter_modifications/updateFiles/components/test/integration/adapterTestIntegration.js +76 -0
  37. package/adapter_modifications/updateFiles/components/test/unit/adapterTestUnit.js +58 -0
  38. package/entities/.generic/action.json +214 -0
  39. package/entities/.generic/schema.json +28 -0
  40. package/entities/.system/action.json +50 -0
  41. package/entities/.system/mockdatafiles/getToken-default.json +3 -0
  42. package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
  43. package/entities/.system/schema.json +19 -0
  44. package/entities/.system/schemaTokenReq.json +53 -0
  45. package/entities/.system/schemaTokenResp.json +53 -0
  46. package/entities/AOSS/action.json +168 -0
  47. package/entities/AOSS/mockdatafiles/apiHppcSwitchGetDevicePorts-default.json +17 -0
  48. package/entities/AOSS/mockdatafiles/apiHppcSwitchGetDeviceVlans-default.json +65 -0
  49. package/entities/AOSS/mockdatafiles/apiHppcSwitchGetGroupPorts-default.json +17 -0
  50. package/entities/AOSS/mockdatafiles/apiHppcSwitchGetGroupVlans-default.json +125 -0
  51. package/entities/AOSS/schema.json +26 -0
  52. package/entities/AP/action.json +150 -0
  53. package/entities/AP/schema.json +135 -0
  54. package/entities/APConfiguration/action.json +394 -0
  55. package/entities/APConfiguration/mockdatafiles/apiApClisGetApSettingsClis-default.json +3 -0
  56. package/entities/APConfiguration/mockdatafiles/apiApClisGetConfigurationClis-default.json +3 -0
  57. package/entities/APConfiguration/mockdatafiles/apiApClisGetDirtyDiff-default.json +10 -0
  58. package/entities/APConfiguration/mockdatafiles/apiApClisGetSwarmVariables-default.json +112 -0
  59. package/entities/APConfiguration/mockdatafiles/apiSystemConfigGetSystemConfig-default.json +10 -0
  60. package/entities/APConfiguration/schema.json +37 -0
  61. package/entities/APSettings/action.json +86 -0
  62. package/entities/APSettings/mockdatafiles/apiApSettingsGetApSettings-default.json +4 -0
  63. package/entities/APSettings/mockdatafiles/apiApSettingsGetApSettingsV2-default.json +5 -0
  64. package/entities/APSettings/schema.json +22 -0
  65. package/entities/CXConfiguration/action.json +250 -0
  66. package/entities/CXConfiguration/schema.json +30 -0
  67. package/entities/CaptivePortalLogo/action.json +65 -0
  68. package/entities/CaptivePortalLogo/mockdatafiles/apiCpLogoGetCpLogos-default.json +21 -0
  69. package/entities/CaptivePortalLogo/schema.json +21 -0
  70. package/entities/Certificates/action.json +85 -0
  71. package/entities/Certificates/mockdatafiles/apiCertificatesGetCertificates-default.json +29 -0
  72. package/entities/Certificates/schema.json +22 -0
  73. package/entities/Client/action.json +214 -0
  74. package/entities/Client/schema.json +193 -0
  75. package/entities/ConfigurationBackupAndRestore/action.json +189 -0
  76. package/entities/ConfigurationBackupAndRestore/mockdatafiles/apiGroupsGetBackupLogForSnapshot-default.json +3 -0
  77. package/entities/ConfigurationBackupAndRestore/mockdatafiles/apiGroupsGetBackupStatusForSnapshot-default.json +3 -0
  78. package/entities/ConfigurationBackupAndRestore/mockdatafiles/apiGroupsGetLastRestoreLogsForGroup-default.json +3 -0
  79. package/entities/ConfigurationBackupAndRestore/mockdatafiles/apiGroupsGetRestoreStatusForSnapshot-default.json +3 -0
  80. package/entities/ConfigurationBackupAndRestore/mockdatafiles/apiGroupsGetSnapshotsForGroup-default.json +65 -0
  81. package/entities/ConfigurationBackupAndRestore/schema.json +27 -0
  82. package/entities/ConfigurationMode/action.json +148 -0
  83. package/entities/ConfigurationMode/mockdatafiles/apiConfigModeGetCustConfigMode-default.json +35 -0
  84. package/entities/ConfigurationMode/mockdatafiles/apiConfigModeGetDeviceConfigMode-default.json +21 -0
  85. package/entities/ConfigurationMode/mockdatafiles/apiConfigModeGetDeviceSerialsConfigMode-default.json +13 -0
  86. package/entities/ConfigurationMode/mockdatafiles/apiConfigModeGetGroupConfigMode-default.json +17 -0
  87. package/entities/ConfigurationMode/schema.json +25 -0
  88. package/entities/DenylistClients/action.json +65 -0
  89. package/entities/DenylistClients/mockdatafiles/apiBlacklistClientGetBlacklistClients-default.json +13 -0
  90. package/entities/DenylistClients/schema.json +21 -0
  91. package/entities/Devices/action.json +191 -0
  92. package/entities/Devices/mockdatafiles/apiDevicesGetDevicesTemplateDetails-default.json +13 -0
  93. package/entities/Devices/mockdatafiles/apiDevicesGetGroupsTemplateDetails-default.json +13 -0
  94. package/entities/Devices/mockdatafiles/apiDevicesGetHashTemplateDetails-default.json +13 -0
  95. package/entities/Devices/schema.json +27 -0
  96. package/entities/Events/action.json +46 -0
  97. package/entities/Events/schema.json +130 -0
  98. package/entities/Gateway/action.json +318 -0
  99. package/entities/Gateway/schema.json +99 -0
  100. package/entities/Groups/action.json +290 -0
  101. package/entities/Groups/mockdatafiles/apiGroupsGetGroups-default.json +54 -0
  102. package/entities/Groups/mockdatafiles/apiGroupsGetGroupsProperties-default.json +224 -0
  103. package/entities/Groups/mockdatafiles/apiGroupsGetGroupsTemplateData-default.json +11 -0
  104. package/entities/Groups/mockdatafiles/apiGroupsGetGroupsV2-default.json +11 -0
  105. package/entities/Groups/schema.json +32 -0
  106. package/entities/Installers/action.json +24 -0
  107. package/entities/Installers/schema.json +19 -0
  108. package/entities/Label/action.json +228 -0
  109. package/entities/Label/schema.json +62 -0
  110. package/entities/MMMD/action.json +24 -0
  111. package/entities/MMMD/schema.json +19 -0
  112. package/entities/MSPTemplates/action.json +250 -0
  113. package/entities/MSPTemplates/mockdatafiles/apiTemplatesGetEndCustomerTemplates-default.json +23 -0
  114. package/entities/MSPTemplates/mockdatafiles/apiTemplatesGetMspCustomerTemplates-default.json +65 -0
  115. package/entities/MSPTemplates/mockdatafiles/apiTemplatesGetMspTmplDifferCustsGroups-default.json +110 -0
  116. package/entities/MSPTemplates/mockdatafiles/apiTemplatesGetMspTmplEndCustDifferGroups-default.json +13 -0
  117. package/entities/MSPTemplates/schema.json +30 -0
  118. package/entities/MobilityController/action.json +191 -0
  119. package/entities/MobilityController/schema.json +71 -0
  120. package/entities/NBUIGroupConfiguration/action.json +45 -0
  121. package/entities/NBUIGroupConfiguration/mockdatafiles/apiNbUiGroupConfigGetGroupCountry-default.json +3 -0
  122. package/entities/NBUIGroupConfiguration/schema.json +20 -0
  123. package/entities/Network/action.json +67 -0
  124. package/entities/Network/schema.json +76 -0
  125. package/entities/PreProvisionedGroup/action.json +44 -0
  126. package/entities/PreProvisionedGroup/schema.json +20 -0
  127. package/entities/SaveCommit/action.json +126 -0
  128. package/entities/SaveCommit/mockdatafiles/apiSaveCommitGetDeviceSerialsAutoCommitState-default.json +17 -0
  129. package/entities/SaveCommit/mockdatafiles/apiSaveCommitGetGroupsAutoCommitState-default.json +29 -0
  130. package/entities/SaveCommit/schema.json +24 -0
  131. package/entities/Site/action.json +186 -0
  132. package/entities/Site/schema.json +49 -0
  133. package/entities/Sites/action.json +24 -0
  134. package/entities/Sites/schema.json +19 -0
  135. package/entities/Swarm/action.json +88 -0
  136. package/entities/Swarm/schema.json +88 -0
  137. package/entities/SwarmConfig/action.json +86 -0
  138. package/entities/SwarmConfig/mockdatafiles/apiSwarmConfigGetSwarmConfig-default.json +4 -0
  139. package/entities/SwarmConfig/mockdatafiles/apiSwarmConfigGetSwarmConfigV2-default.json +7 -0
  140. package/entities/SwarmConfig/schema.json +22 -0
  141. package/entities/Switch/action.json +548 -0
  142. package/entities/Switch/schema.json +198 -0
  143. package/entities/Templates/action.json +106 -0
  144. package/entities/Templates/mockdatafiles/apiTemplatesGetTemplates-default.json +37 -0
  145. package/entities/Templates/schema.json +23 -0
  146. package/entities/VPN/action.json +45 -0
  147. package/entities/VPN/schema.json +31 -0
  148. package/entities/Variables/action.json +186 -0
  149. package/entities/Variables/mockdatafiles/apiDevicesGetDeviceTemplateVariables-default.json +10 -0
  150. package/entities/Variables/schema.json +27 -0
  151. package/entities/VariablesFirewall/action.json +126 -0
  152. package/entities/VariablesFirewall/schema.json +24 -0
  153. package/entities/WLANConfiguration/action.json +579 -0
  154. package/entities/WLANConfiguration/schema.json +46 -0
  155. package/error.json +190 -0
  156. package/package.json +86 -0
  157. package/pronghorn.json +20904 -0
  158. package/propertiesDecorators.json +14 -0
  159. package/propertiesSchema.json +1248 -0
  160. package/refs?service=git-upload-pack +0 -0
  161. package/report/aruba_central_monitoring.json +14224 -0
  162. package/report/creationReport.json +850 -0
  163. package/sampleProperties.json +195 -0
  164. package/test/integration/adapterTestBasicGet.js +83 -0
  165. package/test/integration/adapterTestConnectivity.js +93 -0
  166. package/test/integration/adapterTestIntegration.js +7773 -0
  167. package/test/unit/adapterBaseTestUnit.js +949 -0
  168. package/test/unit/adapterTestUnit.js +10516 -0
  169. package/updatePackage.zip +0 -0
  170. package/utils/adapterInfo.js +206 -0
  171. package/utils/addAuth.js +94 -0
  172. package/utils/artifactize.js +146 -0
  173. package/utils/basicGet.js +50 -0
  174. package/utils/checkMigrate.js +63 -0
  175. package/utils/entitiesToDB.js +178 -0
  176. package/utils/findPath.js +74 -0
  177. package/utils/methodDocumentor.js +225 -0
  178. package/utils/modify.js +154 -0
  179. package/utils/packModificationScript.js +35 -0
  180. package/utils/patches2bundledDeps.js +90 -0
  181. package/utils/pre-commit.sh +32 -0
  182. package/utils/removeHooks.js +20 -0
  183. package/utils/setup.js +33 -0
  184. package/utils/tbScript.js +246 -0
  185. package/utils/tbUtils.js +490 -0
  186. package/utils/testRunner.js +298 -0
  187. package/utils/troubleshootingAdapter.js +195 -0
  188. package/versions.json +257 -0
  189. package/workflows/README.md +3 -0
@@ -0,0 +1,850 @@
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": 9165
38
+ },
39
+ {
40
+ "owner": "adapterJS",
41
+ "description": "Number of Functions added to adapter.js",
42
+ "value": 98
43
+ },
44
+ {
45
+ "owner": "pronghornJson",
46
+ "description": "Number of Methods added to pronghorn.json",
47
+ "value": 98
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": 3831
98
+ },
99
+ {
100
+ "owner": "unitTestJS",
101
+ "description": "Number of unit tests",
102
+ "value": 232
103
+ },
104
+ {
105
+ "owner": "integrationTestJS",
106
+ "description": "Number of lines of code in integration tests",
107
+ "value": 2889
108
+ },
109
+ {
110
+ "owner": "integrationTestJS",
111
+ "description": "Number of integration tests",
112
+ "value": 103
113
+ },
114
+ {
115
+ "owner": "actionJson",
116
+ "description": "Number of actions for Network entity",
117
+ "value": 3
118
+ },
119
+ {
120
+ "owner": "actionJson",
121
+ "description": "Number of actions for AP entity",
122
+ "value": 7
123
+ },
124
+ {
125
+ "owner": "actionJson",
126
+ "description": "Number of actions for Swarm entity",
127
+ "value": 4
128
+ },
129
+ {
130
+ "owner": "actionJson",
131
+ "description": "Number of actions for Client entity",
132
+ "value": 10
133
+ },
134
+ {
135
+ "owner": "actionJson",
136
+ "description": "Number of actions for VPN entity",
137
+ "value": 2
138
+ },
139
+ {
140
+ "owner": "actionJson",
141
+ "description": "Number of actions for MobilityController entity",
142
+ "value": 9
143
+ },
144
+ {
145
+ "owner": "actionJson",
146
+ "description": "Number of actions for Gateway entity",
147
+ "value": 15
148
+ },
149
+ {
150
+ "owner": "actionJson",
151
+ "description": "Number of actions for Label entity",
152
+ "value": 11
153
+ },
154
+ {
155
+ "owner": "actionJson",
156
+ "description": "Number of actions for Site entity",
157
+ "value": 9
158
+ },
159
+ {
160
+ "owner": "actionJson",
161
+ "description": "Number of actions for Switch entity",
162
+ "value": 26
163
+ },
164
+ {
165
+ "owner": "actionJson",
166
+ "description": "Number of actions for Events entity",
167
+ "value": 2
168
+ },
169
+ {
170
+ "owner": "actionJson",
171
+ "description": "Total number of actions",
172
+ "value": 98
173
+ },
174
+ {
175
+ "owner": "actionJson",
176
+ "description": "Total number of entities",
177
+ "value": 11
178
+ },
179
+ {
180
+ "owner": "schemaJson",
181
+ "description": "Number of schemas for Network entity",
182
+ "value": 1
183
+ },
184
+ {
185
+ "owner": "schemaJson",
186
+ "description": "Number of schemas for AP entity",
187
+ "value": 1
188
+ },
189
+ {
190
+ "owner": "schemaJson",
191
+ "description": "Number of schemas for Swarm entity",
192
+ "value": 1
193
+ },
194
+ {
195
+ "owner": "schemaJson",
196
+ "description": "Number of schemas for Client entity",
197
+ "value": 1
198
+ },
199
+ {
200
+ "owner": "schemaJson",
201
+ "description": "Number of schemas for VPN entity",
202
+ "value": 1
203
+ },
204
+ {
205
+ "owner": "schemaJson",
206
+ "description": "Number of schemas for MobilityController entity",
207
+ "value": 1
208
+ },
209
+ {
210
+ "owner": "schemaJson",
211
+ "description": "Number of schemas for Gateway entity",
212
+ "value": 1
213
+ },
214
+ {
215
+ "owner": "schemaJson",
216
+ "description": "Number of schemas for Label entity",
217
+ "value": 1
218
+ },
219
+ {
220
+ "owner": "schemaJson",
221
+ "description": "Number of schemas for Site entity",
222
+ "value": 1
223
+ },
224
+ {
225
+ "owner": "schemaJson",
226
+ "description": "Number of schemas for Switch entity",
227
+ "value": 1
228
+ },
229
+ {
230
+ "owner": "schemaJson",
231
+ "description": "Number of schemas for Events entity",
232
+ "value": 1
233
+ },
234
+ {
235
+ "owner": "schemaJson",
236
+ "description": "Total number of schemas",
237
+ "value": 11
238
+ },
239
+ {
240
+ "owner": "mockdata",
241
+ "description": "Number of mock data files for Network entity",
242
+ "value": 0
243
+ },
244
+ {
245
+ "owner": "mockdata",
246
+ "description": "Number of mock data files for AP entity",
247
+ "value": 0
248
+ },
249
+ {
250
+ "owner": "mockdata",
251
+ "description": "Number of mock data files for Swarm entity",
252
+ "value": 0
253
+ },
254
+ {
255
+ "owner": "mockdata",
256
+ "description": "Number of mock data files for Client entity",
257
+ "value": 0
258
+ },
259
+ {
260
+ "owner": "mockdata",
261
+ "description": "Number of mock data files for VPN entity",
262
+ "value": 0
263
+ },
264
+ {
265
+ "owner": "mockdata",
266
+ "description": "Number of mock data files for MobilityController entity",
267
+ "value": 0
268
+ },
269
+ {
270
+ "owner": "mockdata",
271
+ "description": "Number of mock data files for Gateway entity",
272
+ "value": 0
273
+ },
274
+ {
275
+ "owner": "mockdata",
276
+ "description": "Number of mock data files for Label entity",
277
+ "value": 0
278
+ },
279
+ {
280
+ "owner": "mockdata",
281
+ "description": "Number of mock data files for Site entity",
282
+ "value": 0
283
+ },
284
+ {
285
+ "owner": "mockdata",
286
+ "description": "Number of mock data files for Switch entity",
287
+ "value": 0
288
+ },
289
+ {
290
+ "owner": "mockdata",
291
+ "description": "Number of mock data files for Events entity",
292
+ "value": 0
293
+ },
294
+ {
295
+ "owner": "mockdata",
296
+ "description": "Total number of mock data files",
297
+ "value": 0
298
+ },
299
+ {
300
+ "owner": "actionJson",
301
+ "description": "Number of actions for .system entity",
302
+ "value": 2
303
+ },
304
+ {
305
+ "owner": "schemaJson",
306
+ "description": "Number of schemas for .system entity",
307
+ "value": 3
308
+ },
309
+ {
310
+ "owner": "mockdata",
311
+ "description": "Number of mock data files for .system entity",
312
+ "value": 2
313
+ },
314
+ {
315
+ "owner": "System",
316
+ "description": "System entity files",
317
+ "value": 6
318
+ },
319
+ {
320
+ "owner": "usecases",
321
+ "description": "Number of workflows",
322
+ "value": 0
323
+ },
324
+ {
325
+ "owner": "staticFile",
326
+ "description": "Number of lines of code in adapterBase.js",
327
+ "value": 1788
328
+ },
329
+ {
330
+ "owner": "staticFile",
331
+ "description": "Number of static files added",
332
+ "value": 38
333
+ },
334
+ {
335
+ "owner": "Overall",
336
+ "description": "Total lines of Code",
337
+ "value": 17673
338
+ },
339
+ {
340
+ "owner": "Overall",
341
+ "description": "Total Tests",
342
+ "value": 335
343
+ },
344
+ {
345
+ "owner": "Overall",
346
+ "description": "Total Files",
347
+ "value": 74
348
+ }
349
+ ],
350
+ "warnings": [],
351
+ "apiParsingReport": {
352
+ "no_mockdata": [
353
+ {
354
+ "fnName": "apiExternalControllerGetNetworksV2",
355
+ "method": "get",
356
+ "path": "/monitoring/v2/networks"
357
+ },
358
+ {
359
+ "fnName": "apiExternalControllerGetNetworkV2",
360
+ "method": "get",
361
+ "path": "/monitoring/v2/networks/{network_name}"
362
+ },
363
+ {
364
+ "fnName": "apiExternalControllerGetNetworksBandwidthUsageV2",
365
+ "method": "get",
366
+ "path": "/monitoring/v2/networks/bandwidth_usage"
367
+ },
368
+ {
369
+ "fnName": "apiExternalControllerGetApsV2",
370
+ "method": "get",
371
+ "path": "/monitoring/v2/aps"
372
+ },
373
+ {
374
+ "fnName": "apiExternalControllerGetBssidsV2",
375
+ "method": "get",
376
+ "path": "/monitoring/v2/bssids"
377
+ },
378
+ {
379
+ "fnName": "apiExternalControllerGetAp",
380
+ "method": "get",
381
+ "path": "/monitoring/v1/aps/{serial}"
382
+ },
383
+ {
384
+ "fnName": "apiExternalControllerDeleteAp",
385
+ "method": "delete",
386
+ "path": "/monitoring/v1/aps/{serial}"
387
+ },
388
+ {
389
+ "fnName": "apiExternalControllerGetApRfSummaryV3",
390
+ "method": "get",
391
+ "path": "/monitoring/v3/aps/{serial}/rf_summary"
392
+ },
393
+ {
394
+ "fnName": "apiExternalControllerGetApsBandwidthUsageV3",
395
+ "method": "get",
396
+ "path": "/monitoring/v3/aps/bandwidth_usage"
397
+ },
398
+ {
399
+ "fnName": "apiExternalControllerGetApsBandwidthUsageTopnV2",
400
+ "method": "get",
401
+ "path": "/monitoring/v2/aps/bandwidth_usage/topn"
402
+ },
403
+ {
404
+ "fnName": "apiExternalControllerGetSwarmsBandwidthUsageTopn",
405
+ "method": "get",
406
+ "path": "/monitoring/v1/swarms/bandwidth_usage/topn"
407
+ },
408
+ {
409
+ "fnName": "apiExternalControllerGetSwarmsClientsCountTopn",
410
+ "method": "get",
411
+ "path": "/monitoring/v1/swarms/clients_count/topn"
412
+ },
413
+ {
414
+ "fnName": "apiExternalControllerGetSwarms",
415
+ "method": "get",
416
+ "path": "/monitoring/v1/swarms"
417
+ },
418
+ {
419
+ "fnName": "apiExternalControllerGetSwarm",
420
+ "method": "get",
421
+ "path": "/monitoring/v1/swarms/{swarm_id}"
422
+ },
423
+ {
424
+ "fnName": "apiExternalControllerGetWirelessClients",
425
+ "method": "get",
426
+ "path": "/monitoring/v1/clients/wireless"
427
+ },
428
+ {
429
+ "fnName": "apiExternalControllerGetWiredClients",
430
+ "method": "get",
431
+ "path": "/monitoring/v1/clients/wired"
432
+ },
433
+ {
434
+ "fnName": "apiExternalControllerGetV2UnifiedClients",
435
+ "method": "get",
436
+ "path": "/monitoring/v2/clients"
437
+ },
438
+ {
439
+ "fnName": "apiExternalControllerGetV2UnifiedClientDetail",
440
+ "method": "get",
441
+ "path": "/monitoring/v2/clients/{macaddr}"
442
+ },
443
+ {
444
+ "fnName": "apiExternalControllerGetWirelessClient",
445
+ "method": "get",
446
+ "path": "/monitoring/v1/clients/wireless/{macaddr}"
447
+ },
448
+ {
449
+ "fnName": "apiExternalControllerGetWirelessClientMobility",
450
+ "method": "get",
451
+ "path": "/monitoring/v1/clients/wireless/{macaddr}/mobility_trail"
452
+ },
453
+ {
454
+ "fnName": "apiExternalControllerGetWiredClient",
455
+ "method": "get",
456
+ "path": "/monitoring/v1/clients/wired/{macaddr}"
457
+ },
458
+ {
459
+ "fnName": "apiExternalControllerGetClientsBandwidthUsage",
460
+ "method": "get",
461
+ "path": "/monitoring/v1/clients/bandwidth_usage"
462
+ },
463
+ {
464
+ "fnName": "apiExternalControllerGetClientsBandwidthUsageTopn",
465
+ "method": "get",
466
+ "path": "/monitoring/v1/clients/bandwidth_usage/topn"
467
+ },
468
+ {
469
+ "fnName": "apiExternalControllerGetClientsCount",
470
+ "method": "get",
471
+ "path": "/monitoring/v1/clients/count"
472
+ },
473
+ {
474
+ "fnName": "apiExternalControllerGetVpnInfo",
475
+ "method": "get",
476
+ "path": "/monitoring/v1/vpn/info"
477
+ },
478
+ {
479
+ "fnName": "apiExternalControllerGetVpnUsageV3",
480
+ "method": "post",
481
+ "path": "/monitoring/v3/vpn/usage"
482
+ },
483
+ {
484
+ "fnName": "apiExternalControllerGetMcs",
485
+ "method": "get",
486
+ "path": "/monitoring/v1/mobility_controllers"
487
+ },
488
+ {
489
+ "fnName": "apiExternalControllerGetMc",
490
+ "method": "get",
491
+ "path": "/monitoring/v1/mobility_controllers/{serial}"
492
+ },
493
+ {
494
+ "fnName": "apiExternalControllerDeleteMc",
495
+ "method": "delete",
496
+ "path": "/monitoring/v1/mobility_controllers/{serial}"
497
+ },
498
+ {
499
+ "fnName": "apiExternalControllerGetMcPortsBandwidthUsage",
500
+ "method": "get",
501
+ "path": "/monitoring/v1/mobility_controllers/{serial}/ports/bandwidth_usage"
502
+ },
503
+ {
504
+ "fnName": "apiExternalControllerGetMcPorts",
505
+ "method": "get",
506
+ "path": "/monitoring/v1/mobility_controllers/{serial}/ports"
507
+ },
508
+ {
509
+ "fnName": "apiExternalControllerGetVlanInfo",
510
+ "method": "get",
511
+ "path": "/monitoring/v1/mobility_controllers/{serial}/vlan"
512
+ },
513
+ {
514
+ "fnName": "apiExternalControllerGetMcsV2",
515
+ "method": "get",
516
+ "path": "/monitoring/v2/mobility_controllers"
517
+ },
518
+ {
519
+ "fnName": "apiExternalControllerGetMcV2",
520
+ "method": "get",
521
+ "path": "/monitoring/v2/mobility_controllers/{serial}"
522
+ },
523
+ {
524
+ "fnName": "apiExternalControllerDeleteMcV2",
525
+ "method": "delete",
526
+ "path": "/monitoring/v2/mobility_controllers/{serial}"
527
+ },
528
+ {
529
+ "fnName": "apiExternalControllerGetGateways",
530
+ "method": "get",
531
+ "path": "/monitoring/v1/gateways"
532
+ },
533
+ {
534
+ "fnName": "apiExternalControllerGetGateway",
535
+ "method": "get",
536
+ "path": "/monitoring/v1/gateways/{serial}"
537
+ },
538
+ {
539
+ "fnName": "apiExternalControllerDeleteGateway",
540
+ "method": "delete",
541
+ "path": "/monitoring/v1/gateways/{serial}"
542
+ },
543
+ {
544
+ "fnName": "apiExternalControllerGetGatewayUplinksDetail",
545
+ "method": "get",
546
+ "path": "/monitoring/v1/gateways/{serial}/uplinks"
547
+ },
548
+ {
549
+ "fnName": "apiExternalControllerGetGatewayUplinksBandwidthUsage",
550
+ "method": "get",
551
+ "path": "/monitoring/v1/gateways/{serial}/uplinks/bandwidth_usage"
552
+ },
553
+ {
554
+ "fnName": "apiExternalControllerGetGatewayUplinksTunnelStats",
555
+ "method": "get",
556
+ "path": "/monitoring/v1/gateways/{serial}/tunnels/stats"
557
+ },
558
+ {
559
+ "fnName": "apiExternalControllerGetGatewayUplinksWanCompressionUsage",
560
+ "method": "get",
561
+ "path": "/monitoring/v1/gateways/{serial}/uplinks/wan_compression_stats"
562
+ },
563
+ {
564
+ "fnName": "apiExternalControllerGetGatewayUplinksDistribution",
565
+ "method": "get",
566
+ "path": "/monitoring/v1/gateways/{serial}/uplinks/distribution"
567
+ },
568
+ {
569
+ "fnName": "apiExternalControllerGetGatewayPortsBandwidthUsage",
570
+ "method": "get",
571
+ "path": "/monitoring/v1/gateways/{serial}/ports/bandwidth_usage"
572
+ },
573
+ {
574
+ "fnName": "apiExternalControllerGetGatewayPorts",
575
+ "method": "get",
576
+ "path": "/monitoring/v1/gateways/{serial}/ports"
577
+ },
578
+ {
579
+ "fnName": "apiExternalControllerGetGatewayPortErrors",
580
+ "method": "get",
581
+ "path": "/monitoring/v1/gateways/{serial}/ports/errors"
582
+ },
583
+ {
584
+ "fnName": "apiExternalControllerGetGatewayTunnels",
585
+ "method": "get",
586
+ "path": "/monitoring/v1/gateways/{serial}/tunnels"
587
+ },
588
+ {
589
+ "fnName": "apiExternalControllerGetGatewayDhcpClients",
590
+ "method": "get",
591
+ "path": "/monitoring/v1/gateways/{serial}/dhcp_clients"
592
+ },
593
+ {
594
+ "fnName": "apiExternalControllerGetGatewayDhcpPools",
595
+ "method": "get",
596
+ "path": "/monitoring/v1/gateways/{serial}/dhcp_pools"
597
+ },
598
+ {
599
+ "fnName": "apiExternalControllerGetGatewayVlanInfo",
600
+ "method": "get",
601
+ "path": "/monitoring/v1/gateways/{serial}/vlan"
602
+ },
603
+ {
604
+ "fnName": "labelsExternalControllerGetLabels",
605
+ "method": "get",
606
+ "path": "/central/v1/labels"
607
+ },
608
+ {
609
+ "fnName": "labelsExternalControllerCreateLabel",
610
+ "method": "post",
611
+ "path": "/central/v1/labels"
612
+ },
613
+ {
614
+ "fnName": "labelsExternalControllerGetDefaultLabels",
615
+ "method": "get",
616
+ "path": "/central/v2/labels"
617
+ },
618
+ {
619
+ "fnName": "labelsExternalControllerGetLabel",
620
+ "method": "get",
621
+ "path": "/central/v1/labels/{label_id}"
622
+ },
623
+ {
624
+ "fnName": "labelsExternalControllerUpdateLabel",
625
+ "method": "patch",
626
+ "path": "/central/v1/labels/{label_id}"
627
+ },
628
+ {
629
+ "fnName": "labelsExternalControllerDeleteLabel",
630
+ "method": "delete",
631
+ "path": "/central/v1/labels/{label_id}"
632
+ },
633
+ {
634
+ "fnName": "labelsExternalControllerAssignLabel",
635
+ "method": "post",
636
+ "path": "/central/v1/labels/associations"
637
+ },
638
+ {
639
+ "fnName": "labelsExternalControllerUnassignLabel",
640
+ "method": "delete",
641
+ "path": "/central/v1/labels/associations"
642
+ },
643
+ {
644
+ "fnName": "labelsExternalControllerAssignLabelToDevices",
645
+ "method": "post",
646
+ "path": "/central/v2/labels/associations"
647
+ },
648
+ {
649
+ "fnName": "labelsExternalControllerUnassignLabelFromDevices",
650
+ "method": "delete",
651
+ "path": "/central/v2/labels/associations"
652
+ },
653
+ {
654
+ "fnName": "labelsExternalControllerGetLabelCategories",
655
+ "method": "get",
656
+ "path": "/central/v1/labels/categories"
657
+ },
658
+ {
659
+ "fnName": "sitesExternalControllerGetSites",
660
+ "method": "get",
661
+ "path": "/central/v2/sites"
662
+ },
663
+ {
664
+ "fnName": "sitesExternalControllerCreateSite",
665
+ "method": "post",
666
+ "path": "/central/v2/sites"
667
+ },
668
+ {
669
+ "fnName": "sitesExternalControllerGetSite",
670
+ "method": "get",
671
+ "path": "/central/v2/sites/{site_id}"
672
+ },
673
+ {
674
+ "fnName": "sitesExternalControllerUpdateSite",
675
+ "method": "patch",
676
+ "path": "/central/v2/sites/{site_id}"
677
+ },
678
+ {
679
+ "fnName": "sitesExternalControllerDeleteSite",
680
+ "method": "delete",
681
+ "path": "/central/v2/sites/{site_id}"
682
+ },
683
+ {
684
+ "fnName": "sitesExternalControllerAssignSite",
685
+ "method": "post",
686
+ "path": "/central/v2/sites/associate"
687
+ },
688
+ {
689
+ "fnName": "sitesExternalControllerUnassignSite",
690
+ "method": "delete",
691
+ "path": "/central/v2/sites/associate"
692
+ },
693
+ {
694
+ "fnName": "sitesExternalControllerAssignSiteToDevices",
695
+ "method": "post",
696
+ "path": "/central/v2/sites/associations"
697
+ },
698
+ {
699
+ "fnName": "sitesExternalControllerUnassignSiteFromDevices",
700
+ "method": "delete",
701
+ "path": "/central/v2/sites/associations"
702
+ },
703
+ {
704
+ "fnName": "apiExternalControllerGetSwitches",
705
+ "method": "get",
706
+ "path": "/monitoring/v1/switches"
707
+ },
708
+ {
709
+ "fnName": "apiExternalControllerGetSwitchVlan",
710
+ "method": "get",
711
+ "path": "/monitoring/v1/switches/{serial}/vlan"
712
+ },
713
+ {
714
+ "fnName": "apiExternalControllerGetCxSwitchVlan",
715
+ "method": "get",
716
+ "path": "/monitoring/v1/cx_switches/{serial}/vlan"
717
+ },
718
+ {
719
+ "fnName": "apiExternalControllerGetSwitchStackVlan",
720
+ "method": "get",
721
+ "path": "/monitoring/v1/switch_stacks/{stack_id}/vlan"
722
+ },
723
+ {
724
+ "fnName": "apiExternalControllerGetCxSwitchStackVlan",
725
+ "method": "get",
726
+ "path": "/monitoring/v1/cx_switch_stacks/{stack_id}/vlan"
727
+ },
728
+ {
729
+ "fnName": "apiExternalControllerGetSwitchPoeDetail",
730
+ "method": "get",
731
+ "path": "/monitoring/v1/switches/{serial}/poe_detail"
732
+ },
733
+ {
734
+ "fnName": "apiExternalControllerGetCxSwitchPoeDetail",
735
+ "method": "get",
736
+ "path": "/monitoring/v1/cx_switches/{serial}/poe_detail"
737
+ },
738
+ {
739
+ "fnName": "apiExternalControllerGetSwitchPoeDetailsForAllPorts",
740
+ "method": "get",
741
+ "path": "/monitoring/v1/switches/{serial}/poe_details"
742
+ },
743
+ {
744
+ "fnName": "apiExternalControllerGetCxSwitchPoeDetailsForAllPorts",
745
+ "method": "get",
746
+ "path": "/monitoring/v1/cx_switches/{serial}/poe_details"
747
+ },
748
+ {
749
+ "fnName": "apiExternalControllerGetSwitchVsxDetail",
750
+ "method": "get",
751
+ "path": "/monitoring/v1/cx_switches/{serial}/vsx"
752
+ },
753
+ {
754
+ "fnName": "apiExternalControllerGetBandwidthUsage",
755
+ "method": "get",
756
+ "path": "/monitoring/v1/switches/bandwidth_usage"
757
+ },
758
+ {
759
+ "fnName": "apiExternalControllerGetBandwidthUsageTopn",
760
+ "method": "get",
761
+ "path": "/monitoring/v1/switches/bandwidth_usage/topn"
762
+ },
763
+ {
764
+ "fnName": "apiExternalControllerGetSwitch",
765
+ "method": "get",
766
+ "path": "/monitoring/v1/switches/{serial}"
767
+ },
768
+ {
769
+ "fnName": "apiExternalControllerDeleteSwitch",
770
+ "method": "delete",
771
+ "path": "/monitoring/v1/switches/{serial}"
772
+ },
773
+ {
774
+ "fnName": "apiExternalControllerGetSwitchPorts",
775
+ "method": "get",
776
+ "path": "/monitoring/v1/switches/{serial}/ports"
777
+ },
778
+ {
779
+ "fnName": "apiExternalControllerGetCxSwitchPorts",
780
+ "method": "get",
781
+ "path": "/monitoring/v1/cx_switches/{serial}/ports"
782
+ },
783
+ {
784
+ "fnName": "apiExternalControllerGetChassisInfo",
785
+ "method": "get",
786
+ "path": "/monitoring/v1/switches/{serial}/chassis_info"
787
+ },
788
+ {
789
+ "fnName": "apiExternalControllerGetSwitchPortsBandwidthUsage",
790
+ "method": "get",
791
+ "path": "/monitoring/v1/switches/{serial}/ports/bandwidth_usage"
792
+ },
793
+ {
794
+ "fnName": "apiExternalControllerGetCxSwitchPortsBandwidthUsage",
795
+ "method": "get",
796
+ "path": "/monitoring/v1/cx_switches/{serial}/ports/bandwidth_usage"
797
+ },
798
+ {
799
+ "fnName": "apiExternalControllerGetPortsErrors",
800
+ "method": "get",
801
+ "path": "/monitoring/v1/switches/{serial}/ports/errors"
802
+ },
803
+ {
804
+ "fnName": "apiExternalControllerGetCxPortsErrors",
805
+ "method": "get",
806
+ "path": "/monitoring/v1/cx_switches/{serial}/ports/errors"
807
+ },
808
+ {
809
+ "fnName": "apiExternalControllerGetStackPorts",
810
+ "method": "get",
811
+ "path": "/monitoring/v1/switch_stacks/{stack_id}/ports"
812
+ },
813
+ {
814
+ "fnName": "apiExternalControllerGetCxStackPorts",
815
+ "method": "get",
816
+ "path": "/monitoring/v1/cx_switch_stacks/{stack_id}/ports"
817
+ },
818
+ {
819
+ "fnName": "apiExternalControllerGetSwitchStacks",
820
+ "method": "get",
821
+ "path": "/monitoring/v1/switch_stacks"
822
+ },
823
+ {
824
+ "fnName": "apiExternalControllerGetSwitchStack",
825
+ "method": "get",
826
+ "path": "/monitoring/v1/switch_stacks/{stack_id}"
827
+ },
828
+ {
829
+ "fnName": "apiExternalControllerDeleteSwitchStack",
830
+ "method": "delete",
831
+ "path": "/monitoring/v1/switch_stacks/{stack_id}"
832
+ },
833
+ {
834
+ "fnName": "apiExternalControllerGetEvents",
835
+ "method": "get",
836
+ "path": "/monitoring/v1/events"
837
+ },
838
+ {
839
+ "fnName": "apiExternalControllerGetEventsV2",
840
+ "method": "get",
841
+ "path": "/monitoring/v2/events"
842
+ }
843
+ ],
844
+ "errors": [],
845
+ "warnings": [],
846
+ "callsTotal": 98,
847
+ "callsConverted": 98,
848
+ "no_mockdata_num": 98
849
+ }
850
+ }