@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.
- package/.eslintignore +6 -0
- package/.eslintrc.js +18 -0
- package/.gitlab/.gitkeep +0 -0
- package/.gitlab/issue_templates/.gitkeep +0 -0
- package/.gitlab/issue_templates/Default.md +17 -0
- package/.gitlab/issue_templates/bugReportTemplate.md +76 -0
- package/.gitlab/issue_templates/featureRequestTemplate.md +14 -0
- package/.jshintrc +0 -0
- package/AUTH.md +39 -0
- package/BROKER.md +199 -0
- package/CALLS.md +170 -0
- package/CHANGELOG.md +9 -0
- package/CODE_OF_CONDUCT.md +43 -0
- package/CONTRIBUTING.md +172 -0
- package/ENHANCE.md +69 -0
- package/LICENSE +201 -0
- package/PROPERTIES.md +641 -0
- package/README.md +337 -0
- package/SUMMARY.md +9 -0
- package/SYSTEMINFO.md +11 -0
- package/TROUBLESHOOT.md +47 -0
- package/adapter.js +23717 -0
- package/adapterBase.js +1787 -0
- package/adapter_modifications/README.md +59 -0
- package/adapter_modifications/specificCallScript.js +97 -0
- package/adapter_modifications/update.js +532 -0
- package/adapter_modifications/updateFiles/components/adapter.js +164 -0
- package/adapter_modifications/updateFiles/components/entities/Installers/action.json +22 -0
- package/adapter_modifications/updateFiles/components/entities/Installers/mockdatafiles/mockdata.json +1 -0
- package/adapter_modifications/updateFiles/components/entities/Installers/schema.json +20 -0
- package/adapter_modifications/updateFiles/components/entities/Sites/action.json +22 -0
- package/adapter_modifications/updateFiles/components/entities/Sites/mockdatafiles/mockdata.json +1 -0
- package/adapter_modifications/updateFiles/components/entities/Sites/schema.json +20 -0
- package/adapter_modifications/updateFiles/components/methods.json +204 -0
- package/adapter_modifications/updateFiles/components/pronghorn.json +77 -0
- package/adapter_modifications/updateFiles/components/test/integration/adapterTestIntegration.js +76 -0
- package/adapter_modifications/updateFiles/components/test/unit/adapterTestUnit.js +58 -0
- package/entities/.generic/action.json +214 -0
- package/entities/.generic/schema.json +28 -0
- package/entities/.system/action.json +50 -0
- package/entities/.system/mockdatafiles/getToken-default.json +3 -0
- package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
- package/entities/.system/schema.json +19 -0
- package/entities/.system/schemaTokenReq.json +53 -0
- package/entities/.system/schemaTokenResp.json +53 -0
- package/entities/AOSS/action.json +168 -0
- package/entities/AOSS/mockdatafiles/apiHppcSwitchGetDevicePorts-default.json +17 -0
- package/entities/AOSS/mockdatafiles/apiHppcSwitchGetDeviceVlans-default.json +65 -0
- package/entities/AOSS/mockdatafiles/apiHppcSwitchGetGroupPorts-default.json +17 -0
- package/entities/AOSS/mockdatafiles/apiHppcSwitchGetGroupVlans-default.json +125 -0
- package/entities/AOSS/schema.json +26 -0
- package/entities/AP/action.json +150 -0
- package/entities/AP/schema.json +135 -0
- package/entities/APConfiguration/action.json +394 -0
- package/entities/APConfiguration/mockdatafiles/apiApClisGetApSettingsClis-default.json +3 -0
- package/entities/APConfiguration/mockdatafiles/apiApClisGetConfigurationClis-default.json +3 -0
- package/entities/APConfiguration/mockdatafiles/apiApClisGetDirtyDiff-default.json +10 -0
- package/entities/APConfiguration/mockdatafiles/apiApClisGetSwarmVariables-default.json +112 -0
- package/entities/APConfiguration/mockdatafiles/apiSystemConfigGetSystemConfig-default.json +10 -0
- package/entities/APConfiguration/schema.json +37 -0
- package/entities/APSettings/action.json +86 -0
- package/entities/APSettings/mockdatafiles/apiApSettingsGetApSettings-default.json +4 -0
- package/entities/APSettings/mockdatafiles/apiApSettingsGetApSettingsV2-default.json +5 -0
- package/entities/APSettings/schema.json +22 -0
- package/entities/CXConfiguration/action.json +250 -0
- package/entities/CXConfiguration/schema.json +30 -0
- package/entities/CaptivePortalLogo/action.json +65 -0
- package/entities/CaptivePortalLogo/mockdatafiles/apiCpLogoGetCpLogos-default.json +21 -0
- package/entities/CaptivePortalLogo/schema.json +21 -0
- package/entities/Certificates/action.json +85 -0
- package/entities/Certificates/mockdatafiles/apiCertificatesGetCertificates-default.json +29 -0
- package/entities/Certificates/schema.json +22 -0
- package/entities/Client/action.json +214 -0
- package/entities/Client/schema.json +193 -0
- package/entities/ConfigurationBackupAndRestore/action.json +189 -0
- package/entities/ConfigurationBackupAndRestore/mockdatafiles/apiGroupsGetBackupLogForSnapshot-default.json +3 -0
- package/entities/ConfigurationBackupAndRestore/mockdatafiles/apiGroupsGetBackupStatusForSnapshot-default.json +3 -0
- package/entities/ConfigurationBackupAndRestore/mockdatafiles/apiGroupsGetLastRestoreLogsForGroup-default.json +3 -0
- package/entities/ConfigurationBackupAndRestore/mockdatafiles/apiGroupsGetRestoreStatusForSnapshot-default.json +3 -0
- package/entities/ConfigurationBackupAndRestore/mockdatafiles/apiGroupsGetSnapshotsForGroup-default.json +65 -0
- package/entities/ConfigurationBackupAndRestore/schema.json +27 -0
- package/entities/ConfigurationMode/action.json +148 -0
- package/entities/ConfigurationMode/mockdatafiles/apiConfigModeGetCustConfigMode-default.json +35 -0
- package/entities/ConfigurationMode/mockdatafiles/apiConfigModeGetDeviceConfigMode-default.json +21 -0
- package/entities/ConfigurationMode/mockdatafiles/apiConfigModeGetDeviceSerialsConfigMode-default.json +13 -0
- package/entities/ConfigurationMode/mockdatafiles/apiConfigModeGetGroupConfigMode-default.json +17 -0
- package/entities/ConfigurationMode/schema.json +25 -0
- package/entities/DenylistClients/action.json +65 -0
- package/entities/DenylistClients/mockdatafiles/apiBlacklistClientGetBlacklistClients-default.json +13 -0
- package/entities/DenylistClients/schema.json +21 -0
- package/entities/Devices/action.json +191 -0
- package/entities/Devices/mockdatafiles/apiDevicesGetDevicesTemplateDetails-default.json +13 -0
- package/entities/Devices/mockdatafiles/apiDevicesGetGroupsTemplateDetails-default.json +13 -0
- package/entities/Devices/mockdatafiles/apiDevicesGetHashTemplateDetails-default.json +13 -0
- package/entities/Devices/schema.json +27 -0
- package/entities/Events/action.json +46 -0
- package/entities/Events/schema.json +130 -0
- package/entities/Gateway/action.json +318 -0
- package/entities/Gateway/schema.json +99 -0
- package/entities/Groups/action.json +290 -0
- package/entities/Groups/mockdatafiles/apiGroupsGetGroups-default.json +54 -0
- package/entities/Groups/mockdatafiles/apiGroupsGetGroupsProperties-default.json +224 -0
- package/entities/Groups/mockdatafiles/apiGroupsGetGroupsTemplateData-default.json +11 -0
- package/entities/Groups/mockdatafiles/apiGroupsGetGroupsV2-default.json +11 -0
- package/entities/Groups/schema.json +32 -0
- package/entities/Installers/action.json +24 -0
- package/entities/Installers/schema.json +19 -0
- package/entities/Label/action.json +228 -0
- package/entities/Label/schema.json +62 -0
- package/entities/MMMD/action.json +24 -0
- package/entities/MMMD/schema.json +19 -0
- package/entities/MSPTemplates/action.json +250 -0
- package/entities/MSPTemplates/mockdatafiles/apiTemplatesGetEndCustomerTemplates-default.json +23 -0
- package/entities/MSPTemplates/mockdatafiles/apiTemplatesGetMspCustomerTemplates-default.json +65 -0
- package/entities/MSPTemplates/mockdatafiles/apiTemplatesGetMspTmplDifferCustsGroups-default.json +110 -0
- package/entities/MSPTemplates/mockdatafiles/apiTemplatesGetMspTmplEndCustDifferGroups-default.json +13 -0
- package/entities/MSPTemplates/schema.json +30 -0
- package/entities/MobilityController/action.json +191 -0
- package/entities/MobilityController/schema.json +71 -0
- package/entities/NBUIGroupConfiguration/action.json +45 -0
- package/entities/NBUIGroupConfiguration/mockdatafiles/apiNbUiGroupConfigGetGroupCountry-default.json +3 -0
- package/entities/NBUIGroupConfiguration/schema.json +20 -0
- package/entities/Network/action.json +67 -0
- package/entities/Network/schema.json +76 -0
- package/entities/PreProvisionedGroup/action.json +44 -0
- package/entities/PreProvisionedGroup/schema.json +20 -0
- package/entities/SaveCommit/action.json +126 -0
- package/entities/SaveCommit/mockdatafiles/apiSaveCommitGetDeviceSerialsAutoCommitState-default.json +17 -0
- package/entities/SaveCommit/mockdatafiles/apiSaveCommitGetGroupsAutoCommitState-default.json +29 -0
- package/entities/SaveCommit/schema.json +24 -0
- package/entities/Site/action.json +186 -0
- package/entities/Site/schema.json +49 -0
- package/entities/Sites/action.json +24 -0
- package/entities/Sites/schema.json +19 -0
- package/entities/Swarm/action.json +88 -0
- package/entities/Swarm/schema.json +88 -0
- package/entities/SwarmConfig/action.json +86 -0
- package/entities/SwarmConfig/mockdatafiles/apiSwarmConfigGetSwarmConfig-default.json +4 -0
- package/entities/SwarmConfig/mockdatafiles/apiSwarmConfigGetSwarmConfigV2-default.json +7 -0
- package/entities/SwarmConfig/schema.json +22 -0
- package/entities/Switch/action.json +548 -0
- package/entities/Switch/schema.json +198 -0
- package/entities/Templates/action.json +106 -0
- package/entities/Templates/mockdatafiles/apiTemplatesGetTemplates-default.json +37 -0
- package/entities/Templates/schema.json +23 -0
- package/entities/VPN/action.json +45 -0
- package/entities/VPN/schema.json +31 -0
- package/entities/Variables/action.json +186 -0
- package/entities/Variables/mockdatafiles/apiDevicesGetDeviceTemplateVariables-default.json +10 -0
- package/entities/Variables/schema.json +27 -0
- package/entities/VariablesFirewall/action.json +126 -0
- package/entities/VariablesFirewall/schema.json +24 -0
- package/entities/WLANConfiguration/action.json +579 -0
- package/entities/WLANConfiguration/schema.json +46 -0
- package/error.json +190 -0
- package/package.json +86 -0
- package/pronghorn.json +20904 -0
- package/propertiesDecorators.json +14 -0
- package/propertiesSchema.json +1248 -0
- package/refs?service=git-upload-pack +0 -0
- package/report/aruba_central_monitoring.json +14224 -0
- package/report/creationReport.json +850 -0
- package/sampleProperties.json +195 -0
- package/test/integration/adapterTestBasicGet.js +83 -0
- package/test/integration/adapterTestConnectivity.js +93 -0
- package/test/integration/adapterTestIntegration.js +7773 -0
- package/test/unit/adapterBaseTestUnit.js +949 -0
- package/test/unit/adapterTestUnit.js +10516 -0
- package/updatePackage.zip +0 -0
- package/utils/adapterInfo.js +206 -0
- package/utils/addAuth.js +94 -0
- package/utils/artifactize.js +146 -0
- package/utils/basicGet.js +50 -0
- package/utils/checkMigrate.js +63 -0
- package/utils/entitiesToDB.js +178 -0
- package/utils/findPath.js +74 -0
- package/utils/methodDocumentor.js +225 -0
- package/utils/modify.js +154 -0
- package/utils/packModificationScript.js +35 -0
- package/utils/patches2bundledDeps.js +90 -0
- package/utils/pre-commit.sh +32 -0
- package/utils/removeHooks.js +20 -0
- package/utils/setup.js +33 -0
- package/utils/tbScript.js +246 -0
- package/utils/tbUtils.js +490 -0
- package/utils/testRunner.js +298 -0
- package/utils/troubleshootingAdapter.js +195 -0
- package/versions.json +257 -0
- package/workflows/README.md +3 -0
|
@@ -0,0 +1,579 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": [
|
|
3
|
+
{
|
|
4
|
+
"name": "apiWlanGetWlanList",
|
|
5
|
+
"protocol": "REST",
|
|
6
|
+
"method": "GET",
|
|
7
|
+
"entitypath": "{base_path}/{version}/configuration/v1/wlan/{pathv1}?{query}",
|
|
8
|
+
"requestSchema": "schema.json",
|
|
9
|
+
"responseSchema": "schema.json",
|
|
10
|
+
"timeout": 0,
|
|
11
|
+
"sendEmpty": false,
|
|
12
|
+
"sendGetBody": false,
|
|
13
|
+
"requestDatatype": "JSON",
|
|
14
|
+
"responseDatatype": "JSON",
|
|
15
|
+
"headers": {},
|
|
16
|
+
"responseObjects": [
|
|
17
|
+
{
|
|
18
|
+
"type": "default",
|
|
19
|
+
"key": "",
|
|
20
|
+
"mockFile": ""
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "apiWlanGetWlanTemplate",
|
|
26
|
+
"protocol": "REST",
|
|
27
|
+
"method": "GET",
|
|
28
|
+
"entitypath": "{base_path}/{version}/configuration/v1/wlan/{pathv1}/template?{query}",
|
|
29
|
+
"requestSchema": "schema.json",
|
|
30
|
+
"responseSchema": "schema.json",
|
|
31
|
+
"timeout": 0,
|
|
32
|
+
"sendEmpty": false,
|
|
33
|
+
"sendGetBody": false,
|
|
34
|
+
"requestDatatype": "JSON",
|
|
35
|
+
"responseDatatype": "JSON",
|
|
36
|
+
"headers": {},
|
|
37
|
+
"responseObjects": [
|
|
38
|
+
{
|
|
39
|
+
"type": "default",
|
|
40
|
+
"key": "",
|
|
41
|
+
"mockFile": ""
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "apiWlanGetProtocolMap",
|
|
47
|
+
"protocol": "REST",
|
|
48
|
+
"method": "GET",
|
|
49
|
+
"entitypath": "{base_path}/{version}/configuration/v1/wlan/{pathv1}/protocol_map?{query}",
|
|
50
|
+
"requestSchema": "schema.json",
|
|
51
|
+
"responseSchema": "schema.json",
|
|
52
|
+
"timeout": 0,
|
|
53
|
+
"sendEmpty": false,
|
|
54
|
+
"sendGetBody": false,
|
|
55
|
+
"requestDatatype": "JSON",
|
|
56
|
+
"responseDatatype": "JSON",
|
|
57
|
+
"headers": {},
|
|
58
|
+
"responseObjects": [
|
|
59
|
+
{
|
|
60
|
+
"type": "default",
|
|
61
|
+
"key": "",
|
|
62
|
+
"mockFile": ""
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "apiWlanGetAccessRuleServices",
|
|
68
|
+
"protocol": "REST",
|
|
69
|
+
"method": "GET",
|
|
70
|
+
"entitypath": "{base_path}/{version}/configuration/v1/wlan/{pathv1}/access_rule_services?{query}",
|
|
71
|
+
"requestSchema": "schema.json",
|
|
72
|
+
"responseSchema": "schema.json",
|
|
73
|
+
"timeout": 0,
|
|
74
|
+
"sendEmpty": false,
|
|
75
|
+
"sendGetBody": false,
|
|
76
|
+
"requestDatatype": "JSON",
|
|
77
|
+
"responseDatatype": "JSON",
|
|
78
|
+
"headers": {},
|
|
79
|
+
"responseObjects": [
|
|
80
|
+
{
|
|
81
|
+
"type": "default",
|
|
82
|
+
"key": "",
|
|
83
|
+
"mockFile": ""
|
|
84
|
+
}
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "apiWlanGetWlan",
|
|
89
|
+
"protocol": "REST",
|
|
90
|
+
"method": "GET",
|
|
91
|
+
"entitypath": "{base_path}/{version}/configuration/v1/wlan/{pathv1}/{pathv2}?{query}",
|
|
92
|
+
"requestSchema": "schema.json",
|
|
93
|
+
"responseSchema": "schema.json",
|
|
94
|
+
"timeout": 0,
|
|
95
|
+
"sendEmpty": false,
|
|
96
|
+
"sendGetBody": false,
|
|
97
|
+
"requestDatatype": "JSON",
|
|
98
|
+
"responseDatatype": "JSON",
|
|
99
|
+
"headers": {},
|
|
100
|
+
"responseObjects": [
|
|
101
|
+
{
|
|
102
|
+
"type": "default",
|
|
103
|
+
"key": "",
|
|
104
|
+
"mockFile": ""
|
|
105
|
+
}
|
|
106
|
+
]
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "apiWlanCreateWlan",
|
|
110
|
+
"protocol": "REST",
|
|
111
|
+
"method": "POST",
|
|
112
|
+
"entitypath": "{base_path}/{version}/configuration/v1/wlan/{pathv1}/{pathv2}?{query}",
|
|
113
|
+
"requestSchema": "schema.json",
|
|
114
|
+
"responseSchema": "schema.json",
|
|
115
|
+
"timeout": 0,
|
|
116
|
+
"sendEmpty": false,
|
|
117
|
+
"requestDatatype": "JSON",
|
|
118
|
+
"responseDatatype": "JSON",
|
|
119
|
+
"headers": {},
|
|
120
|
+
"responseObjects": [
|
|
121
|
+
{
|
|
122
|
+
"type": "default",
|
|
123
|
+
"key": "",
|
|
124
|
+
"mockFile": ""
|
|
125
|
+
}
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "apiWlanCleanUpAndUpdateWlan",
|
|
130
|
+
"protocol": "REST",
|
|
131
|
+
"method": "PATCH",
|
|
132
|
+
"entitypath": "{base_path}/{version}/configuration/v1/wlan/{pathv1}/{pathv2}?{query}",
|
|
133
|
+
"requestSchema": "schema.json",
|
|
134
|
+
"responseSchema": "schema.json",
|
|
135
|
+
"timeout": 0,
|
|
136
|
+
"sendEmpty": false,
|
|
137
|
+
"requestDatatype": "JSON",
|
|
138
|
+
"responseDatatype": "JSON",
|
|
139
|
+
"headers": {},
|
|
140
|
+
"responseObjects": [
|
|
141
|
+
{
|
|
142
|
+
"type": "default",
|
|
143
|
+
"key": "",
|
|
144
|
+
"mockFile": ""
|
|
145
|
+
}
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"name": "apiWlanUpdateWlan",
|
|
150
|
+
"protocol": "REST",
|
|
151
|
+
"method": "PUT",
|
|
152
|
+
"entitypath": "{base_path}/{version}/configuration/v1/wlan/{pathv1}/{pathv2}?{query}",
|
|
153
|
+
"requestSchema": "schema.json",
|
|
154
|
+
"responseSchema": "schema.json",
|
|
155
|
+
"timeout": 0,
|
|
156
|
+
"sendEmpty": false,
|
|
157
|
+
"requestDatatype": "JSON",
|
|
158
|
+
"responseDatatype": "JSON",
|
|
159
|
+
"headers": {},
|
|
160
|
+
"responseObjects": [
|
|
161
|
+
{
|
|
162
|
+
"type": "default",
|
|
163
|
+
"key": "",
|
|
164
|
+
"mockFile": ""
|
|
165
|
+
}
|
|
166
|
+
]
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"name": "apiWlanDeleteWlan",
|
|
170
|
+
"protocol": "REST",
|
|
171
|
+
"method": "DELETE",
|
|
172
|
+
"entitypath": "{base_path}/{version}/configuration/v1/wlan/{pathv1}/{pathv2}?{query}",
|
|
173
|
+
"requestSchema": "schema.json",
|
|
174
|
+
"responseSchema": "schema.json",
|
|
175
|
+
"timeout": 0,
|
|
176
|
+
"sendEmpty": false,
|
|
177
|
+
"requestDatatype": "JSON",
|
|
178
|
+
"responseDatatype": "JSON",
|
|
179
|
+
"headers": {},
|
|
180
|
+
"responseObjects": [
|
|
181
|
+
{
|
|
182
|
+
"type": "default",
|
|
183
|
+
"key": "",
|
|
184
|
+
"mockFile": ""
|
|
185
|
+
}
|
|
186
|
+
]
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "apiWlanGetWlanV2",
|
|
190
|
+
"protocol": "REST",
|
|
191
|
+
"method": "GET",
|
|
192
|
+
"entitypath": "{base_path}/{version}/configuration/v2/wlan/{pathv1}/{pathv2}?{query}",
|
|
193
|
+
"requestSchema": "schema.json",
|
|
194
|
+
"responseSchema": "schema.json",
|
|
195
|
+
"timeout": 0,
|
|
196
|
+
"sendEmpty": false,
|
|
197
|
+
"sendGetBody": false,
|
|
198
|
+
"requestDatatype": "JSON",
|
|
199
|
+
"responseDatatype": "JSON",
|
|
200
|
+
"headers": {},
|
|
201
|
+
"responseObjects": [
|
|
202
|
+
{
|
|
203
|
+
"type": "default",
|
|
204
|
+
"key": "",
|
|
205
|
+
"mockFile": ""
|
|
206
|
+
}
|
|
207
|
+
]
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"name": "apiWlanCreateWlanV2",
|
|
211
|
+
"protocol": "REST",
|
|
212
|
+
"method": "POST",
|
|
213
|
+
"entitypath": "{base_path}/{version}/configuration/v2/wlan/{pathv1}/{pathv2}?{query}",
|
|
214
|
+
"requestSchema": "schema.json",
|
|
215
|
+
"responseSchema": "schema.json",
|
|
216
|
+
"timeout": 0,
|
|
217
|
+
"sendEmpty": false,
|
|
218
|
+
"requestDatatype": "JSON",
|
|
219
|
+
"responseDatatype": "JSON",
|
|
220
|
+
"headers": {},
|
|
221
|
+
"responseObjects": [
|
|
222
|
+
{
|
|
223
|
+
"type": "default",
|
|
224
|
+
"key": "",
|
|
225
|
+
"mockFile": ""
|
|
226
|
+
}
|
|
227
|
+
]
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"name": "apiWlanCleanUpAndUpdateWlanV2",
|
|
231
|
+
"protocol": "REST",
|
|
232
|
+
"method": "PATCH",
|
|
233
|
+
"entitypath": "{base_path}/{version}/configuration/v2/wlan/{pathv1}/{pathv2}?{query}",
|
|
234
|
+
"requestSchema": "schema.json",
|
|
235
|
+
"responseSchema": "schema.json",
|
|
236
|
+
"timeout": 0,
|
|
237
|
+
"sendEmpty": false,
|
|
238
|
+
"requestDatatype": "JSON",
|
|
239
|
+
"responseDatatype": "JSON",
|
|
240
|
+
"headers": {},
|
|
241
|
+
"responseObjects": [
|
|
242
|
+
{
|
|
243
|
+
"type": "default",
|
|
244
|
+
"key": "",
|
|
245
|
+
"mockFile": ""
|
|
246
|
+
}
|
|
247
|
+
]
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"name": "apiWlanUpdateWlanV2",
|
|
251
|
+
"protocol": "REST",
|
|
252
|
+
"method": "PUT",
|
|
253
|
+
"entitypath": "{base_path}/{version}/configuration/v2/wlan/{pathv1}/{pathv2}?{query}",
|
|
254
|
+
"requestSchema": "schema.json",
|
|
255
|
+
"responseSchema": "schema.json",
|
|
256
|
+
"timeout": 0,
|
|
257
|
+
"sendEmpty": false,
|
|
258
|
+
"requestDatatype": "JSON",
|
|
259
|
+
"responseDatatype": "JSON",
|
|
260
|
+
"headers": {},
|
|
261
|
+
"responseObjects": [
|
|
262
|
+
{
|
|
263
|
+
"type": "default",
|
|
264
|
+
"key": "",
|
|
265
|
+
"mockFile": ""
|
|
266
|
+
}
|
|
267
|
+
]
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"name": "apiFullWlanGetWlanList",
|
|
271
|
+
"protocol": "REST",
|
|
272
|
+
"method": "GET",
|
|
273
|
+
"entitypath": "{base_path}/{version}/configuration/full_wlan/{pathv1}?{query}",
|
|
274
|
+
"requestSchema": "schema.json",
|
|
275
|
+
"responseSchema": "schema.json",
|
|
276
|
+
"timeout": 0,
|
|
277
|
+
"sendEmpty": false,
|
|
278
|
+
"sendGetBody": false,
|
|
279
|
+
"requestDatatype": "JSON",
|
|
280
|
+
"responseDatatype": "JSON",
|
|
281
|
+
"headers": {},
|
|
282
|
+
"responseObjects": [
|
|
283
|
+
{
|
|
284
|
+
"type": "default",
|
|
285
|
+
"key": "",
|
|
286
|
+
"mockFile": ""
|
|
287
|
+
}
|
|
288
|
+
]
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"name": "apiFullWlanGetWlanTemplate",
|
|
292
|
+
"protocol": "REST",
|
|
293
|
+
"method": "GET",
|
|
294
|
+
"entitypath": "{base_path}/{version}/configuration/full_wlan/{pathv1}/template?{query}",
|
|
295
|
+
"requestSchema": "schema.json",
|
|
296
|
+
"responseSchema": "schema.json",
|
|
297
|
+
"timeout": 0,
|
|
298
|
+
"sendEmpty": false,
|
|
299
|
+
"sendGetBody": false,
|
|
300
|
+
"requestDatatype": "JSON",
|
|
301
|
+
"responseDatatype": "JSON",
|
|
302
|
+
"headers": {},
|
|
303
|
+
"responseObjects": [
|
|
304
|
+
{
|
|
305
|
+
"type": "default",
|
|
306
|
+
"key": "",
|
|
307
|
+
"mockFile": ""
|
|
308
|
+
}
|
|
309
|
+
]
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"name": "apiFullWlanGetProtocolMap",
|
|
313
|
+
"protocol": "REST",
|
|
314
|
+
"method": "GET",
|
|
315
|
+
"entitypath": "{base_path}/{version}/configuration/full_wlan/{pathv1}/protocol_map?{query}",
|
|
316
|
+
"requestSchema": "schema.json",
|
|
317
|
+
"responseSchema": "schema.json",
|
|
318
|
+
"timeout": 0,
|
|
319
|
+
"sendEmpty": false,
|
|
320
|
+
"sendGetBody": false,
|
|
321
|
+
"requestDatatype": "JSON",
|
|
322
|
+
"responseDatatype": "JSON",
|
|
323
|
+
"headers": {},
|
|
324
|
+
"responseObjects": [
|
|
325
|
+
{
|
|
326
|
+
"type": "default",
|
|
327
|
+
"key": "",
|
|
328
|
+
"mockFile": ""
|
|
329
|
+
}
|
|
330
|
+
]
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"name": "apiFullWlanGetAccessRuleServices",
|
|
334
|
+
"protocol": "REST",
|
|
335
|
+
"method": "GET",
|
|
336
|
+
"entitypath": "{base_path}/{version}/configuration/full_wlan/{pathv1}/access_rule_services?{query}",
|
|
337
|
+
"requestSchema": "schema.json",
|
|
338
|
+
"responseSchema": "schema.json",
|
|
339
|
+
"timeout": 0,
|
|
340
|
+
"sendEmpty": false,
|
|
341
|
+
"sendGetBody": false,
|
|
342
|
+
"requestDatatype": "JSON",
|
|
343
|
+
"responseDatatype": "JSON",
|
|
344
|
+
"headers": {},
|
|
345
|
+
"responseObjects": [
|
|
346
|
+
{
|
|
347
|
+
"type": "default",
|
|
348
|
+
"key": "",
|
|
349
|
+
"mockFile": ""
|
|
350
|
+
}
|
|
351
|
+
]
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"name": "apiFullWlanGetWlan",
|
|
355
|
+
"protocol": "REST",
|
|
356
|
+
"method": "GET",
|
|
357
|
+
"entitypath": "{base_path}/{version}/configuration/full_wlan/{pathv1}/{pathv2}?{query}",
|
|
358
|
+
"requestSchema": "schema.json",
|
|
359
|
+
"responseSchema": "schema.json",
|
|
360
|
+
"timeout": 0,
|
|
361
|
+
"sendEmpty": false,
|
|
362
|
+
"sendGetBody": false,
|
|
363
|
+
"requestDatatype": "JSON",
|
|
364
|
+
"responseDatatype": "JSON",
|
|
365
|
+
"headers": {},
|
|
366
|
+
"responseObjects": [
|
|
367
|
+
{
|
|
368
|
+
"type": "default",
|
|
369
|
+
"key": "",
|
|
370
|
+
"mockFile": ""
|
|
371
|
+
}
|
|
372
|
+
]
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"name": "apiFullWlanCreateWlan",
|
|
376
|
+
"protocol": "REST",
|
|
377
|
+
"method": "POST",
|
|
378
|
+
"entitypath": "{base_path}/{version}/configuration/full_wlan/{pathv1}/{pathv2}?{query}",
|
|
379
|
+
"requestSchema": "schema.json",
|
|
380
|
+
"responseSchema": "schema.json",
|
|
381
|
+
"timeout": 0,
|
|
382
|
+
"sendEmpty": false,
|
|
383
|
+
"requestDatatype": "JSON",
|
|
384
|
+
"responseDatatype": "JSON",
|
|
385
|
+
"headers": {},
|
|
386
|
+
"responseObjects": [
|
|
387
|
+
{
|
|
388
|
+
"type": "default",
|
|
389
|
+
"key": "",
|
|
390
|
+
"mockFile": ""
|
|
391
|
+
}
|
|
392
|
+
]
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"name": "apiFullWlanUpdateWlan",
|
|
396
|
+
"protocol": "REST",
|
|
397
|
+
"method": "PUT",
|
|
398
|
+
"entitypath": "{base_path}/{version}/configuration/full_wlan/{pathv1}/{pathv2}?{query}",
|
|
399
|
+
"requestSchema": "schema.json",
|
|
400
|
+
"responseSchema": "schema.json",
|
|
401
|
+
"timeout": 0,
|
|
402
|
+
"sendEmpty": false,
|
|
403
|
+
"requestDatatype": "JSON",
|
|
404
|
+
"responseDatatype": "JSON",
|
|
405
|
+
"headers": {},
|
|
406
|
+
"responseObjects": [
|
|
407
|
+
{
|
|
408
|
+
"type": "default",
|
|
409
|
+
"key": "",
|
|
410
|
+
"mockFile": ""
|
|
411
|
+
}
|
|
412
|
+
]
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"name": "apiFullWlanDeleteWlan",
|
|
416
|
+
"protocol": "REST",
|
|
417
|
+
"method": "DELETE",
|
|
418
|
+
"entitypath": "{base_path}/{version}/configuration/full_wlan/{pathv1}/{pathv2}?{query}",
|
|
419
|
+
"requestSchema": "schema.json",
|
|
420
|
+
"responseSchema": "schema.json",
|
|
421
|
+
"timeout": 0,
|
|
422
|
+
"sendEmpty": false,
|
|
423
|
+
"requestDatatype": "JSON",
|
|
424
|
+
"responseDatatype": "JSON",
|
|
425
|
+
"headers": {},
|
|
426
|
+
"responseObjects": [
|
|
427
|
+
{
|
|
428
|
+
"type": "default",
|
|
429
|
+
"key": "",
|
|
430
|
+
"mockFile": ""
|
|
431
|
+
}
|
|
432
|
+
]
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"name": "apiFullHotspotGetHotspotList",
|
|
436
|
+
"protocol": "REST",
|
|
437
|
+
"method": "GET",
|
|
438
|
+
"entitypath": "{base_path}/{version}/configuration/full_hotspot/{pathv1}?{query}",
|
|
439
|
+
"requestSchema": "schema.json",
|
|
440
|
+
"responseSchema": "schema.json",
|
|
441
|
+
"timeout": 0,
|
|
442
|
+
"sendEmpty": false,
|
|
443
|
+
"sendGetBody": false,
|
|
444
|
+
"requestDatatype": "JSON",
|
|
445
|
+
"responseDatatype": "JSON",
|
|
446
|
+
"headers": {},
|
|
447
|
+
"responseObjects": [
|
|
448
|
+
{
|
|
449
|
+
"type": "default",
|
|
450
|
+
"key": "",
|
|
451
|
+
"mockFile": ""
|
|
452
|
+
}
|
|
453
|
+
]
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"name": "apiFullHotspotGetHotspotListByModeName",
|
|
457
|
+
"protocol": "REST",
|
|
458
|
+
"method": "GET",
|
|
459
|
+
"entitypath": "{base_path}/{version}/configuration/full_hotspot/{pathv1}/{pathv2}?{query}",
|
|
460
|
+
"requestSchema": "schema.json",
|
|
461
|
+
"responseSchema": "schema.json",
|
|
462
|
+
"timeout": 0,
|
|
463
|
+
"sendEmpty": false,
|
|
464
|
+
"sendGetBody": false,
|
|
465
|
+
"requestDatatype": "JSON",
|
|
466
|
+
"responseDatatype": "JSON",
|
|
467
|
+
"headers": {},
|
|
468
|
+
"responseObjects": [
|
|
469
|
+
{
|
|
470
|
+
"type": "default",
|
|
471
|
+
"key": "",
|
|
472
|
+
"mockFile": ""
|
|
473
|
+
}
|
|
474
|
+
]
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"name": "apiFullHotspotGetHotspotTemplates",
|
|
478
|
+
"protocol": "REST",
|
|
479
|
+
"method": "GET",
|
|
480
|
+
"entitypath": "{base_path}/{version}/configuration/full_hotspot/{pathv1}/template?{query}",
|
|
481
|
+
"requestSchema": "schema.json",
|
|
482
|
+
"responseSchema": "schema.json",
|
|
483
|
+
"timeout": 0,
|
|
484
|
+
"sendEmpty": false,
|
|
485
|
+
"sendGetBody": false,
|
|
486
|
+
"requestDatatype": "JSON",
|
|
487
|
+
"responseDatatype": "JSON",
|
|
488
|
+
"headers": {},
|
|
489
|
+
"responseObjects": [
|
|
490
|
+
{
|
|
491
|
+
"type": "default",
|
|
492
|
+
"key": "",
|
|
493
|
+
"mockFile": ""
|
|
494
|
+
}
|
|
495
|
+
]
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"name": "apiFullHotspotGetHotspot",
|
|
499
|
+
"protocol": "REST",
|
|
500
|
+
"method": "GET",
|
|
501
|
+
"entitypath": "{base_path}/{version}/configuration/full_hotspot/{pathv1}/{pathv2}/{pathv3}?{query}",
|
|
502
|
+
"requestSchema": "schema.json",
|
|
503
|
+
"responseSchema": "schema.json",
|
|
504
|
+
"timeout": 0,
|
|
505
|
+
"sendEmpty": false,
|
|
506
|
+
"sendGetBody": false,
|
|
507
|
+
"requestDatatype": "JSON",
|
|
508
|
+
"responseDatatype": "JSON",
|
|
509
|
+
"headers": {},
|
|
510
|
+
"responseObjects": [
|
|
511
|
+
{
|
|
512
|
+
"type": "default",
|
|
513
|
+
"key": "",
|
|
514
|
+
"mockFile": ""
|
|
515
|
+
}
|
|
516
|
+
]
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"name": "apiFullHotspotCreateHotspot",
|
|
520
|
+
"protocol": "REST",
|
|
521
|
+
"method": "POST",
|
|
522
|
+
"entitypath": "{base_path}/{version}/configuration/full_hotspot/{pathv1}/{pathv2}/{pathv3}?{query}",
|
|
523
|
+
"requestSchema": "schema.json",
|
|
524
|
+
"responseSchema": "schema.json",
|
|
525
|
+
"timeout": 0,
|
|
526
|
+
"sendEmpty": false,
|
|
527
|
+
"requestDatatype": "JSON",
|
|
528
|
+
"responseDatatype": "JSON",
|
|
529
|
+
"headers": {},
|
|
530
|
+
"responseObjects": [
|
|
531
|
+
{
|
|
532
|
+
"type": "default",
|
|
533
|
+
"key": "",
|
|
534
|
+
"mockFile": ""
|
|
535
|
+
}
|
|
536
|
+
]
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"name": "apiFullHotspotUpdateHotspot",
|
|
540
|
+
"protocol": "REST",
|
|
541
|
+
"method": "PUT",
|
|
542
|
+
"entitypath": "{base_path}/{version}/configuration/full_hotspot/{pathv1}/{pathv2}/{pathv3}?{query}",
|
|
543
|
+
"requestSchema": "schema.json",
|
|
544
|
+
"responseSchema": "schema.json",
|
|
545
|
+
"timeout": 0,
|
|
546
|
+
"sendEmpty": false,
|
|
547
|
+
"requestDatatype": "JSON",
|
|
548
|
+
"responseDatatype": "JSON",
|
|
549
|
+
"headers": {},
|
|
550
|
+
"responseObjects": [
|
|
551
|
+
{
|
|
552
|
+
"type": "default",
|
|
553
|
+
"key": "",
|
|
554
|
+
"mockFile": ""
|
|
555
|
+
}
|
|
556
|
+
]
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"name": "apiFullHotspotDeleteHotspot",
|
|
560
|
+
"protocol": "REST",
|
|
561
|
+
"method": "DELETE",
|
|
562
|
+
"entitypath": "{base_path}/{version}/configuration/full_hotspot/{pathv1}/{pathv2}/{pathv3}?{query}",
|
|
563
|
+
"requestSchema": "schema.json",
|
|
564
|
+
"responseSchema": "schema.json",
|
|
565
|
+
"timeout": 0,
|
|
566
|
+
"sendEmpty": false,
|
|
567
|
+
"requestDatatype": "JSON",
|
|
568
|
+
"responseDatatype": "JSON",
|
|
569
|
+
"headers": {},
|
|
570
|
+
"responseObjects": [
|
|
571
|
+
{
|
|
572
|
+
"type": "default",
|
|
573
|
+
"key": "",
|
|
574
|
+
"mockFile": ""
|
|
575
|
+
}
|
|
576
|
+
]
|
|
577
|
+
}
|
|
578
|
+
]
|
|
579
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "schema.json",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
+
"translate": false,
|
|
6
|
+
"dynamicfields": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"ph_request_type": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "type of request (internal to adapter)",
|
|
11
|
+
"default": "",
|
|
12
|
+
"enum": [
|
|
13
|
+
"apiWlanGetWlanList",
|
|
14
|
+
"apiWlanGetWlanTemplate",
|
|
15
|
+
"apiWlanGetProtocolMap",
|
|
16
|
+
"apiWlanGetAccessRuleServices",
|
|
17
|
+
"apiWlanGetWlan",
|
|
18
|
+
"apiWlanCreateWlan",
|
|
19
|
+
"apiWlanCleanUpAndUpdateWlan",
|
|
20
|
+
"apiWlanUpdateWlan",
|
|
21
|
+
"apiWlanDeleteWlan",
|
|
22
|
+
"apiWlanGetWlanV2",
|
|
23
|
+
"apiWlanCreateWlanV2",
|
|
24
|
+
"apiWlanCleanUpAndUpdateWlanV2",
|
|
25
|
+
"apiWlanUpdateWlanV2",
|
|
26
|
+
"apiFullWlanGetWlanList",
|
|
27
|
+
"apiFullWlanGetWlanTemplate",
|
|
28
|
+
"apiFullWlanGetProtocolMap",
|
|
29
|
+
"apiFullWlanGetAccessRuleServices",
|
|
30
|
+
"apiFullWlanGetWlan",
|
|
31
|
+
"apiFullWlanCreateWlan",
|
|
32
|
+
"apiFullWlanUpdateWlan",
|
|
33
|
+
"apiFullWlanDeleteWlan",
|
|
34
|
+
"apiFullHotspotGetHotspotList",
|
|
35
|
+
"apiFullHotspotGetHotspotListByModeName",
|
|
36
|
+
"apiFullHotspotGetHotspotTemplates",
|
|
37
|
+
"apiFullHotspotGetHotspot",
|
|
38
|
+
"apiFullHotspotCreateHotspot",
|
|
39
|
+
"apiFullHotspotUpdateHotspot",
|
|
40
|
+
"apiFullHotspotDeleteHotspot"
|
|
41
|
+
],
|
|
42
|
+
"external_name": "ph_request_type"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"definitions": {}
|
|
46
|
+
}
|