@itentialopensource/adapter-aruba_airwave 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 (58) 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/CHANGELOG.md +9 -0
  10. package/CODE_OF_CONDUCT.md +48 -0
  11. package/CONTRIBUTING.md +158 -0
  12. package/LICENSE +201 -0
  13. package/README.md +544 -0
  14. package/adapter.js +2860 -0
  15. package/adapterBase.js +906 -0
  16. package/entities/.system/action.json +50 -0
  17. package/entities/.system/mockdatafiles/getToken-default.json +3 -0
  18. package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
  19. package/entities/.system/schema.json +19 -0
  20. package/entities/.system/schemaTokenReq.json +77 -0
  21. package/entities/.system/schemaTokenResp.json +65 -0
  22. package/entities/BatchExecuteAPCommandsAPIS/action.json +45 -0
  23. package/entities/BatchExecuteAPCommandsAPIS/schema.json +20 -0
  24. package/entities/ConfigurationAPIS/action.json +126 -0
  25. package/entities/ConfigurationAPIS/schema.json +90 -0
  26. package/entities/DeviceAPIS/action.json +46 -0
  27. package/entities/DeviceAPIS/schema.json +20 -0
  28. package/entities/LOGIN/action.json +24 -0
  29. package/entities/LOGIN/schema.json +41 -0
  30. package/entities/QueryAPIS/action.json +298 -0
  31. package/entities/QueryAPIS/schema.json +32 -0
  32. package/entities/ReportAPIS/action.json +25 -0
  33. package/entities/ReportAPIS/schema.json +30 -0
  34. package/entities/SearchAPIS/action.json +67 -0
  35. package/entities/SearchAPIS/schema.json +21 -0
  36. package/error.json +184 -0
  37. package/package.json +86 -0
  38. package/pronghorn.json +1589 -0
  39. package/propertiesSchema.json +801 -0
  40. package/refs?service=git-upload-pack +0 -0
  41. package/report/ArubaAirwavePostman.json-OpenApi3Json.json +1583 -0
  42. package/report/creationReport.json +381 -0
  43. package/sampleProperties.json +97 -0
  44. package/test/integration/adapterTestBasicGet.js +85 -0
  45. package/test/integration/adapterTestConnectivity.js +93 -0
  46. package/test/integration/adapterTestIntegration.js +1125 -0
  47. package/test/unit/adapterBaseTestUnit.js +929 -0
  48. package/test/unit/adapterTestUnit.js +1413 -0
  49. package/utils/artifactize.js +146 -0
  50. package/utils/basicGet.js +63 -0
  51. package/utils/packModificationScript.js +35 -0
  52. package/utils/pre-commit.sh +27 -0
  53. package/utils/setup.js +33 -0
  54. package/utils/tbScript.js +163 -0
  55. package/utils/tbUtils.js +372 -0
  56. package/utils/testRunner.js +298 -0
  57. package/utils/troubleshootingAdapter.js +219 -0
  58. package/workflows/README.md +3 -0
