@itentialopensource/adapter-aruba_central 0.1.1 → 0.1.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.
- package/CALLS.md +2112 -0
- package/CHANGELOG.md +8 -1
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +10 -0
- package/adapter_modifications/README.md +0 -59
- package/adapter_modifications/specificCallScript.js +0 -97
- package/adapter_modifications/update.js +0 -532
- package/adapter_modifications/updateFiles/components/adapter.js +0 -164
- package/adapter_modifications/updateFiles/components/entities/Installers/action.json +0 -22
- package/adapter_modifications/updateFiles/components/entities/Installers/mockdatafiles/mockdata.json +0 -1
- package/adapter_modifications/updateFiles/components/entities/Installers/schema.json +0 -20
- package/adapter_modifications/updateFiles/components/entities/Sites/action.json +0 -22
- package/adapter_modifications/updateFiles/components/entities/Sites/mockdatafiles/mockdata.json +0 -1
- package/adapter_modifications/updateFiles/components/entities/Sites/schema.json +0 -20
- package/adapter_modifications/updateFiles/components/methods.json +0 -204
- package/adapter_modifications/updateFiles/components/pronghorn.json +0 -77
- package/adapter_modifications/updateFiles/components/test/integration/adapterTestIntegration.js +0 -76
- package/adapter_modifications/updateFiles/components/test/unit/adapterTestUnit.js +0 -58
- package/updatePackage.zip +0 -0
- package/versions.json +0 -257
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
describe('#apiInstallManagerExternalApiInviteInstaller - errors', () => {
|
|
3
|
-
it('should have a apiInstallManagerExternalApiInviteInstaller function', (done) => {
|
|
4
|
-
try {
|
|
5
|
-
assert.equal(true, typeof a.apiInstallManagerExternalApiInviteInstaller === 'function');
|
|
6
|
-
done();
|
|
7
|
-
} catch (error) {
|
|
8
|
-
log.error(`Test Failure: ${error}`);
|
|
9
|
-
done(error);
|
|
10
|
-
}
|
|
11
|
-
}).timeout(attemptTimeout);
|
|
12
|
-
it('should error if - missing body', (done) => {
|
|
13
|
-
try {
|
|
14
|
-
a.apiInstallManagerExternalApiInviteInstaller(null, (data, error) => {
|
|
15
|
-
try {
|
|
16
|
-
const displayE = 'body is required';
|
|
17
|
-
runErrorAsserts(data, error, 'AD.300', 'Test-append-adapter-apiInstallManagerExternalApiInviteInstaller', displayE);
|
|
18
|
-
done();
|
|
19
|
-
} catch (err) {
|
|
20
|
-
log.error(`Test Failure: ${err}`);
|
|
21
|
-
done(err);
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
} catch (error) {
|
|
25
|
-
log.error(`Adapter Exception: ${error}`);
|
|
26
|
-
done(error);
|
|
27
|
-
}
|
|
28
|
-
}).timeout(attemptTimeout);
|
|
29
|
-
});
|
|
30
|
-
|
|
31
|
-
describe('#apiInstallManagerExternalApiAssignGroupToDeviceTypesInSites - errors', () => {
|
|
32
|
-
it('should have a apiInstallManagerExternalApiAssignGroupToDeviceTypesInSites function', (done) => {
|
|
33
|
-
try {
|
|
34
|
-
assert.equal(true, typeof a.apiInstallManagerExternalApiAssignGroupToDeviceTypesInSites === 'function');
|
|
35
|
-
done();
|
|
36
|
-
} catch (error) {
|
|
37
|
-
log.error(`Test Failure: ${error}`);
|
|
38
|
-
done(error);
|
|
39
|
-
}
|
|
40
|
-
}).timeout(attemptTimeout);
|
|
41
|
-
it('should error if - missing body', (done) => {
|
|
42
|
-
try {
|
|
43
|
-
a.apiInstallManagerExternalApiAssignGroupToDeviceTypesInSites(null, (data, error) => {
|
|
44
|
-
try {
|
|
45
|
-
const displayE = 'body is required';
|
|
46
|
-
runErrorAsserts(data, error, 'AD.300', 'Test-append-adapter-apiInstallManagerExternalApiAssignGroupToDeviceTypesInSites', displayE);
|
|
47
|
-
done();
|
|
48
|
-
} catch (err) {
|
|
49
|
-
log.error(`Test Failure: ${err}`);
|
|
50
|
-
done(err);
|
|
51
|
-
}
|
|
52
|
-
});
|
|
53
|
-
} catch (error) {
|
|
54
|
-
log.error(`Adapter Exception: ${error}`);
|
|
55
|
-
done(error);
|
|
56
|
-
}
|
|
57
|
-
}).timeout(attemptTimeout);
|
|
58
|
-
});
|
package/updatePackage.zip
DELETED
|
Binary file
|
package/versions.json
DELETED
|
@@ -1,257 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"constructor": -1,
|
|
3
|
-
"healthCheck": 0,
|
|
4
|
-
"iapGetAdapterWorkflowFunctions": 0,
|
|
5
|
-
"iapUpdateAdapterConfiguration": 0,
|
|
6
|
-
"iapFindAdapterPath": 0,
|
|
7
|
-
"iapSuspendAdapter": 0,
|
|
8
|
-
"iapUnsuspendAdapter": 0,
|
|
9
|
-
"iapGetAdapterQueue": 0,
|
|
10
|
-
"iapTroubleshootAdapter": 0,
|
|
11
|
-
"iapRunAdapterHealthcheck": 0,
|
|
12
|
-
"iapRunAdapterConnectivity": 0,
|
|
13
|
-
"iapRunAdapterBasicGet": 0,
|
|
14
|
-
"iapMoveAdapterEntitiesToDB": 0,
|
|
15
|
-
"iapHasAdapterEntity": 0,
|
|
16
|
-
"iapVerifyAdapterCapability": 0,
|
|
17
|
-
"iapUpdateAdapterEntityCache": 0,
|
|
18
|
-
"hasEntities": 0,
|
|
19
|
-
"getDevice": 0,
|
|
20
|
-
"getDevicesFiltered": 0,
|
|
21
|
-
"isAlive": 0,
|
|
22
|
-
"getConfig": 0,
|
|
23
|
-
"iapGetDeviceCount": 0,
|
|
24
|
-
"genericAdapterRequest": 0,
|
|
25
|
-
"genericAdapterRequestNoBasePath": 0,
|
|
26
|
-
"apiExternalControllerGetAp": 0,
|
|
27
|
-
"apiExternalControllerDeleteAp": 0,
|
|
28
|
-
"apiExternalControllerGetSwarmsBandwidthUsageTopn": 0,
|
|
29
|
-
"apiExternalControllerGetSwarmsClientsCountTopn": 0,
|
|
30
|
-
"apiExternalControllerGetSwarms": 0,
|
|
31
|
-
"apiExternalControllerGetSwarm": 0,
|
|
32
|
-
"apiExternalControllerGetWirelessClients": 0,
|
|
33
|
-
"apiExternalControllerGetWiredClients": 0,
|
|
34
|
-
"apiExternalControllerGetWirelessClient": 0,
|
|
35
|
-
"apiExternalControllerGetWirelessClientMobility": 0,
|
|
36
|
-
"apiExternalControllerGetWiredClient": 0,
|
|
37
|
-
"apiExternalControllerGetClientsBandwidthUsage": 0,
|
|
38
|
-
"apiExternalControllerGetClientsBandwidthUsageTopn": 0,
|
|
39
|
-
"apiExternalControllerGetClientsCount": 0,
|
|
40
|
-
"apiExternalControllerGetVpnInfo": 0,
|
|
41
|
-
"apiExternalControllerGetMcs": 0,
|
|
42
|
-
"apiExternalControllerGetMc": 0,
|
|
43
|
-
"apiExternalControllerDeleteMc": 0,
|
|
44
|
-
"apiExternalControllerGetMcPortsBandwidthUsage": 0,
|
|
45
|
-
"apiExternalControllerGetMcPorts": 0,
|
|
46
|
-
"apiExternalControllerGetVlanInfo": 0,
|
|
47
|
-
"apiExternalControllerGetGateways": 0,
|
|
48
|
-
"apiExternalControllerGetGateway": 0,
|
|
49
|
-
"apiExternalControllerDeleteGateway": 0,
|
|
50
|
-
"apiExternalControllerGetGatewayUplinksDetail": 0,
|
|
51
|
-
"apiExternalControllerGetGatewayUplinksBandwidthUsage": 0,
|
|
52
|
-
"apiExternalControllerGetGatewayUplinksTunnelStats": 0,
|
|
53
|
-
"apiExternalControllerGetGatewayUplinksWanCompressionUsage": 0,
|
|
54
|
-
"apiExternalControllerGetGatewayUplinksDistribution": 0,
|
|
55
|
-
"apiExternalControllerGetGatewayPortsBandwidthUsage": 0,
|
|
56
|
-
"apiExternalControllerGetGatewayPorts": 0,
|
|
57
|
-
"apiExternalControllerGetGatewayPortErrors": 0,
|
|
58
|
-
"apiExternalControllerGetGatewayTunnels": 0,
|
|
59
|
-
"apiExternalControllerGetGatewayDhcpClients": 0,
|
|
60
|
-
"apiExternalControllerGetGatewayDhcpPools": 0,
|
|
61
|
-
"apiExternalControllerGetGatewayVlanInfo": 0,
|
|
62
|
-
"labelsExternalControllerGetLabels": 0,
|
|
63
|
-
"labelsExternalControllerCreateLabel": 0,
|
|
64
|
-
"labelsExternalControllerGetDefaultLabels": 0,
|
|
65
|
-
"labelsExternalControllerGetLabel": 0,
|
|
66
|
-
"labelsExternalControllerUpdateLabel": 0,
|
|
67
|
-
"labelsExternalControllerDeleteLabel": 0,
|
|
68
|
-
"labelsExternalControllerAssignLabel": 0,
|
|
69
|
-
"labelsExternalControllerUnassignLabel": 0,
|
|
70
|
-
"labelsExternalControllerAssignLabelToDevices": 0,
|
|
71
|
-
"labelsExternalControllerUnassignLabelFromDevices": 0,
|
|
72
|
-
"labelsExternalControllerGetLabelCategories": 0,
|
|
73
|
-
"sitesExternalControllerGetSites": 0,
|
|
74
|
-
"sitesExternalControllerCreateSite": 0,
|
|
75
|
-
"sitesExternalControllerGetSite": 0,
|
|
76
|
-
"sitesExternalControllerUpdateSite": 0,
|
|
77
|
-
"sitesExternalControllerDeleteSite": 0,
|
|
78
|
-
"sitesExternalControllerAssignSite": 0,
|
|
79
|
-
"sitesExternalControllerUnassignSite": 0,
|
|
80
|
-
"sitesExternalControllerAssignSiteToDevices": 0,
|
|
81
|
-
"sitesExternalControllerUnassignSiteFromDevices": 0,
|
|
82
|
-
"apiExternalControllerGetSwitches": 0,
|
|
83
|
-
"apiExternalControllerGetSwitchVlan": 0,
|
|
84
|
-
"apiExternalControllerGetCxSwitchVlan": 0,
|
|
85
|
-
"apiExternalControllerGetSwitchStackVlan": 0,
|
|
86
|
-
"apiExternalControllerGetCxSwitchStackVlan": 0,
|
|
87
|
-
"apiExternalControllerGetSwitchPoeDetail": 0,
|
|
88
|
-
"apiExternalControllerGetCxSwitchPoeDetail": 0,
|
|
89
|
-
"apiExternalControllerGetSwitchPoeDetailsForAllPorts": 0,
|
|
90
|
-
"apiExternalControllerGetCxSwitchPoeDetailsForAllPorts": 0,
|
|
91
|
-
"apiExternalControllerGetSwitchVsxDetail": 0,
|
|
92
|
-
"apiExternalControllerGetBandwidthUsage": 0,
|
|
93
|
-
"apiExternalControllerGetBandwidthUsageTopn": 0,
|
|
94
|
-
"apiExternalControllerGetSwitch": 0,
|
|
95
|
-
"apiExternalControllerDeleteSwitch": 0,
|
|
96
|
-
"apiExternalControllerGetSwitchPorts": 0,
|
|
97
|
-
"apiExternalControllerGetCxSwitchPorts": 0,
|
|
98
|
-
"apiExternalControllerGetChassisInfo": 0,
|
|
99
|
-
"apiExternalControllerGetSwitchPortsBandwidthUsage": 0,
|
|
100
|
-
"apiExternalControllerGetCxSwitchPortsBandwidthUsage": 0,
|
|
101
|
-
"apiExternalControllerGetPortsErrors": 0,
|
|
102
|
-
"apiExternalControllerGetCxPortsErrors": 0,
|
|
103
|
-
"apiExternalControllerGetStackPorts": 0,
|
|
104
|
-
"apiExternalControllerGetCxStackPorts": 0,
|
|
105
|
-
"apiExternalControllerGetSwitchStacks": 0,
|
|
106
|
-
"apiExternalControllerGetSwitchStack": 0,
|
|
107
|
-
"apiExternalControllerDeleteSwitchStack": 0,
|
|
108
|
-
"apiExternalControllerGetEvents": 0,
|
|
109
|
-
"apiGroupsCloneGroup": 0,
|
|
110
|
-
"apiGroupsGetGroupsTemplateData": 0,
|
|
111
|
-
"apiGroupsGetGroupsProperties": 0,
|
|
112
|
-
"apiGroupsUpdateGroupName": 0,
|
|
113
|
-
"apiGroupsGetCustDefaultGroup": 0,
|
|
114
|
-
"apiGroupsSetCustDefaultGroup": 0,
|
|
115
|
-
"apiGroupsDeleteGroup": 0,
|
|
116
|
-
"apiGroupsGetGroup": 0,
|
|
117
|
-
"apiGroupsGetGroups": 0,
|
|
118
|
-
"apiGroupsCreateGroup": 0,
|
|
119
|
-
"apiGroupsPreProvisionGroup": 0,
|
|
120
|
-
"apiGroupsPreProvisionGroupDm": 0,
|
|
121
|
-
"apiTemplatesGetTemplates": 0,
|
|
122
|
-
"apiTemplatesCreateTemplate": 0,
|
|
123
|
-
"apiTemplatesUpdateTemplate": 0,
|
|
124
|
-
"apiTemplatesGetTemplate": 0,
|
|
125
|
-
"apiTemplatesDeleteTemplate": 0,
|
|
126
|
-
"apiGroupsCreateSnapshotForGroup": 0,
|
|
127
|
-
"apiGroupsCreateSnapshotsForMultipleGroups": 0,
|
|
128
|
-
"apiGroupsGetSnapshotsForGroup": 0,
|
|
129
|
-
"apiGroupsUpdateDoNotDelete": 0,
|
|
130
|
-
"apiGroupsGetLastRestoreLogsForGroup": 0,
|
|
131
|
-
"apiGroupsGetBackupLogForSnapshot": 0,
|
|
132
|
-
"apiGroupsGetBackupStatusForSnapshot": 0,
|
|
133
|
-
"apiGroupsGetRestoreStatusForSnapshot": 0,
|
|
134
|
-
"apiGroupsRestoreSnapshotForGroup": 0,
|
|
135
|
-
"apiGroupsMoveDevices": 0,
|
|
136
|
-
"apiDevicesGetDeviceGroup": 0,
|
|
137
|
-
"apiDevicesGetDeviceConfiguration": 0,
|
|
138
|
-
"apiDevicesGetDeviceConfigurationDetails": 0,
|
|
139
|
-
"apiDevicesGetDevicesTemplateDetails": 0,
|
|
140
|
-
"apiDevicesGetGroupsTemplateDetails": 0,
|
|
141
|
-
"apiDevicesGetHashTemplateDetails": 0,
|
|
142
|
-
"apiDevicesGetDeviceVariabilisedTemplate": 0,
|
|
143
|
-
"apiDevicesUpdateSshConnectionInfo": 0,
|
|
144
|
-
"apiDevicesGetDeviceTemplateVariables": 0,
|
|
145
|
-
"apiDevicesCreateDeviceTemplateVariables": 0,
|
|
146
|
-
"apiDevicesUpdateDeviceTemplateVariables": 0,
|
|
147
|
-
"apiDevicesReplaceDeviceTemplateVariables": 0,
|
|
148
|
-
"apiDevicesDeleteDeviceTemplateVariables": 0,
|
|
149
|
-
"apiDevicesGetAllDevicesTemplateVariables": 0,
|
|
150
|
-
"apiDevicesCreateAllDevicesTemplateVariables": 0,
|
|
151
|
-
"apiDevicesReplaceAllDevicesTemplateVariables": 0,
|
|
152
|
-
"apiDevicesUpdateAllDevicesTemplateVariables": 0,
|
|
153
|
-
"apiDevicesRecoverMdDevice": 0,
|
|
154
|
-
"apiCertificatesGetCertificates": 0,
|
|
155
|
-
"apiCertificatesUploadCertificate": 0,
|
|
156
|
-
"apiCertificatesDeleteCertificate": 0,
|
|
157
|
-
"apiCertificatesMspUpdateCertificate": 0,
|
|
158
|
-
"apiCpLogoGetCpLogos": 0,
|
|
159
|
-
"apiCpLogoUploadCpLogo": 0,
|
|
160
|
-
"apiCpLogoDeleteCpLogo": 0,
|
|
161
|
-
"apiTemplatesGetMspCustomerTemplates": 0,
|
|
162
|
-
"apiTemplatesGetMspCustomerTemplateText": 0,
|
|
163
|
-
"apiTemplatesDeleteMspCustomerTemplate": 0,
|
|
164
|
-
"apiTemplatesSetMspCustomerTemplate": 0,
|
|
165
|
-
"apiTemplatesGetEndCustomerTemplates": 0,
|
|
166
|
-
"apiTemplatesGetEndCustomerTemplateText": 0,
|
|
167
|
-
"apiTemplatesDeleteEndCustomerTemplate": 0,
|
|
168
|
-
"apiTemplatesSetEndCustomerTemplate": 0,
|
|
169
|
-
"apiTemplatesGetMspTmplDifferCustsGroups": 0,
|
|
170
|
-
"apiTemplatesGetMspTmplEndCustDifferGroups": 0,
|
|
171
|
-
"apiTemplatesApplyMspCustomerTemplate": 0,
|
|
172
|
-
"apiTemplatesApplyEndCustomerTemplate": 0,
|
|
173
|
-
"apiConfigModeGetCustConfigMode": 0,
|
|
174
|
-
"apiConfigModeSetCustConfigMode": 0,
|
|
175
|
-
"apiConfigModeGetGroupConfigMode": 0,
|
|
176
|
-
"apiConfigModeSetGroupConfigMode": 0,
|
|
177
|
-
"apiConfigModeGetDeviceConfigMode": 0,
|
|
178
|
-
"apiConfigModeSetDeviceConfigMode": 0,
|
|
179
|
-
"apiConfigModeGetDeviceSerialsConfigMode": 0,
|
|
180
|
-
"apiVariablesFirewallGetVfwGroups": 0,
|
|
181
|
-
"apiVariablesFirewallUpdateVfwGroups": 0,
|
|
182
|
-
"apiVariablesFirewallDeleteVfwGroup": 0,
|
|
183
|
-
"apiVariablesFirewallGetVfwVariables": 0,
|
|
184
|
-
"apiVariablesFirewallUpdateVfwVariables": 0,
|
|
185
|
-
"apiVariablesFirewallDeleteVfwVariable": 0,
|
|
186
|
-
"apiNbUiGroupConfigSetGroupConfigCountryCode": 0,
|
|
187
|
-
"apiNbUiGroupConfigGetGroupCountry": 0,
|
|
188
|
-
"apiSaveCommitGetGroupsAutoCommitState": 0,
|
|
189
|
-
"apiSaveCommitSetGroupsAutoCommitState": 0,
|
|
190
|
-
"apiSaveCommitGetDeviceSerialsAutoCommitState": 0,
|
|
191
|
-
"apiSaveCommitSetDeviceSerialsAutoCommitState": 0,
|
|
192
|
-
"apiSaveCommitCommitGroupConfig": 0,
|
|
193
|
-
"apiSaveCommitCommitDeviceConfig": 0,
|
|
194
|
-
"apiBlacklistClientGetBlacklistClients": 0,
|
|
195
|
-
"apiBlacklistClientAddBlacklistClients": 0,
|
|
196
|
-
"apiBlacklistClientDeleteBlacklistClients": 0,
|
|
197
|
-
"apiWlanGetWlanList": 0,
|
|
198
|
-
"apiWlanGetWlanTemplate": 0,
|
|
199
|
-
"apiWlanGetProtocolMap": 0,
|
|
200
|
-
"apiWlanGetAccessRuleServices": 0,
|
|
201
|
-
"apiWlanGetWlan": 0,
|
|
202
|
-
"apiWlanCreateWlan": 0,
|
|
203
|
-
"apiWlanCleanUpAndUpdateWlan": 0,
|
|
204
|
-
"apiWlanUpdateWlan": 0,
|
|
205
|
-
"apiWlanDeleteWlan": 0,
|
|
206
|
-
"apiFullWlanGetWlanList": 0,
|
|
207
|
-
"apiFullWlanGetWlanTemplate": 0,
|
|
208
|
-
"apiFullWlanGetProtocolMap": 0,
|
|
209
|
-
"apiFullWlanGetAccessRuleServices": 0,
|
|
210
|
-
"apiFullWlanGetWlan": 0,
|
|
211
|
-
"apiFullWlanCreateWlan": 0,
|
|
212
|
-
"apiFullWlanUpdateWlan": 0,
|
|
213
|
-
"apiFullWlanDeleteWlan": 0,
|
|
214
|
-
"apiFullHotspotGetHotspotList": 0,
|
|
215
|
-
"apiFullHotspotGetHotspotListByModeName": 0,
|
|
216
|
-
"apiFullHotspotGetHotspotTemplates": 0,
|
|
217
|
-
"apiFullHotspotGetHotspot": 0,
|
|
218
|
-
"apiFullHotspotCreateHotspot": 0,
|
|
219
|
-
"apiFullHotspotUpdateHotspot": 0,
|
|
220
|
-
"apiFullHotspotDeleteHotspot": 0,
|
|
221
|
-
"apiApSettingsGetApSettings": 0,
|
|
222
|
-
"apiApSettingsUpdateApSettings": 0,
|
|
223
|
-
"apiApClisGetConfigurationClis": 0,
|
|
224
|
-
"apiApClisUpdateConfigurationClis": 0,
|
|
225
|
-
"apiApClisGetApSettingsClis": 0,
|
|
226
|
-
"apiApClisUpdateApSettingsClis": 0,
|
|
227
|
-
"apiApClisGetSwarmVariables": 0,
|
|
228
|
-
"apiApClisUpdateSwarmVariables": 0,
|
|
229
|
-
"apiApClisGetDirtyDiff": 0,
|
|
230
|
-
"apiSystemConfigGetSystemConfig": 0,
|
|
231
|
-
"apiSystemConfigUpdateSystemConfig": 0,
|
|
232
|
-
"apiRfConfigGetArmConfig": 0,
|
|
233
|
-
"apiRfConfigUpdateArmConfig": 0,
|
|
234
|
-
"apiSwarmConfigGetSwarmConfig": 0,
|
|
235
|
-
"apiSwarmConfigUpdateSwarmConfig": 0,
|
|
236
|
-
"apiCxConfigGetInterfaces": 0,
|
|
237
|
-
"apiCxConfigUpdateInterfaces": 0,
|
|
238
|
-
"apiCxConfigGetLag": 0,
|
|
239
|
-
"apiCxConfigCrudLag": 0,
|
|
240
|
-
"apiCxConfigGetLoopPrevention": 0,
|
|
241
|
-
"apiCxConfigUpdateLoopPrevention": 0,
|
|
242
|
-
"apiCxConfigGetProperties": 0,
|
|
243
|
-
"apiCxConfigUpdateProperties": 0,
|
|
244
|
-
"apiCxConfigGetSyslog": 0,
|
|
245
|
-
"apiCxConfigGetVlans": 0,
|
|
246
|
-
"apiCxConfigCrudVlans": 0,
|
|
247
|
-
"apiHppcSwitchGetGroupPorts": 0,
|
|
248
|
-
"apiHppcSwitchSetGroupPorts": 0,
|
|
249
|
-
"apiHppcSwitchGetDevicePorts": 0,
|
|
250
|
-
"apiHppcSwitchSetDevicePorts": 0,
|
|
251
|
-
"apiHppcSwitchGetGroupVlans": 0,
|
|
252
|
-
"apiHppcSwitchSetGroupVlans": 0,
|
|
253
|
-
"apiHppcSwitchGetDeviceVlans": 0,
|
|
254
|
-
"apiHppcSwitchSetDeviceVlans": 0,
|
|
255
|
-
"apiInstallManagerExternalApiInviteInstaller": 0,
|
|
256
|
-
"apiInstallManagerExternalApiAssignGroupToDeviceTypesInSites": 0
|
|
257
|
-
}
|