@@ -0,0 +1,1583 @@
1
+ {
2
+ "openapi": "3.0.0",
3
+ "info": {
4
+ "title": "Aruba Andy's Airwave Collection",
5
+ "description": "TODO: Add Description",
6
+ "contact": {},
7
+ "version": "1.0"
8
+ },
9
+ "servers": [
10
+ {
11
+ "url": "https://{host}",
12
+ "variables": {
13
+ "host": {
14
+ "default": "DefaultParameterValue"
15
+ }
16
+ }
17
+ },
18
+ {
19
+ "url": "https://192.168.1.176",
20
+ "variables": {}
21
+ }
22
+ ],
23
+ "paths": {
24
+ "/amp_stats.xml": {
25
+ "get": {
26
+ "tags": [
27
+ "Query API's"
28
+ ],
29
+ "summary": "AMP Stats",
30
+ "description": "AMP Stats\r\nURL: https://{{host}}/amp_stats.xml\r\nXML Schema: amp_stats.xsd\r\nParameters: Optionally include_bandwidth or include_all_stats can be passed in the request.\r\nExample Output: https://{{host}}/amp_stats.xml?include_all_stats=1&include_bandwidth=1",
31
+ "operationId": "AMPStats",
32
+ "parameters": [],
33
+ "responses": {
34
+ "200": {
35
+ "description": "",
36
+ "headers": {}
37
+ }
38
+ },
39
+ "deprecated": false,
40
+ "servers": [
41
+ {
42
+ "url": "https://{host}",
43
+ "variables": {
44
+ "host": {
45
+ "default": "DefaultParameterValue"
46
+ }
47
+ }
48
+ }
49
+ ]
50
+ }
51
+ },
52
+ "/folder_list.xml": {
53
+ "get": {
54
+ "tags": [
55
+ "Query API's"
56
+ ],
57
+ "summary": "Folder List",
58
+ "description": "URL: https://{{host}}/folder_list.xml\r\nXML Schema: amp_folder_list.xsd\r\nParameters: Optionally limit information returned to one or more folders by supplying folder IDs.\r\nExample URL: https://1{{host}}/folder_list.xml?id=1",
59
+ "operationId": "FolderList",
60
+ "parameters": [],
61
+ "responses": {
62
+ "200": {
63
+ "description": "",
64
+ "headers": {}
65
+ }
66
+ },
67
+ "deprecated": false,
68
+ "servers": [
69
+ {
70
+ "url": "https://{host}",
71
+ "variables": {
72
+ "host": {
73
+ "default": "DefaultParameterValue"
74
+ }
75
+ }
76
+ }
77
+ ]
78
+ }
79
+ },
80
+ "/static/catalog_repository.xml": {
81
+ "get": {
82
+ "tags": [
83
+ "Query API's"
84
+ ],
85
+ "summary": "Catalog Repository",
86
+ "description": "",
87
+ "operationId": "CatalogRepository",
88
+ "parameters": [],
89
+ "responses": {
90
+ "200": {
91
+ "description": "",
92
+ "headers": {}
93
+ }
94
+ },
95
+ "deprecated": false,
96
+ "servers": [
97
+ {
98
+ "url": "https://{host}",
99
+ "variables": {
100
+ "host": {
101
+ "default": "DefaultParameterValue"
102
+ }
103
+ }
104
+ }
105
+ ]
106
+ }
107
+ },
108
+ "/alerts.xml": {
109
+ "get": {
110
+ "tags": [
111
+ "Query API's"
112
+ ],
113
+ "summary": "Alert List",
114
+ "description": "",
115
+ "operationId": "AlertList",
116
+ "parameters": [],
117
+ "responses": {
118
+ "200": {
119
+ "description": "",
120
+ "headers": {}
121
+ }
122
+ },
123
+ "deprecated": false,
124
+ "servers": [
125
+ {
126
+ "url": "https://{host}",
127
+ "variables": {
128
+ "host": {
129
+ "default": "DefaultParameterValue"
130
+ }
131
+ }
132
+ }
133
+ ]
134
+ }
135
+ },
136
+ "/ap_list.xml": {
137
+ "get": {
138
+ "tags": [
139
+ "Query API's"
140
+ ],
141
+ "summary": "AP List",
142
+ "description": "URL: https://{{host}}/ap_list.xml\r\nXML Schema: amp_ap_list.xsd\r\nParameters: \r\n Optionally limit information returned to one or more APs by supplying AP IDs.\r\n Similarly, limit by AP folders, AP groups, and controllers by supplying their IDs.\r\nExample URL: https://{{host}}/ap_list.xml?id=79&id=3648&ap_folder_id=3&ap_group_id=1&controller_id=15",
143
+ "operationId": "APList",
144
+ "parameters": [],
145
+ "responses": {
146
+ "200": {
147
+ "description": "",
148
+ "headers": {}
149
+ }
150
+ },
151
+ "deprecated": false,
152
+ "servers": [
153
+ {
154
+ "url": "https://{host}",
155
+ "variables": {
156
+ "host": {
157
+ "default": "DefaultParameterValue"
158
+ }
159
+ }
160
+ }
161
+ ]
162
+ }
163
+ },
164
+ "/api/ap_bssid_list.xml": {
165
+ "get": {
166
+ "tags": [
167
+ "Query API's"
168
+ ],
169
+ "summary": "AP BSSID List",
170
+ "description": "URL: https://{{host}}/api/ap_bssid_list.xml\r\nXML Schema: amp_ap_bssid_list.xsd\r\nParameters: \r\n Optionally limit information returned to one or more APs by supplying AP IDs.\r\n Similarly, limit by AP folders, AP groups, and controllers by supplying their IDs.\r\nExample URL: https://{{host}}/api/ap_bssid_list.xml?id=79&id=3648&ap_folder_id=3&ap_group_id=1&controller_id=15",
171
+ "operationId": "APBSSIDList",
172
+ "parameters": [],
173
+ "responses": {
174
+ "200": {
175
+ "description": "",
176
+ "headers": {}
177
+ }
178
+ },
179
+ "deprecated": false,
180
+ "servers": [
181
+ {
182
+ "url": "https://{host}",
183
+ "variables": {
184
+ "host": {
185
+ "default": "DefaultParameterValue"
186
+ }
187
+ }
188
+ }
189
+ ]
190
+ }
191
+ },
192
+ "/ap_detail.xml": {
193
+ "get": {
194
+ "tags": [
195
+ "Query API's"
196
+ ],
197
+ "summary": "AP Detail",
198
+ "description": "URL: https://{{host}}/ap_detail.xml\r\nXML Schema: amp_ap_detail.xsd\r\nParameters: \r\n Optionally limit information returned to one or more APs by supplying AP IDs.\r\n Similarly, limit by AP folders, AP groups, and controllers by supplying their IDs.\r\nOptional Tags: \r\n include=ignored - neighbors that have been ignored through the AMP UI are not included in the list of neighbor APs by default.\r\n Append this to the URL to include ignored neighbors in the output.\r\nExample URL: https://{{host}}/ap_detail.xml, https://192.168.1.176/ap_detail.xml?id=79&ap_folder_id=7&ap_group_id=1&controller_id=77",
199
+ "operationId": "APDetail",
200
+ "parameters": [],
201
+ "responses": {
202
+ "200": {
203
+ "description": "",
204
+ "headers": {}
205
+ }
206
+ },
207
+ "deprecated": false,
208
+ "servers": [
209
+ {
210
+ "url": "https://{host}",
211
+ "variables": {
212
+ "host": {
213
+ "default": "DefaultParameterValue"
214
+ }
215
+ }
216
+ }
217
+ ]
218
+ }
219
+ },
220
+ "/ap_log.xml": {
221
+ "get": {
222
+ "tags": [
223
+ "Query API's"
224
+ ],
225
+ "summary": "AP Log",
226
+ "description": "URL: https://{{host}}/ap_log.xml\r\nXML Schema: amp_ap_log.xsd\r\nParameters: Must supply one or more AP IDs.\r\nOptional Tags: limit - (defaults to 20)\r\nExample URL: https://{{host}}/ap_log.xml?id=79&limit=5",
227
+ "operationId": "APLog",
228
+ "parameters": [
229
+ {
230
+ "name": "id",
231
+ "in": "query",
232
+ "description": "",
233
+ "required": true,
234
+ "style": "form",
235
+ "explode": true,
236
+ "schema": {
237
+ "type": "integer",
238
+ "format": "int32",
239
+ "example": 79
240
+ }
241
+ },
242
+ {
243
+ "name": "limit",
244
+ "in": "query",
245
+ "description": "",
246
+ "required": true,
247
+ "style": "form",
248
+ "explode": true,
249
+ "schema": {
250
+ "type": "integer",
251
+ "format": "int32",
252
+ "example": 5
253
+ }
254
+ }
255
+ ],
256
+ "responses": {
257
+ "200": {
258
+ "description": "",
259
+ "headers": {}
260
+ }
261
+ },
262
+ "deprecated": false,
263
+ "servers": [
264
+ {
265
+ "url": "https://{host}",
266
+ "variables": {
267
+ "host": {
268
+ "default": "DefaultParameterValue"
269
+ }
270
+ }
271
+ }
272
+ ]
273
+ }
274
+ },
275
+ "/rogue_detail.xml": {
276
+ "get": {
277
+ "tags": [
278
+ "Query API's"
279
+ ],
280
+ "summary": "Rogue Detail",
281
+ "description": "URL: https://{{host}}/rogue_detail.xml\r\nXML Schema: amp_rogue_detail.xsd\r\nParameters: Must supply one or more Rogue AP IDs. Rogue IDs are obtained from a neighbor_ap ID in the AP Detail API, when the neighbor_type is rogue.\r\nOptional Tags: limit - as explained above\r\nExample URL: https://{{host}}/rogue_detail.xml?id=267",
282
+ "operationId": "RogueDetail",
283
+ "parameters": [
284
+ {
285
+ "name": "id",
286
+ "in": "query",
287
+ "description": "",
288
+ "required": true,
289
+ "style": "form",
290
+ "explode": true,
291
+ "schema": {
292
+ "type": "integer",
293
+ "format": "int32",
294
+ "example": 267
295
+ }
296
+ }
297
+ ],
298
+ "responses": {
299
+ "200": {
300
+ "description": "",
301
+ "headers": {}
302
+ }
303
+ },
304
+ "deprecated": false,
305
+ "servers": [
306
+ {
307
+ "url": "https://{host}",
308
+ "variables": {
309
+ "host": {
310
+ "default": "DefaultParameterValue"
311
+ }
312
+ }
313
+ }
314
+ ]
315
+ }
316
+ },
317
+ "/client_detail.xml": {
318
+ "get": {
319
+ "tags": [
320
+ "Query API's"
321
+ ],
322
+ "summary": "Client Detail",
323
+ "description": "URL: https://{{host}}/client_detail.xml\r\nXML Schema: amp_client_detail.xsd\r\nParameters: Must supply one or more Client MAC Addresses.\r\nOptional Tags: limit - as explained above\r\nExample URL: https://{{host}}/client_detail.xml?mac=00:0E:35:52:8C:AB",
324
+ "operationId": "ClientDetail",
325
+ "parameters": [
326
+ {
327
+ "name": "mac",
328
+ "in": "query",
329
+ "description": "",
330
+ "required": true,
331
+ "style": "form",
332
+ "explode": true,
333
+ "schema": {
334
+ "type": "string",
335
+ "example": "00:0E:35:52:8C:AB"
336
+ }
337
+ }
338
+ ],
339
+ "responses": {
340
+ "200": {
341
+ "description": "",
342
+ "headers": {}
343
+ }
344
+ },
345
+ "deprecated": false,
346
+ "servers": [
347
+ {
348
+ "url": "https://{host}",
349
+ "variables": {
350
+ "host": {
351
+ "default": "DefaultParameterValue"
352
+ }
353
+ }
354
+ }
355
+ ]
356
+ }
357
+ },
358
+ "/visualrf_config.xml": {
359
+ "get": {
360
+ "tags": [
361
+ "Query API's"
362
+ ],
363
+ "summary": "VisualRF Config",
364
+ "description": "URL: https://192.168.1.176/visualrf_config.xml\r\nXML Schema: amp_visualrf_config.xsd\r\nParameters: None.",
365
+ "operationId": "VisualRFConfig",
366
+ "parameters": [],
367
+ "responses": {
368
+ "200": {
369
+ "description": "",
370
+ "headers": {}
371
+ }
372
+ },
373
+ "deprecated": false,
374
+ "servers": [
375
+ {
376
+ "url": "https://{host}",
377
+ "variables": {
378
+ "host": {
379
+ "default": "DefaultParameterValue"
380
+ }
381
+ }
382
+ }
383
+ ]
384
+ }
385
+ },
386
+ "/user_info.xml": {
387
+ "get": {
388
+ "tags": [
389
+ "Query API's"
390
+ ],
391
+ "summary": "User Info",
392
+ "description": "URL: https://{{host}}/user_info.xml\r\nXML Schema: amp_user_info.xsd\r\nParameters: None.",
393
+ "operationId": "UserInfo",
394
+ "parameters": [],
395
+ "responses": {
396
+ "200": {
397
+ "description": "",
398
+ "headers": {}
399
+ }
400
+ },
401
+ "deprecated": false,
402
+ "servers": [
403
+ {
404
+ "url": "https://{host}",
405
+ "variables": {
406
+ "host": {
407
+ "default": "DefaultParameterValue"
408
+ }
409
+ }
410
+ }
411
+ ]
412
+ }
413
+ },
414
+ "/device_rrd_info.xml": {
415
+ "get": {
416
+ "tags": [
417
+ "Query API's"
418
+ ],
419
+ "summary": "Device RRD Info",
420
+ "description": "URL: https://{{host}}/device_rrd_info.xml\r\nParameters: None.\r\nNote: RRD = Round-Robin Database",
421
+ "operationId": "DeviceRRDInfo",
422
+ "parameters": [],
423
+ "responses": {
424
+ "200": {
425
+ "description": "",
426
+ "headers": {}
427
+ }
428
+ },
429
+ "deprecated": false,
430
+ "servers": [
431
+ {
432
+ "url": "https://{host}",
433
+ "variables": {
434
+ "host": {
435
+ "default": "DefaultParameterValue"
436
+ }
437
+ }
438
+ }
439
+ ]
440
+ }
441
+ },
442
+ "/user_rrd_info.xml": {
443
+ "get": {
444
+ "tags": [
445
+ "Query API's"
446
+ ],
447
+ "summary": "Client RRD Info",
448
+ "description": "URL: https://{{host}}/user_rrd_info.xml\r\nParameters: None.\r\nNote: RRD = Round-Robin Database",
449
+ "operationId": "ClientRRDInfo",
450
+ "parameters": [],
451
+ "responses": {
452
+ "200": {
453
+ "description": "",
454
+ "headers": {}
455
+ }
456
+ },
457
+ "deprecated": false,
458
+ "servers": [
459
+ {
460
+ "url": "https://{host}",
461
+ "variables": {
462
+ "host": {
463
+ "default": "DefaultParameterValue"
464
+ }
465
+ }
466
+ }
467
+ ]
468
+ }
469
+ },
470
+ "/site_changes": {
471
+ "post": {
472
+ "tags": [
473
+ "Configuration API's"
474
+ ],
475
+ "summary": "Change Set",
476
+ "description": "URL: https://{{host}}/site_changes\r\nRequest XML Schema: amp_change_set.xsd\r\nParameters:\r\n site_id - unique identifier obtained from the Site List API\r\n site_name - existing or new name for the site\r\n changeset - XML document following the above schema\r\nResponse XML Schema: amp_redirect.xsd - Supplies a redirect to a change set confirm page, or one or more error messages",
477
+ "operationId": "ChangeSet",
478
+ "parameters": [
479
+ {
480
+ "name": "Content-Type",
481
+ "in": "header",
482
+ "description": "",
483
+ "required": true,
484
+ "style": "simple",
485
+ "schema": {
486
+ "type": "string",
487
+ "example": "text/xml"
488
+ }
489
+ },
490
+ {
491
+ "name": "X-BISCOTTI",
492
+ "in": "header",
493
+ "description": "",
494
+ "required": true,
495
+ "style": "simple",
496
+ "schema": {
497
+ "type": "string",
498
+ "example": "{{session_token}}"
499
+ }
500
+ }
501
+ ],
502
+ "requestBody": {
503
+ "description": "",
504
+ "content": {
505
+ "application/xml": {
506
+ "schema": {
507
+ "$ref": "#/components/schemas/amp_ap_update"
508
+ },
509
+ "example": "<amp_ap_update version=\"1\">\r\n <ap id=\"7\">\r\n <name>new name</name>\r\n <lan_ip>10.32.12.33</lan_ip>\r\n <radio index=\"1\">\r\n <channel>6</channel>\r\n <transmit_power>100%</transmit_power>\r\n </radio>\r\n <radio index=\"2\">\r\n <channel>60</channel>\r\n <transmit_power>100%</transmit_power>\r\n </radio>\r\n </ap>\r\n <ap id=\"21\">\r\n <name>District AP1</name>\r\n <radio index=\"1\">\r\n <antenna>Left/Right</antenna>\r\n <channel>11</channel>\r\n <transmit_power>50 mW</transmit_power>\r\n </radio>\r\n </ap>\r\n</amp_ap_update>"
510
+ }
511
+ },
512
+ "required": true
513
+ },
514
+ "responses": {
515
+ "200": {
516
+ "description": "",
517
+ "headers": {}
518
+ }
519
+ },
520
+ "deprecated": false,
521
+ "servers": [
522
+ {
523
+ "url": "https://{host}",
524
+ "variables": {
525
+ "host": {
526
+ "default": "DefaultParameterValue"
527
+ }
528
+ }
529
+ }
530
+ ]
531
+ }
532
+ },
533
+ "/guest_user_api": {
534
+ "post": {
535
+ "tags": [
536
+ "Configuration API's"
537
+ ],
538
+ "summary": "Guest User: Create User",
539
+ "description": "URL: https://{{host}}/guest_user_api\r\nParameters: None.\r\nThe guest user API will accept either requests with a Content-Type of application/x-www-form-urlencoded or text/xml. Requests with Content-Type application/x-www-form-urlencoded must submit the url encoded XML data in a parameter named 'xml'.",
540
+ "operationId": "GuestUser:CreateUser",
541
+ "parameters": [
542
+ {
543
+ "name": "X-BISCOTTI",
544
+ "in": "header",
545
+ "description": "",
546
+ "required": true,
547
+ "style": "simple",
548
+ "schema": {
549
+ "type": "string",
550
+ "example": "{{session_token}}"
551
+ }
552
+ }
553
+ ],
554
+ "requestBody": {
555
+ "description": "",
556
+ "content": {
557
+ "application/x-www-form-urlencoded": {
558
+ "schema": {
559
+ "type": "string",
560
+ "example": "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" standalone=\"yes\"?>\n<guest_user_api:create version=\"1\" xmlns:guest_user_api=\"http://www.airwave.com\">\n <email_address>bob@bob.arubanetworks.com</email_address>\n <profile>spring-cleaner-araeotic</profile>\n <company_name>Acme Sales, Inc.</company_name>\n <description>Bob, visiting from Acme Sales</description>\n <username>bob_acme</username>\n <password>secret</password>\n <name>Bob Acme</name>\n <expiration>7/4/2009 at 12:00 PM</expiration>\n <sponsor_name>Jill</sponsor_name>\n <enabled>1</enabled>\n</guest_user_api:create>"
561
+ },
562
+ "example": "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" standalone=\"yes\"?>\n<guest_user_api:create version=\"1\" xmlns:guest_user_api=\"http://www.airwave.com\">\n <email_address>bob@bob.arubanetworks.com</email_address>\n <profile>spring-cleaner-araeotic</profile>\n <company_name>Acme Sales, Inc.</company_name>\n <description>Bob, visiting from Acme Sales</description>\n <username>bob_acme</username>\n <password>secret</password>\n <name>Bob Acme</name>\n <expiration>7/4/2009 at 12:00 PM</expiration>\n <sponsor_name>Jill</sponsor_name>\n <enabled>1</enabled>\n</guest_user_api:create>"
563
+ }
564
+ },
565
+ "required": true
566
+ },
567
+ "responses": {
568
+ "200": {
569
+ "description": "",
570
+ "headers": {}
571
+ }
572
+ },
573
+ "deprecated": false,
574
+ "servers": [
575
+ {
576
+ "url": "https://{host}",
577
+ "variables": {
578
+ "host": {
579
+ "default": "DefaultParameterValue"
580
+ }
581
+ }
582
+ }
583
+ ]
584
+ }
585
+ },
586
+ "/template_variable_api": {
587
+ "post": {
588
+ "tags": [
589
+ "Configuration API's"
590
+ ],
591
+ "summary": "Modify Template Variables",
592
+ "description": "URL: https://{{host}}/template_variable_api\r\nParameters: None.\r\nThe modify template variable API will accept either requests with a Content-Type of application/x-www-form-urlencoded or text/xml. Requests with Content-Type application/x-www-form-urlencoded must submit the url encoded XML data in a parameter named 'xml'.",
593
+ "operationId": "ModifyTemplateVariables",
594
+ "parameters": [
595
+ {
596
+ "name": "Content-Type",
597
+ "in": "header",
598
+ "description": "",
599
+ "required": true,
600
+ "style": "simple",
601
+ "schema": {
602
+ "type": "string",
603
+ "example": "text/xml"
604
+ }
605
+ },
606
+ {
607
+ "name": "X-BISCOTTI",
608
+ "in": "header",
609
+ "description": "",
610
+ "required": true,
611
+ "style": "simple",
612
+ "schema": {
613
+ "type": "string",
614
+ "example": "{{session_token}}"
615
+ }
616
+ }
617
+ ],
618
+ "requestBody": {
619
+ "description": "",
620
+ "content": {
621
+ "application/xml": {
622
+ "schema": {
623
+ "$ref": "#/components/schemas/amp_template_variable_update"
624
+ },
625
+ "example": "<amp_template_variable_update version=\"1\">\r\n <ap id=\"4370\">\r\n <custom_variable_9>Malayo-javanese-Hydrocotyle</custom_variable_9>\r\n <swarm_radius_servers>10.250.244.121,10.14.112.234</swarm_radius_servers>\r\n <prefer_master>1</prefer_master>\r\n <custom_variable_1>Goerke-bristling</custom_variable_1>\r\n <pppoe_username>patrol-mutuel</pppoe_username>\r\n <instant_networking_mode>1</instant_networking_mode>\r\n <zone_name>Beta Sales, Inc</zone_name>\r\n </ap>\r\n <ap id=\"4371\">\r\n <custom_variable_9>Malayo-javanese-Hydrocotyle</custom_variable_9>\r\n <swarm_radius_servers>10.250.244.121,10.14.112.234</swarm_radius_servers>\r\n <prefer_master>1</prefer_master>\r\n <custom_variable_1>Goerke-bristling</custom_variable_1>\r\n <pppoe_username>patrol-mutuel</pppoe_username>\r\n <instant_networking_mode>1</instant_networking_mode>\r\n <zone_name>Beta Sales, Inc</zone_name>\r\n </ap>\r\n</amp_template_variable_update>"
626
+ }
627
+ },
628
+ "required": true
629
+ },
630
+ "responses": {
631
+ "200": {
632
+ "description": "",
633
+ "headers": {}
634
+ }
635
+ },
636
+ "deprecated": false,
637
+ "servers": [
638
+ {
639
+ "url": "https://{host}",
640
+ "variables": {
641
+ "host": {
642
+ "default": "DefaultParameterValue"
643
+ }
644
+ }
645
+ }
646
+ ]
647
+ }
648
+ },
649
+ "/api/ap_whitelist_upload": {
650
+ "post": {
651
+ "tags": [
652
+ "Configuration API's"
653
+ ],
654
+ "summary": "Import AP Whitelist",
655
+ "description": "URL: https://{{host}}/api/ap_whitelist_upload\r\nParameters:\r\n csv - AP whitelist in csv format\r\n append_whitelist - 0: Replace the whole list 1: Update list without removing",
656
+ "operationId": "ImportAPWhitelist",
657
+ "parameters": [
658
+ {
659
+ "name": "append_whitelist",
660
+ "in": "query",
661
+ "description": "",
662
+ "required": true,
663
+ "style": "form",
664
+ "explode": true,
665
+ "schema": {
666
+ "type": "integer",
667
+ "format": "int32",
668
+ "example": 1
669
+ }
670
+ },
671
+ {
672
+ "name": "Content-Type",
673
+ "in": "header",
674
+ "description": "",
675
+ "required": true,
676
+ "style": "simple",
677
+ "schema": {
678
+ "type": "string",
679
+ "example": "text/xml"
680
+ }
681
+ },
682
+ {
683
+ "name": "X-BISCOTTI",
684
+ "in": "header",
685
+ "description": "",
686
+ "required": true,
687
+ "style": "simple",
688
+ "schema": {
689
+ "type": "string",
690
+ "example": "{{session_token}}"
691
+ }
692
+ }
693
+ ],
694
+ "requestBody": {
695
+ "description": "",
696
+ "content": {
697
+ "application/xml": {
698
+ "schema": {
699
+ "type": "string",
700
+ "xml": {
701
+ "name": "Body",
702
+ "attribute": false,
703
+ "wrapped": false
704
+ }
705
+ }
706
+ }
707
+ },
708
+ "required": true
709
+ },
710
+ "responses": {
711
+ "200": {
712
+ "description": "",
713
+ "headers": {}
714
+ }
715
+ },
716
+ "deprecated": false,
717
+ "servers": [
718
+ {
719
+ "url": "https://{host}",
720
+ "variables": {
721
+ "host": {
722
+ "default": "DefaultParameterValue"
723
+ }
724
+ }
725
+ }
726
+ ]
727
+ }
728
+ },
729
+ "/deauthenticate_user.xml": {
730
+ "get": {
731
+ "tags": [
732
+ "Configuration API's"
733
+ ],
734
+ "summary": "Deauthenticate Client",
735
+ "description": "URL: https://{{host}}/deauthenticate_user.xml\r\nParameters: mac - client MAC address\r\nThe MAC addresses must correspond to clients who are connected to a device which supports this operation; the device must be in \"Manage Read/Write\" mode, and editable by the user making the request. \r\nExample URL: https://{{host}}/deauthenticate_user.xml?mac=88:88:B3:93:7D:0D&mac=88:88:B3:ED:FD:C3",
736
+ "operationId": "DeauthenticateClient",
737
+ "parameters": [
738
+ {
739
+ "name": "mac",
740
+ "in": "query",
741
+ "description": "",
742
+ "required": true,
743
+ "style": "form",
744
+ "explode": true,
745
+ "schema": {
746
+ "type": "string",
747
+ "example": "88:88:B3:93:7D:0D"
748
+ }
749
+ }
750
+ ],
751
+ "responses": {
752
+ "200": {
753
+ "description": "",
754
+ "headers": {}
755
+ }
756
+ },
757
+ "deprecated": false,
758
+ "servers": [
759
+ {
760
+ "url": "https://192.168.1.176",
761
+ "variables": {}
762
+ }
763
+ ]
764
+ }
765
+ },
766
+ "/down_status_message.xml": {
767
+ "get": {
768
+ "tags": [
769
+ "Configuration API's"
770
+ ],
771
+ "summary": "Down Status Message",
772
+ "description": "URL: https://{{host}}/down_status_message.xml\r\nParameters:\r\nAt least one of:\r\nap_id - the database ID of a Device.\r\nap_group_id - the database ID of an AP Group. All Devices in the specified AP Group will be updated.\r\nEither or both of:\r\ndown_status_message - the message to set on the specified devices.\r\nauto_clear_down_status_message - whether to automatically clear the Down Status Message when the Device comes back up. Send 1 or 0 to toggle this behavior on and off.\r\nThe specified devices must be editable by the user making the request.\r\nExample URL: https://{{host}}/down_status_message.xml?ap_id=1&ap_id=2&ap_group_id=27&down_status_message=Scheduled+maintenance+until+Friday+at+12pm&auto_clear_down_status_message=1",
773
+ "operationId": "DownStatusMessage",
774
+ "parameters": [
775
+ {
776
+ "name": "ap_id",
777
+ "in": "query",
778
+ "description": "",
779
+ "required": true,
780
+ "style": "form",
781
+ "explode": true,
782
+ "schema": {
783
+ "type": "integer",
784
+ "format": "int32",
785
+ "example": 1
786
+ }
787
+ },
788
+ {
789
+ "name": "ap_group_id",
790
+ "in": "query",
791
+ "description": "",
792
+ "required": true,
793
+ "style": "form",
794
+ "explode": true,
795
+ "schema": {
796
+ "type": "integer",
797
+ "format": "int32",
798
+ "example": 27
799
+ }
800
+ },
801
+ {
802
+ "name": "down_status_message",
803
+ "in": "query",
804
+ "description": "",
805
+ "required": true,
806
+ "style": "form",
807
+ "explode": true,
808
+ "schema": {
809
+ "type": "string",
810
+ "example": "Scheduled+maintenance+until+Friday+at+12pm"
811
+ }
812
+ },
813
+ {
814
+ "name": "auto_clear_down_status_message",
815
+ "in": "query",
816
+ "description": "",
817
+ "required": true,
818
+ "style": "form",
819
+ "explode": true,
820
+ "schema": {
821
+ "type": "integer",
822
+ "format": "int32",
823
+ "example": 1
824
+ }
825
+ }
826
+ ],
827
+ "responses": {
828
+ "200": {
829
+ "description": "",
830
+ "headers": {}
831
+ }
832
+ },
833
+ "deprecated": false,
834
+ "servers": [
835
+ {
836
+ "url": "https://192.168.1.176",
837
+ "variables": {}
838
+ }
839
+ ]
840
+ }
841
+ },
842
+ "/ap_search.xml": {
843
+ "get": {
844
+ "tags": [
845
+ "Search API's"
846
+ ],
847
+ "summary": "AP Search",
848
+ "description": "URL: https://{{host}}/ap_search.xml\r\nParameters: query - search string\r\nExample URL: https://{{host}}/ap_search.xml?query=00:40:96",
849
+ "operationId": "APSearch",
850
+ "parameters": [
851
+ {
852
+ "name": "query",
853
+ "in": "query",
854
+ "description": "",
855
+ "required": true,
856
+ "style": "form",
857
+ "explode": true,
858
+ "schema": {
859
+ "type": "string",
860
+ "example": "00:40:96"
861
+ }
862
+ }
863
+ ],
864
+ "responses": {
865
+ "200": {
866
+ "description": "",
867
+ "headers": {}
868
+ }
869
+ },
870
+ "deprecated": false,
871
+ "servers": [
872
+ {
873
+ "url": "https://{host}",
874
+ "variables": {
875
+ "host": {
876
+ "default": "DefaultParameterValue"
877
+ }
878
+ }
879
+ }
880
+ ]
881
+ }
882
+ },
883
+ "/client_search.xml": {
884
+ "get": {
885
+ "tags": [
886
+ "Search API's"
887
+ ],
888
+ "summary": "Client Search",
889
+ "description": "URL: https://{{host}}/client_search.xml\r\nParameters: query - search string\r\nExample URL: https://{{host}}/client_search.xml?query=8C:AB",
890
+ "operationId": "ClientSearch",
891
+ "parameters": [
892
+ {
893
+ "name": "query",
894
+ "in": "query",
895
+ "description": "",
896
+ "required": true,
897
+ "style": "form",
898
+ "explode": true,
899
+ "schema": {
900
+ "type": "string",
901
+ "example": "8C:AB"
902
+ }
903
+ }
904
+ ],
905
+ "responses": {
906
+ "200": {
907
+ "description": "",
908
+ "headers": {}
909
+ }
910
+ },
911
+ "deprecated": false,
912
+ "servers": [
913
+ {
914
+ "url": "https://{host}",
915
+ "variables": {
916
+ "host": {
917
+ "default": "DefaultParameterValue"
918
+ }
919
+ }
920
+ }
921
+ ]
922
+ }
923
+ },
924
+ "/vpn_user_search.xml": {
925
+ "get": {
926
+ "tags": [
927
+ "Search API's"
928
+ ],
929
+ "summary": "VPN User Search",
930
+ "description": "URL: https://{{host}}/vpn_user_search.xml\r\nParameters: query - search string\r\nExample URL: https://{{host}}/vpn_user_search.xml?query=lionizers",
931
+ "operationId": "VPNUserSearch",
932
+ "parameters": [
933
+ {
934
+ "name": "query",
935
+ "in": "query",
936
+ "description": "",
937
+ "required": true,
938
+ "style": "form",
939
+ "explode": true,
940
+ "schema": {
941
+ "type": "string",
942
+ "example": "lionizers"
943
+ }
944
+ }
945
+ ],
946
+ "responses": {
947
+ "200": {
948
+ "description": "",
949
+ "headers": {}
950
+ }
951
+ },
952
+ "deprecated": false,
953
+ "servers": [
954
+ {
955
+ "url": "https://{host}",
956
+ "variables": {
957
+ "host": {
958
+ "default": "DefaultParameterValue"
959
+ }
960
+ }
961
+ }
962
+ ]
963
+ }
964
+ },
965
+ "/latest_report.xml": {
966
+ "get": {
967
+ "tags": [
968
+ "Report API's"
969
+ ],
970
+ "summary": "Latest Report",
971
+ "description": "URL: https://{{host}}/latest_report.xml\r\nParameters:\r\n report_definition_id - Get it from the URL of a Report Definition Edit Page, ex. https://{{host}}/reports_definition?definitions_edit=1&id=42 ",
972
+ "operationId": "LatestReport",
973
+ "parameters": [
974
+ {
975
+ "name": "definitions_edit",
976
+ "in": "query",
977
+ "description": "",
978
+ "required": true,
979
+ "style": "form",
980
+ "explode": true,
981
+ "schema": {
982
+ "type": "integer",
983
+ "format": "int32",
984
+ "example": 1
985
+ }
986
+ },
987
+ {
988
+ "name": "id",
989
+ "in": "query",
990
+ "description": "",
991
+ "required": true,
992
+ "style": "form",
993
+ "explode": true,
994
+ "schema": {
995
+ "type": "integer",
996
+ "format": "int32",
997
+ "example": 42
998
+ }
999
+ }
1000
+ ],
1001
+ "responses": {
1002
+ "200": {
1003
+ "description": "",
1004
+ "headers": {}
1005
+ }
1006
+ },
1007
+ "deprecated": false,
1008
+ "servers": [
1009
+ {
1010
+ "url": "https://{host}",
1011
+ "variables": {
1012
+ "host": {
1013
+ "default": "DefaultParameterValue"
1014
+ }
1015
+ }
1016
+ }
1017
+ ]
1018
+ }
1019
+ },
1020
+ "/api/batch_command_execute": {
1021
+ "post": {
1022
+ "tags": [
1023
+ "Batch Execute AP Commands API's"
1024
+ ],
1025
+ "summary": "Batch Execute AP Command",
1026
+ "description": "URL: https://{{host}}/api/batch_command_execute\r\nParameters:\r\n cmds - Must provide the commands to execute. Multiple commands must be separated by enter or comma. \r\n cmd_type - Optional. Execute commands on ap type of selected. Valid value: thin_ap not_thin_ap (Other values or not provided is for all ap types). \r\n Optionally limit information returned to one or more APs by supplying AP IDs.\r\n Similarly, limit by AP folders, AP groups, and controllers by supplying their IDs.\r\nThe batch execute ap commands API will accept either requests with a Content-Type of application/x-www-form-urlencoded or text/xml. Requests with Content-Type application/x-www-form-urlencoded must submit the url encoded XML data in a parameter named 'xml'.",
1027
+ "operationId": "BatchExecuteAPCommand",
1028
+ "parameters": [
1029
+ {
1030
+ "name": "Content-Type",
1031
+ "in": "header",
1032
+ "description": "",
1033
+ "required": true,
1034
+ "style": "simple",
1035
+ "schema": {
1036
+ "type": "string",
1037
+ "example": "text/xml"
1038
+ }
1039
+ },
1040
+ {
1041
+ "name": "X-BISCOTTI",
1042
+ "in": "header",
1043
+ "description": "",
1044
+ "required": true,
1045
+ "style": "simple",
1046
+ "schema": {
1047
+ "type": "string",
1048
+ "example": "{{session_token}}"
1049
+ }
1050
+ }
1051
+ ],
1052
+ "requestBody": {
1053
+ "description": "",
1054
+ "content": {
1055
+ "application/xml": {
1056
+ "schema": {
1057
+ "$ref": "#/components/schemas/amp_batch_command_execute"
1058
+ }
1059
+ }
1060
+ },
1061
+ "required": true
1062
+ },
1063
+ "responses": {
1064
+ "200": {
1065
+ "description": "",
1066
+ "headers": {}
1067
+ }
1068
+ },
1069
+ "deprecated": false,
1070
+ "servers": [
1071
+ {
1072
+ "url": "https://192.168.1.176",
1073
+ "variables": {}
1074
+ }
1075
+ ]
1076
+ }
1077
+ },
1078
+ "/api/batch_command_execute_result": {
1079
+ "get": {
1080
+ "tags": [
1081
+ "Batch Execute AP Commands API's"
1082
+ ],
1083
+ "summary": "Batch Execute AP Command Result",
1084
+ "description": "URL: https://{{host}}/api/batch_command_execute_result\r\nParameters: None",
1085
+ "operationId": "BatchExecuteAPCommandResult",
1086
+ "parameters": [],
1087
+ "responses": {
1088
+ "200": {
1089
+ "description": "",
1090
+ "headers": {}
1091
+ }
1092
+ },
1093
+ "deprecated": false,
1094
+ "servers": [
1095
+ {
1096
+ "url": "https://{host}",
1097
+ "variables": {
1098
+ "host": {
1099
+ "default": "DefaultParameterValue"
1100
+ }
1101
+ }
1102
+ }
1103
+ ]
1104
+ }
1105
+ },
1106
+ "/LOGIN": {
1107
+ "post": {
1108
+ "summary": "AMP: Login",
1109
+ "description": "Login to Airwave Appliance",
1110
+ "operationId": "AMP:Login",
1111
+ "parameters": [
1112
+ {
1113
+ "name": "Content-Type",
1114
+ "in": "header",
1115
+ "description": "",
1116
+ "required": true,
1117
+ "style": "simple",
1118
+ "schema": {
1119
+ "type": "string",
1120
+ "example": "application/x-www-form-urlencoded"
1121
+ }
1122
+ }
1123
+ ],
1124
+ "requestBody": {
1125
+ "content": {
1126
+ "application/x-www-form-urlencoded": {
1127
+ "encoding": {},
1128
+ "schema": {
1129
+ "required": [
1130
+ "credential_0",
1131
+ "credential_1",
1132
+ "destination"
1133
+ ],
1134
+ "type": "object",
1135
+ "properties": {
1136
+ "credential_0": {
1137
+ "type": "string",
1138
+ "example": "apiadmin"
1139
+ },
1140
+ "credential_1": {
1141
+ "type": "string",
1142
+ "example": "Aruba123!"
1143
+ },
1144
+ "destination": {
1145
+ "type": "string",
1146
+ "example": "/api"
1147
+ }
1148
+ }
1149
+ }
1150
+ }
1151
+ },
1152
+ "required": false
1153
+ },
1154
+ "responses": {
1155
+ "200": {
1156
+ "description": "",
1157
+ "headers": {}
1158
+ }
1159
+ },
1160
+ "deprecated": false,
1161
+ "servers": [
1162
+ {
1163
+ "url": "https://{host}",
1164
+ "variables": {
1165
+ "host": {
1166
+ "default": "DefaultParameterValue"
1167
+ }
1168
+ }
1169
+ }
1170
+ ]
1171
+ }
1172
+ }
1173
+ },
1174
+ "components": {
1175
+ "schemas": {
1176
+ "amp_ap_update": {
1177
+ "title": "amp_ap_update",
1178
+ "required": [
1179
+ "version",
1180
+ "ap"
1181
+ ],
1182
+ "type": "object",
1183
+ "properties": {
1184
+ "version": {
1185
+ "type": "integer",
1186
+ "format": "int32",
1187
+ "xml": {
1188
+ "name": "version",
1189
+ "attribute": true,
1190
+ "wrapped": false
1191
+ }
1192
+ },
1193
+ "ap": {
1194
+ "type": "array",
1195
+ "items": {
1196
+ "$ref": "#/components/schemas/ap"
1197
+ },
1198
+ "description": "",
1199
+ "xml": {
1200
+ "namespace": "",
1201
+ "attribute": false,
1202
+ "wrapped": false
1203
+ }
1204
+ }
1205
+ },
1206
+ "xml": {
1207
+ "name": "amp_ap_update",
1208
+ "namespace": "",
1209
+ "attribute": false,
1210
+ "wrapped": false
1211
+ }
1212
+ },
1213
+ "ap": {
1214
+ "title": "ap",
1215
+ "required": [
1216
+ "name",
1217
+ "radio"
1218
+ ],
1219
+ "type": "object",
1220
+ "properties": {
1221
+ "id": {
1222
+ "type": "integer",
1223
+ "format": "int32",
1224
+ "xml": {
1225
+ "name": "id",
1226
+ "attribute": true,
1227
+ "wrapped": false
1228
+ }
1229
+ },
1230
+ "name": {
1231
+ "type": "string",
1232
+ "xml": {
1233
+ "name": "name",
1234
+ "namespace": "",
1235
+ "attribute": false,
1236
+ "wrapped": false
1237
+ }
1238
+ },
1239
+ "lan_ip": {
1240
+ "type": "string",
1241
+ "xml": {
1242
+ "name": "lan_ip",
1243
+ "namespace": "",
1244
+ "attribute": false,
1245
+ "wrapped": false
1246
+ }
1247
+ },
1248
+ "radio": {
1249
+ "type": "array",
1250
+ "items": {
1251
+ "$ref": "#/components/schemas/radio"
1252
+ },
1253
+ "description": "",
1254
+ "xml": {
1255
+ "namespace": "",
1256
+ "attribute": false,
1257
+ "wrapped": false
1258
+ }
1259
+ }
1260
+ },
1261
+ "xml": {
1262
+ "name": "ap",
1263
+ "namespace": "",
1264
+ "attribute": false,
1265
+ "wrapped": false
1266
+ }
1267
+ },
1268
+ "radio": {
1269
+ "title": "radio",
1270
+ "required": [
1271
+ "channel",
1272
+ "transmit_power"
1273
+ ],
1274
+ "type": "object",
1275
+ "properties": {
1276
+ "index": {
1277
+ "type": "integer",
1278
+ "format": "int32",
1279
+ "xml": {
1280
+ "name": "index",
1281
+ "attribute": true,
1282
+ "wrapped": false
1283
+ }
1284
+ },
1285
+ "channel": {
1286
+ "type": "integer",
1287
+ "format": "int32",
1288
+ "xml": {
1289
+ "name": "channel",
1290
+ "namespace": "",
1291
+ "attribute": false,
1292
+ "wrapped": false
1293
+ }
1294
+ },
1295
+ "transmit_power": {
1296
+ "type": "string",
1297
+ "xml": {
1298
+ "name": "transmit_power",
1299
+ "namespace": "",
1300
+ "attribute": false,
1301
+ "wrapped": false
1302
+ }
1303
+ },
1304
+ "antenna": {
1305
+ "type": "string",
1306
+ "xml": {
1307
+ "name": "antenna",
1308
+ "namespace": "",
1309
+ "attribute": false,
1310
+ "wrapped": false
1311
+ }
1312
+ }
1313
+ },
1314
+ "xml": {
1315
+ "name": "radio",
1316
+ "namespace": "",
1317
+ "attribute": false,
1318
+ "wrapped": false
1319
+ }
1320
+ },
1321
+ "amp_template_variable_update": {
1322
+ "title": "amp_template_variable_update",
1323
+ "required": [
1324
+ "version",
1325
+ "ap"
1326
+ ],
1327
+ "type": "object",
1328
+ "properties": {
1329
+ "version": {
1330
+ "type": "integer",
1331
+ "format": "int32",
1332
+ "xml": {
1333
+ "name": "version",
1334
+ "attribute": true,
1335
+ "wrapped": false
1336
+ }
1337
+ },
1338
+ "ap": {
1339
+ "type": "array",
1340
+ "items": {
1341
+ "$ref": "#/components/schemas/ap1"
1342
+ },
1343
+ "description": "",
1344
+ "xml": {
1345
+ "namespace": "",
1346
+ "attribute": false,
1347
+ "wrapped": false
1348
+ }
1349
+ }
1350
+ },
1351
+ "xml": {
1352
+ "name": "amp_template_variable_update",
1353
+ "namespace": "",
1354
+ "attribute": false,
1355
+ "wrapped": false
1356
+ }
1357
+ },
1358
+ "ap1": {
1359
+ "title": "ap1",
1360
+ "required": [
1361
+ "custom_variable_9",
1362
+ "swarm_radius_servers",
1363
+ "prefer_master",
1364
+ "custom_variable_1",
1365
+ "pppoe_username",
1366
+ "instant_networking_mode",
1367
+ "zone_name"
1368
+ ],
1369
+ "type": "object",
1370
+ "properties": {
1371
+ "id": {
1372
+ "type": "integer",
1373
+ "format": "int32",
1374
+ "xml": {
1375
+ "name": "id",
1376
+ "attribute": true,
1377
+ "wrapped": false
1378
+ }
1379
+ },
1380
+ "custom_variable_9": {
1381
+ "type": "string",
1382
+ "xml": {
1383
+ "name": "custom_variable_9",
1384
+ "namespace": "",
1385
+ "attribute": false,
1386
+ "wrapped": false
1387
+ }
1388
+ },
1389
+ "swarm_radius_servers": {
1390
+ "type": "string",
1391
+ "xml": {
1392
+ "name": "swarm_radius_servers",
1393
+ "namespace": "",
1394
+ "attribute": false,
1395
+ "wrapped": false
1396
+ }
1397
+ },
1398
+ "prefer_master": {
1399
+ "type": "integer",
1400
+ "format": "int32",
1401
+ "xml": {
1402
+ "name": "prefer_master",
1403
+ "namespace": "",
1404
+ "attribute": false,
1405
+ "wrapped": false
1406
+ }
1407
+ },
1408
+ "custom_variable_1": {
1409
+ "type": "string",
1410
+ "xml": {
1411
+ "name": "custom_variable_1",
1412
+ "namespace": "",
1413
+ "attribute": false,
1414
+ "wrapped": false
1415
+ }
1416
+ },
1417
+ "pppoe_username": {
1418
+ "type": "string",
1419
+ "xml": {
1420
+ "name": "pppoe_username",
1421
+ "namespace": "",
1422
+ "attribute": false,
1423
+ "wrapped": false
1424
+ }
1425
+ },
1426
+ "instant_networking_mode": {
1427
+ "type": "integer",
1428
+ "format": "int32",
1429
+ "xml": {
1430
+ "name": "instant_networking_mode",
1431
+ "namespace": "",
1432
+ "attribute": false,
1433
+ "wrapped": false
1434
+ }
1435
+ },
1436
+ "zone_name": {
1437
+ "type": "string",
1438
+ "xml": {
1439
+ "name": "zone_name",
1440
+ "namespace": "",
1441
+ "attribute": false,
1442
+ "wrapped": false
1443
+ }
1444
+ }
1445
+ },
1446
+ "xml": {
1447
+ "name": "ap",
1448
+ "namespace": "",
1449
+ "attribute": false,
1450
+ "wrapped": false
1451
+ }
1452
+ },
1453
+ "amp_batch_command_execute": {
1454
+ "title": "amp_batch_command_execute",
1455
+ "required": [
1456
+ "version",
1457
+ "cmds",
1458
+ "cmd_type",
1459
+ "ap"
1460
+ ],
1461
+ "type": "object",
1462
+ "properties": {
1463
+ "version": {
1464
+ "type": "integer",
1465
+ "format": "int32",
1466
+ "xml": {
1467
+ "name": "version",
1468
+ "attribute": true,
1469
+ "wrapped": false
1470
+ }
1471
+ },
1472
+ "cmds": {
1473
+ "type": "string",
1474
+ "xml": {
1475
+ "name": "cmds",
1476
+ "attribute": true,
1477
+ "wrapped": false
1478
+ }
1479
+ },
1480
+ "cmd_type": {
1481
+ "type": "string",
1482
+ "xml": {
1483
+ "name": "cmd_type",
1484
+ "attribute": true,
1485
+ "wrapped": false
1486
+ }
1487
+ },
1488
+ "ap": {
1489
+ "type": "array",
1490
+ "items": {
1491
+ "$ref": "#/components/schemas/ap2"
1492
+ },
1493
+ "description": "",
1494
+ "xml": {
1495
+ "namespace": "",
1496
+ "attribute": false,
1497
+ "wrapped": false
1498
+ }
1499
+ }
1500
+ },
1501
+ "xml": {
1502
+ "name": "amp_batch_command_execute",
1503
+ "namespace": "",
1504
+ "attribute": false,
1505
+ "wrapped": false
1506
+ }
1507
+ },
1508
+ "ap2": {
1509
+ "title": "ap2",
1510
+ "required": [
1511
+ "id"
1512
+ ],
1513
+ "type": "object",
1514
+ "properties": {
1515
+ "id": {
1516
+ "type": "integer",
1517
+ "format": "int32",
1518
+ "xml": {
1519
+ "name": "id",
1520
+ "attribute": true,
1521
+ "wrapped": false
1522
+ }
1523
+ },
1524
+ "controller_id": {
1525
+ "type": "integer",
1526
+ "format": "int32",
1527
+ "xml": {
1528
+ "name": "controller_id",
1529
+ "attribute": true,
1530
+ "wrapped": false
1531
+ }
1532
+ },
1533
+ "ap_group_id": {
1534
+ "type": "integer",
1535
+ "format": "int32",
1536
+ "xml": {
1537
+ "name": "ap_group_id",
1538
+ "attribute": true,
1539
+ "wrapped": false
1540
+ }
1541
+ },
1542
+ "ap_folder_id": {
1543
+ "type": "integer",
1544
+ "format": "int32",
1545
+ "xml": {
1546
+ "name": "ap_folder_id",
1547
+ "attribute": true,
1548
+ "wrapped": false
1549
+ }
1550
+ }
1551
+ },
1552
+ "xml": {
1553
+ "name": "ap",
1554
+ "namespace": "",
1555
+ "attribute": false,
1556
+ "wrapped": false
1557
+ }
1558
+ }
1559
+ }
1560
+ },
1561
+ "tags": [
1562
+ {
1563
+ "name": "Query API's",
1564
+ "description": ""
1565
+ },
1566
+ {
1567
+ "name": "Configuration API's",
1568
+ "description": ""
1569
+ },
1570
+ {
1571
+ "name": "Search API's",
1572
+ "description": ""
1573
+ },
1574
+ {
1575
+ "name": "Report API's",
1576
+ "description": ""
1577
+ },
1578
+ {
1579
+ "name": "Batch Execute AP Commands API's",
1580
+ "description": ""
1581
+ }
1582
+ ]
1583
+ }