@itentialopensource/adapter-vmware_horizon_server 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 (83) hide show
  1. package/.eslintignore +5 -0
  2. package/.eslintrc.js +18 -0
  3. package/.jshintrc +3 -0
  4. package/AUTH.md +46 -0
  5. package/BROKER.md +211 -0
  6. package/CALLS.md +3807 -0
  7. package/CHANGELOG.md +9 -0
  8. package/CODE_OF_CONDUCT.md +43 -0
  9. package/CONTRIBUTING.md +13 -0
  10. package/ENHANCE.md +69 -0
  11. package/LICENSE +201 -0
  12. package/PROPERTIES.md +646 -0
  13. package/README.md +343 -0
  14. package/SUMMARY.md +9 -0
  15. package/SYSTEMINFO.md +20 -0
  16. package/TAB1.md +11 -0
  17. package/TAB2.md +318 -0
  18. package/TROUBLESHOOT.md +47 -0
  19. package/adapter.js +62670 -0
  20. package/adapterBase.js +1452 -0
  21. package/changelogs/CHANGELOG.md +0 -0
  22. package/entities/.generic/action.json +214 -0
  23. package/entities/.generic/schema.json +28 -0
  24. package/entities/.system/action.json +50 -0
  25. package/entities/.system/mockdatafiles/getToken-default.json +3 -0
  26. package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
  27. package/entities/.system/schema.json +19 -0
  28. package/entities/.system/schemaTokenReq.json +53 -0
  29. package/entities/.system/schemaTokenResp.json +53 -0
  30. package/entities/Auth/action.json +105 -0
  31. package/entities/Auth/schema.json +34 -0
  32. package/entities/Config/action.json +4587 -0
  33. package/entities/Config/schema.json +374 -0
  34. package/entities/Entitlements/action.json +332 -0
  35. package/entities/Entitlements/schema.json +34 -0
  36. package/entities/External/action.json +977 -0
  37. package/entities/External/schema.json +274 -0
  38. package/entities/Federation/action.json +557 -0
  39. package/entities/Federation/schema.json +45 -0
  40. package/entities/HelpDesk/action.json +88 -0
  41. package/entities/HelpDesk/schema.json +55 -0
  42. package/entities/Inventory/action.json +4682 -0
  43. package/entities/Inventory/schema.json +368 -0
  44. package/entities/Monitor/action.json +1012 -0
  45. package/entities/Monitor/schema.json +99 -0
  46. package/error.json +190 -0
  47. package/metadata.json +88 -0
  48. package/package.json +81 -0
  49. package/pronghorn.json +30327 -0
  50. package/propertiesDecorators.json +14 -0
  51. package/propertiesSchema.json +1574 -0
  52. package/refs?service=git-upload-pack +0 -0
  53. package/report/adapter-openapi.json +84438 -0
  54. package/report/adapter-openapi.yaml +78549 -0
  55. package/report/adapterInfo.json +10 -0
  56. package/report/auto-adapter-openapi.json +24916 -0
  57. package/report/creationReport.json +3315 -0
  58. package/report/horizon api.json +84438 -0
  59. package/sampleProperties.json +259 -0
  60. package/test/integration/adapterTestBasicGet.js +83 -0
  61. package/test/integration/adapterTestConnectivity.js +118 -0
  62. package/test/integration/adapterTestIntegration.js +15865 -0
  63. package/test/unit/adapterBaseTestUnit.js +1024 -0
  64. package/test/unit/adapterTestUnit.js +17459 -0
  65. package/utils/adapterInfo.js +206 -0
  66. package/utils/addAuth.js +94 -0
  67. package/utils/artifactize.js +146 -0
  68. package/utils/basicGet.js +50 -0
  69. package/utils/checkMigrate.js +63 -0
  70. package/utils/entitiesToDB.js +179 -0
  71. package/utils/findPath.js +74 -0
  72. package/utils/methodDocumentor.js +273 -0
  73. package/utils/modify.js +152 -0
  74. package/utils/packModificationScript.js +35 -0
  75. package/utils/patches2bundledDeps.js +90 -0
  76. package/utils/pre-commit.sh +32 -0
  77. package/utils/removeHooks.js +20 -0
  78. package/utils/setup.js +33 -0
  79. package/utils/taskMover.js +309 -0
  80. package/utils/tbScript.js +239 -0
  81. package/utils/tbUtils.js +489 -0
  82. package/utils/testRunner.js +298 -0
  83. package/utils/troubleshootingAdapter.js +193 -0
@@ -0,0 +1,4587 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "getAdminUsersOrGroupsPermissions",
5
+ "protocol": "REST",
6
+ "method": "GET",
7
+ "entitypath": "{base_path}/{version}/config/v1/admin-users-or-groups/permissions?{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": "getPreferences",
26
+ "protocol": "REST",
27
+ "method": "GET",
28
+ "entitypath": "{base_path}/{version}/config/v1/admin-users-or-groups/preferences?{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": "updatePreferences",
47
+ "protocol": "REST",
48
+ "method": "PUT",
49
+ "entitypath": "{base_path}/{version}/config/v1/admin-users-or-groups/preferences?{query}",
50
+ "requestSchema": "schema.json",
51
+ "responseSchema": "schema.json",
52
+ "timeout": 0,
53
+ "sendEmpty": false,
54
+ "requestDatatype": "JSON",
55
+ "responseDatatype": "JSON",
56
+ "headers": {},
57
+ "responseObjects": [
58
+ {
59
+ "type": "default",
60
+ "key": "",
61
+ "mockFile": ""
62
+ }
63
+ ]
64
+ },
65
+ {
66
+ "name": "listAppVolumesManagers",
67
+ "protocol": "REST",
68
+ "method": "GET",
69
+ "entitypath": "{base_path}/{version}/config/v1/app-volumes-manager?{query}",
70
+ "requestSchema": "schema.json",
71
+ "responseSchema": "schema.json",
72
+ "timeout": 0,
73
+ "sendEmpty": false,
74
+ "sendGetBody": false,
75
+ "requestDatatype": "JSON",
76
+ "responseDatatype": "JSON",
77
+ "headers": {},
78
+ "responseObjects": [
79
+ {
80
+ "type": "default",
81
+ "key": "",
82
+ "mockFile": ""
83
+ }
84
+ ]
85
+ },
86
+ {
87
+ "name": "addAppVolumesManager",
88
+ "protocol": "REST",
89
+ "method": "POST",
90
+ "entitypath": "{base_path}/{version}/config/v1/app-volumes-manager?{query}",
91
+ "requestSchema": "schema.json",
92
+ "responseSchema": "schema.json",
93
+ "timeout": 0,
94
+ "sendEmpty": false,
95
+ "requestDatatype": "JSON",
96
+ "responseDatatype": "JSON",
97
+ "headers": {},
98
+ "responseObjects": [
99
+ {
100
+ "type": "default",
101
+ "key": "",
102
+ "mockFile": ""
103
+ }
104
+ ]
105
+ },
106
+ {
107
+ "name": "unassignFarms",
108
+ "protocol": "REST",
109
+ "method": "POST",
110
+ "entitypath": "{base_path}/{version}/config/v1/app-volumes-manager/action/unassign-farms?{query}",
111
+ "requestSchema": "schema.json",
112
+ "responseSchema": "schema.json",
113
+ "timeout": 0,
114
+ "sendEmpty": false,
115
+ "requestDatatype": "JSON",
116
+ "responseDatatype": "JSON",
117
+ "headers": {},
118
+ "responseObjects": [
119
+ {
120
+ "type": "default",
121
+ "key": "",
122
+ "mockFile": ""
123
+ }
124
+ ]
125
+ },
126
+ {
127
+ "name": "validateAVMCertificate",
128
+ "protocol": "REST",
129
+ "method": "POST",
130
+ "entitypath": "{base_path}/{version}/config/v1/app-volumes-manager/action/validate-certificate?{query}",
131
+ "requestSchema": "schema.json",
132
+ "responseSchema": "schema.json",
133
+ "timeout": 0,
134
+ "sendEmpty": false,
135
+ "requestDatatype": "JSON",
136
+ "responseDatatype": "JSON",
137
+ "headers": {},
138
+ "responseObjects": [
139
+ {
140
+ "type": "default",
141
+ "key": "",
142
+ "mockFile": ""
143
+ }
144
+ ]
145
+ },
146
+ {
147
+ "name": "deleteAppVolumesManager",
148
+ "protocol": "REST",
149
+ "method": "DELETE",
150
+ "entitypath": "{base_path}/{version}/config/v1/app-volumes-manager/{pathv1}?{query}",
151
+ "requestSchema": "schema.json",
152
+ "responseSchema": "schema.json",
153
+ "timeout": 0,
154
+ "sendEmpty": false,
155
+ "requestDatatype": "JSON",
156
+ "responseDatatype": "JSON",
157
+ "headers": {},
158
+ "responseObjects": [
159
+ {
160
+ "type": "default",
161
+ "key": "",
162
+ "mockFile": ""
163
+ }
164
+ ]
165
+ },
166
+ {
167
+ "name": "getAppVolumesManager",
168
+ "protocol": "REST",
169
+ "method": "GET",
170
+ "entitypath": "{base_path}/{version}/config/v1/app-volumes-manager/{pathv1}?{query}",
171
+ "requestSchema": "schema.json",
172
+ "responseSchema": "schema.json",
173
+ "timeout": 0,
174
+ "sendEmpty": false,
175
+ "sendGetBody": false,
176
+ "requestDatatype": "JSON",
177
+ "responseDatatype": "JSON",
178
+ "headers": {},
179
+ "responseObjects": [
180
+ {
181
+ "type": "default",
182
+ "key": "",
183
+ "mockFile": ""
184
+ }
185
+ ]
186
+ },
187
+ {
188
+ "name": "updateAppVolumesManager",
189
+ "protocol": "REST",
190
+ "method": "PUT",
191
+ "entitypath": "{base_path}/{version}/config/v1/app-volumes-manager/{pathv1}?{query}",
192
+ "requestSchema": "schema.json",
193
+ "responseSchema": "schema.json",
194
+ "timeout": 0,
195
+ "sendEmpty": false,
196
+ "requestDatatype": "JSON",
197
+ "responseDatatype": "JSON",
198
+ "headers": {},
199
+ "responseObjects": [
200
+ {
201
+ "type": "default",
202
+ "key": "",
203
+ "mockFile": ""
204
+ }
205
+ ]
206
+ },
207
+ {
208
+ "name": "assignFarms",
209
+ "protocol": "REST",
210
+ "method": "POST",
211
+ "entitypath": "{base_path}/{version}/config/v1/app-volumes-manager/{pathv1}/action/assign-farms?{query}",
212
+ "requestSchema": "schema.json",
213
+ "responseSchema": "schema.json",
214
+ "timeout": 0,
215
+ "sendEmpty": false,
216
+ "requestDatatype": "JSON",
217
+ "responseDatatype": "JSON",
218
+ "headers": {},
219
+ "responseObjects": [
220
+ {
221
+ "type": "default",
222
+ "key": "",
223
+ "mockFile": ""
224
+ }
225
+ ]
226
+ },
227
+ {
228
+ "name": "overrideCertificate",
229
+ "protocol": "REST",
230
+ "method": "POST",
231
+ "entitypath": "{base_path}/{version}/config/v1/app-volumes-manager/{pathv1}/action/override-certificate?{query}",
232
+ "requestSchema": "schema.json",
233
+ "responseSchema": "schema.json",
234
+ "timeout": 0,
235
+ "sendEmpty": false,
236
+ "requestDatatype": "JSON",
237
+ "responseDatatype": "JSON",
238
+ "headers": {},
239
+ "responseObjects": [
240
+ {
241
+ "type": "default",
242
+ "key": "",
243
+ "mockFile": ""
244
+ }
245
+ ]
246
+ },
247
+ {
248
+ "name": "pushCertificates",
249
+ "protocol": "REST",
250
+ "method": "POST",
251
+ "entitypath": "{base_path}/{version}/config/v1/app-volumes-manager/{pathv1}/action/push-certificates?{query}",
252
+ "requestSchema": "schema.json",
253
+ "responseSchema": "schema.json",
254
+ "timeout": 0,
255
+ "sendEmpty": false,
256
+ "requestDatatype": "JSON",
257
+ "responseDatatype": "JSON",
258
+ "headers": {},
259
+ "responseObjects": [
260
+ {
261
+ "type": "default",
262
+ "key": "",
263
+ "mockFile": ""
264
+ }
265
+ ]
266
+ },
267
+ {
268
+ "name": "getCEIPInfo",
269
+ "protocol": "REST",
270
+ "method": "GET",
271
+ "entitypath": "{base_path}/{version}/config/v1/ceip?{query}",
272
+ "requestSchema": "schema.json",
273
+ "responseSchema": "schema.json",
274
+ "timeout": 0,
275
+ "sendEmpty": false,
276
+ "sendGetBody": false,
277
+ "requestDatatype": "JSON",
278
+ "responseDatatype": "JSON",
279
+ "headers": {},
280
+ "responseObjects": [
281
+ {
282
+ "type": "default",
283
+ "key": "",
284
+ "mockFile": ""
285
+ }
286
+ ]
287
+ },
288
+ {
289
+ "name": "updateCEIPInfo",
290
+ "protocol": "REST",
291
+ "method": "PUT",
292
+ "entitypath": "{base_path}/{version}/config/v1/ceip?{query}",
293
+ "requestSchema": "schema.json",
294
+ "responseSchema": "schema.json",
295
+ "timeout": 0,
296
+ "sendEmpty": false,
297
+ "requestDatatype": "JSON",
298
+ "responseDatatype": "JSON",
299
+ "headers": {},
300
+ "responseObjects": [
301
+ {
302
+ "type": "default",
303
+ "key": "",
304
+ "mockFile": ""
305
+ }
306
+ ]
307
+ },
308
+ {
309
+ "name": "listConnectionServers",
310
+ "protocol": "REST",
311
+ "method": "GET",
312
+ "entitypath": "{base_path}/{version}/config/v1/connection-servers?{query}",
313
+ "requestSchema": "schema.json",
314
+ "responseSchema": "schema.json",
315
+ "timeout": 0,
316
+ "sendEmpty": false,
317
+ "sendGetBody": false,
318
+ "requestDatatype": "JSON",
319
+ "responseDatatype": "JSON",
320
+ "headers": {},
321
+ "responseObjects": [
322
+ {
323
+ "type": "default",
324
+ "key": "",
325
+ "mockFile": ""
326
+ }
327
+ ]
328
+ },
329
+ {
330
+ "name": "deleteCertificate",
331
+ "protocol": "REST",
332
+ "method": "DELETE",
333
+ "entitypath": "{base_path}/{version}/config/v1/connection-servers/action/certificates?{query}",
334
+ "requestSchema": "schema.json",
335
+ "responseSchema": "schema.json",
336
+ "timeout": 0,
337
+ "sendEmpty": false,
338
+ "requestDatatype": "JSON",
339
+ "responseDatatype": "JSON",
340
+ "headers": {},
341
+ "responseObjects": [
342
+ {
343
+ "type": "default",
344
+ "key": "",
345
+ "mockFile": ""
346
+ }
347
+ ]
348
+ },
349
+ {
350
+ "name": "disableConnectionServers",
351
+ "protocol": "REST",
352
+ "method": "POST",
353
+ "entitypath": "{base_path}/{version}/config/v1/connection-servers/action/disable?{query}",
354
+ "requestSchema": "schema.json",
355
+ "responseSchema": "schema.json",
356
+ "timeout": 0,
357
+ "sendEmpty": false,
358
+ "requestDatatype": "JSON",
359
+ "responseDatatype": "JSON",
360
+ "headers": {},
361
+ "responseObjects": [
362
+ {
363
+ "type": "default",
364
+ "key": "",
365
+ "mockFile": ""
366
+ }
367
+ ]
368
+ },
369
+ {
370
+ "name": "enableConnectionServers",
371
+ "protocol": "REST",
372
+ "method": "POST",
373
+ "entitypath": "{base_path}/{version}/config/v1/connection-servers/action/enable?{query}",
374
+ "requestSchema": "schema.json",
375
+ "responseSchema": "schema.json",
376
+ "timeout": 0,
377
+ "sendEmpty": false,
378
+ "requestDatatype": "JSON",
379
+ "responseDatatype": "JSON",
380
+ "headers": {},
381
+ "responseObjects": [
382
+ {
383
+ "type": "default",
384
+ "key": "",
385
+ "mockFile": ""
386
+ }
387
+ ]
388
+ },
389
+ {
390
+ "name": "exportCertificate",
391
+ "protocol": "REST",
392
+ "method": "POST",
393
+ "entitypath": "{base_path}/{version}/config/v1/connection-servers/action/export-certificate?{query}",
394
+ "requestSchema": "schema.json",
395
+ "responseSchema": "schema.json",
396
+ "timeout": 0,
397
+ "sendEmpty": false,
398
+ "requestDatatype": "JSON",
399
+ "responseDatatype": "JSON",
400
+ "headers": {},
401
+ "responseObjects": [
402
+ {
403
+ "type": "default",
404
+ "key": "",
405
+ "mockFile": ""
406
+ }
407
+ ]
408
+ },
409
+ {
410
+ "name": "generateCSR",
411
+ "protocol": "REST",
412
+ "method": "POST",
413
+ "entitypath": "{base_path}/{version}/config/v1/connection-servers/action/generate-csr?{query}",
414
+ "requestSchema": "schema.json",
415
+ "responseSchema": "schema.json",
416
+ "timeout": 0,
417
+ "sendEmpty": false,
418
+ "requestDatatype": "JSON",
419
+ "responseDatatype": "JSON",
420
+ "headers": {},
421
+ "responseObjects": [
422
+ {
423
+ "type": "default",
424
+ "key": "",
425
+ "mockFile": ""
426
+ }
427
+ ]
428
+ },
429
+ {
430
+ "name": "importCertificate",
431
+ "protocol": "REST",
432
+ "method": "POST",
433
+ "entitypath": "{base_path}/{version}/config/v1/connection-servers/action/import-certificate?{query}",
434
+ "requestSchema": "schema.json",
435
+ "responseSchema": "schema.json",
436
+ "timeout": 0,
437
+ "sendEmpty": false,
438
+ "requestDatatype": "JSON",
439
+ "responseDatatype": "JSON",
440
+ "headers": {},
441
+ "responseObjects": [
442
+ {
443
+ "type": "default",
444
+ "key": "",
445
+ "mockFile": ""
446
+ }
447
+ ]
448
+ },
449
+ {
450
+ "name": "recoverCertificates",
451
+ "protocol": "REST",
452
+ "method": "POST",
453
+ "entitypath": "{base_path}/{version}/config/v1/connection-servers/action/recover-certificates?{query}",
454
+ "requestSchema": "schema.json",
455
+ "responseSchema": "schema.json",
456
+ "timeout": 0,
457
+ "sendEmpty": false,
458
+ "requestDatatype": "JSON",
459
+ "responseDatatype": "JSON",
460
+ "headers": {},
461
+ "responseObjects": [
462
+ {
463
+ "type": "default",
464
+ "key": "",
465
+ "mockFile": ""
466
+ }
467
+ ]
468
+ },
469
+ {
470
+ "name": "listCertificateInfos",
471
+ "protocol": "REST",
472
+ "method": "GET",
473
+ "entitypath": "{base_path}/{version}/config/v1/connection-servers/certificates?{query}",
474
+ "requestSchema": "schema.json",
475
+ "responseSchema": "schema.json",
476
+ "timeout": 0,
477
+ "sendEmpty": false,
478
+ "sendGetBody": false,
479
+ "requestDatatype": "JSON",
480
+ "responseDatatype": "JSON",
481
+ "headers": {},
482
+ "responseObjects": [
483
+ {
484
+ "type": "default",
485
+ "key": "",
486
+ "mockFile": ""
487
+ }
488
+ ]
489
+ },
490
+ {
491
+ "name": "getSecurityConfigurationInfo",
492
+ "protocol": "REST",
493
+ "method": "GET",
494
+ "entitypath": "{base_path}/{version}/config/v1/connection-servers/security-configuration?{query}",
495
+ "requestSchema": "schema.json",
496
+ "responseSchema": "schema.json",
497
+ "timeout": 0,
498
+ "sendEmpty": false,
499
+ "sendGetBody": false,
500
+ "requestDatatype": "JSON",
501
+ "responseDatatype": "JSON",
502
+ "headers": {},
503
+ "responseObjects": [
504
+ {
505
+ "type": "default",
506
+ "key": "",
507
+ "mockFile": ""
508
+ }
509
+ ]
510
+ },
511
+ {
512
+ "name": "getConnectionServer",
513
+ "protocol": "REST",
514
+ "method": "GET",
515
+ "entitypath": "{base_path}/{version}/config/v1/connection-servers/{pathv1}?{query}",
516
+ "requestSchema": "schema.json",
517
+ "responseSchema": "schema.json",
518
+ "timeout": 0,
519
+ "sendEmpty": false,
520
+ "sendGetBody": false,
521
+ "requestDatatype": "JSON",
522
+ "responseDatatype": "JSON",
523
+ "headers": {},
524
+ "responseObjects": [
525
+ {
526
+ "type": "default",
527
+ "key": "",
528
+ "mockFile": ""
529
+ }
530
+ ]
531
+ },
532
+ {
533
+ "name": "updateConnectionServer",
534
+ "protocol": "REST",
535
+ "method": "PUT",
536
+ "entitypath": "{base_path}/{version}/config/v1/connection-servers/{pathv1}?{query}",
537
+ "requestSchema": "schema.json",
538
+ "responseSchema": "schema.json",
539
+ "timeout": 0,
540
+ "sendEmpty": false,
541
+ "requestDatatype": "JSON",
542
+ "responseDatatype": "JSON",
543
+ "headers": {},
544
+ "responseObjects": [
545
+ {
546
+ "type": "default",
547
+ "key": "",
548
+ "mockFile": ""
549
+ }
550
+ ]
551
+ },
552
+ {
553
+ "name": "getEnvironment",
554
+ "protocol": "REST",
555
+ "method": "GET",
556
+ "entitypath": "{base_path}/{version}/config/v1/environment-properties?{query}",
557
+ "requestSchema": "schema.json",
558
+ "responseSchema": "schema.json",
559
+ "timeout": 0,
560
+ "sendEmpty": false,
561
+ "sendGetBody": false,
562
+ "requestDatatype": "JSON",
563
+ "responseDatatype": "JSON",
564
+ "headers": {},
565
+ "responseObjects": [
566
+ {
567
+ "type": "default",
568
+ "key": "",
569
+ "mockFile": ""
570
+ }
571
+ ]
572
+ },
573
+ {
574
+ "name": "getEventDatabase",
575
+ "protocol": "REST",
576
+ "method": "GET",
577
+ "entitypath": "{base_path}/{version}/config/v1/event-database?{query}",
578
+ "requestSchema": "schema.json",
579
+ "responseSchema": "schema.json",
580
+ "timeout": 0,
581
+ "sendEmpty": false,
582
+ "sendGetBody": false,
583
+ "requestDatatype": "JSON",
584
+ "responseDatatype": "JSON",
585
+ "headers": {},
586
+ "responseObjects": [
587
+ {
588
+ "type": "default",
589
+ "key": "",
590
+ "mockFile": ""
591
+ }
592
+ ]
593
+ },
594
+ {
595
+ "name": "updateEventDatabase",
596
+ "protocol": "REST",
597
+ "method": "PUT",
598
+ "entitypath": "{base_path}/{version}/config/v1/event-database?{query}",
599
+ "requestSchema": "schema.json",
600
+ "responseSchema": "schema.json",
601
+ "timeout": 0,
602
+ "sendEmpty": false,
603
+ "requestDatatype": "JSON",
604
+ "responseDatatype": "JSON",
605
+ "headers": {},
606
+ "responseObjects": [
607
+ {
608
+ "type": "default",
609
+ "key": "",
610
+ "mockFile": ""
611
+ }
612
+ ]
613
+ },
614
+ {
615
+ "name": "clearEventDatabase",
616
+ "protocol": "REST",
617
+ "method": "POST",
618
+ "entitypath": "{base_path}/{version}/config/v1/event-database/action/clear?{query}",
619
+ "requestSchema": "schema.json",
620
+ "responseSchema": "schema.json",
621
+ "timeout": 0,
622
+ "sendEmpty": false,
623
+ "requestDatatype": "JSON",
624
+ "responseDatatype": "JSON",
625
+ "headers": {},
626
+ "responseObjects": [
627
+ {
628
+ "type": "default",
629
+ "key": "",
630
+ "mockFile": ""
631
+ }
632
+ ]
633
+ },
634
+ {
635
+ "name": "listFederationAccessGroups",
636
+ "protocol": "REST",
637
+ "method": "GET",
638
+ "entitypath": "{base_path}/{version}/config/v1/federation-access-groups?{query}",
639
+ "requestSchema": "schema.json",
640
+ "responseSchema": "schema.json",
641
+ "timeout": 0,
642
+ "sendEmpty": false,
643
+ "sendGetBody": false,
644
+ "requestDatatype": "JSON",
645
+ "responseDatatype": "JSON",
646
+ "headers": {},
647
+ "responseObjects": [
648
+ {
649
+ "type": "default",
650
+ "key": "",
651
+ "mockFile": ""
652
+ }
653
+ ]
654
+ },
655
+ {
656
+ "name": "createFederationAccessGroup",
657
+ "protocol": "REST",
658
+ "method": "POST",
659
+ "entitypath": "{base_path}/{version}/config/v1/federation-access-groups?{query}",
660
+ "requestSchema": "schema.json",
661
+ "responseSchema": "schema.json",
662
+ "timeout": 0,
663
+ "sendEmpty": false,
664
+ "requestDatatype": "JSON",
665
+ "responseDatatype": "JSON",
666
+ "headers": {},
667
+ "responseObjects": [
668
+ {
669
+ "type": "default",
670
+ "key": "",
671
+ "mockFile": ""
672
+ }
673
+ ]
674
+ },
675
+ {
676
+ "name": "deleteFederationAccessGroup",
677
+ "protocol": "REST",
678
+ "method": "DELETE",
679
+ "entitypath": "{base_path}/{version}/config/v1/federation-access-groups/{pathv1}?{query}",
680
+ "requestSchema": "schema.json",
681
+ "responseSchema": "schema.json",
682
+ "timeout": 0,
683
+ "sendEmpty": false,
684
+ "requestDatatype": "JSON",
685
+ "responseDatatype": "JSON",
686
+ "headers": {},
687
+ "responseObjects": [
688
+ {
689
+ "type": "default",
690
+ "key": "",
691
+ "mockFile": ""
692
+ }
693
+ ]
694
+ },
695
+ {
696
+ "name": "getFederationAccessGroup",
697
+ "protocol": "REST",
698
+ "method": "GET",
699
+ "entitypath": "{base_path}/{version}/config/v1/federation-access-groups/{pathv1}?{query}",
700
+ "requestSchema": "schema.json",
701
+ "responseSchema": "schema.json",
702
+ "timeout": 0,
703
+ "sendEmpty": false,
704
+ "sendGetBody": false,
705
+ "requestDatatype": "JSON",
706
+ "responseDatatype": "JSON",
707
+ "headers": {},
708
+ "responseObjects": [
709
+ {
710
+ "type": "default",
711
+ "key": "",
712
+ "mockFile": ""
713
+ }
714
+ ]
715
+ },
716
+ {
717
+ "name": "deleteGatewayAccessUserOrGroup",
718
+ "protocol": "REST",
719
+ "method": "DELETE",
720
+ "entitypath": "{base_path}/{version}/config/v1/gateway-access-users-or-groups?{query}",
721
+ "requestSchema": "schema.json",
722
+ "responseSchema": "schema.json",
723
+ "timeout": 0,
724
+ "sendEmpty": false,
725
+ "requestDatatype": "JSON",
726
+ "responseDatatype": "JSON",
727
+ "headers": {},
728
+ "responseObjects": [
729
+ {
730
+ "type": "default",
731
+ "key": "",
732
+ "mockFile": ""
733
+ }
734
+ ]
735
+ },
736
+ {
737
+ "name": "listGatewayAccessUserOrGroup",
738
+ "protocol": "REST",
739
+ "method": "GET",
740
+ "entitypath": "{base_path}/{version}/config/v1/gateway-access-users-or-groups?{query}",
741
+ "requestSchema": "schema.json",
742
+ "responseSchema": "schema.json",
743
+ "timeout": 0,
744
+ "sendEmpty": false,
745
+ "sendGetBody": false,
746
+ "requestDatatype": "JSON",
747
+ "responseDatatype": "JSON",
748
+ "headers": {},
749
+ "responseObjects": [
750
+ {
751
+ "type": "default",
752
+ "key": "",
753
+ "mockFile": ""
754
+ }
755
+ ]
756
+ },
757
+ {
758
+ "name": "createGatewayAccessUserOrGroup",
759
+ "protocol": "REST",
760
+ "method": "POST",
761
+ "entitypath": "{base_path}/{version}/config/v1/gateway-access-users-or-groups?{query}",
762
+ "requestSchema": "schema.json",
763
+ "responseSchema": "schema.json",
764
+ "timeout": 0,
765
+ "sendEmpty": false,
766
+ "requestDatatype": "JSON",
767
+ "responseDatatype": "JSON",
768
+ "headers": {},
769
+ "responseObjects": [
770
+ {
771
+ "type": "default",
772
+ "key": "",
773
+ "mockFile": ""
774
+ }
775
+ ]
776
+ },
777
+ {
778
+ "name": "listGateways",
779
+ "protocol": "REST",
780
+ "method": "GET",
781
+ "entitypath": "{base_path}/{version}/config/v1/gateways?{query}",
782
+ "requestSchema": "schema.json",
783
+ "responseSchema": "schema.json",
784
+ "timeout": 0,
785
+ "sendEmpty": false,
786
+ "sendGetBody": false,
787
+ "requestDatatype": "JSON",
788
+ "responseDatatype": "JSON",
789
+ "headers": {},
790
+ "responseObjects": [
791
+ {
792
+ "type": "default",
793
+ "key": "",
794
+ "mockFile": ""
795
+ }
796
+ ]
797
+ },
798
+ {
799
+ "name": "registerGateway",
800
+ "protocol": "REST",
801
+ "method": "POST",
802
+ "entitypath": "{base_path}/{version}/config/v1/gateways?{query}",
803
+ "requestSchema": "schema.json",
804
+ "responseSchema": "schema.json",
805
+ "timeout": 0,
806
+ "sendEmpty": false,
807
+ "requestDatatype": "JSON",
808
+ "responseDatatype": "JSON",
809
+ "headers": {},
810
+ "responseObjects": [
811
+ {
812
+ "type": "default",
813
+ "key": "",
814
+ "mockFile": ""
815
+ }
816
+ ]
817
+ },
818
+ {
819
+ "name": "unregisterGateway",
820
+ "protocol": "REST",
821
+ "method": "DELETE",
822
+ "entitypath": "{base_path}/{version}/config/v1/gateways/{pathv1}?{query}",
823
+ "requestSchema": "schema.json",
824
+ "responseSchema": "schema.json",
825
+ "timeout": 0,
826
+ "sendEmpty": false,
827
+ "requestDatatype": "JSON",
828
+ "responseDatatype": "JSON",
829
+ "headers": {},
830
+ "responseObjects": [
831
+ {
832
+ "type": "default",
833
+ "key": "",
834
+ "mockFile": ""
835
+ }
836
+ ]
837
+ },
838
+ {
839
+ "name": "getGateway",
840
+ "protocol": "REST",
841
+ "method": "GET",
842
+ "entitypath": "{base_path}/{version}/config/v1/gateways/{pathv1}?{query}",
843
+ "requestSchema": "schema.json",
844
+ "responseSchema": "schema.json",
845
+ "timeout": 0,
846
+ "sendEmpty": false,
847
+ "sendGetBody": false,
848
+ "requestDatatype": "JSON",
849
+ "responseDatatype": "JSON",
850
+ "headers": {},
851
+ "responseObjects": [
852
+ {
853
+ "type": "default",
854
+ "key": "",
855
+ "mockFile": ""
856
+ }
857
+ ]
858
+ },
859
+ {
860
+ "name": "getGlobalPolicies",
861
+ "protocol": "REST",
862
+ "method": "GET",
863
+ "entitypath": "{base_path}/{version}/config/v1/global-policies?{query}",
864
+ "requestSchema": "schema.json",
865
+ "responseSchema": "schema.json",
866
+ "timeout": 0,
867
+ "sendEmpty": false,
868
+ "sendGetBody": false,
869
+ "requestDatatype": "JSON",
870
+ "responseDatatype": "JSON",
871
+ "headers": {},
872
+ "responseObjects": [
873
+ {
874
+ "type": "default",
875
+ "key": "",
876
+ "mockFile": ""
877
+ }
878
+ ]
879
+ },
880
+ {
881
+ "name": "updateGlobalPolicies",
882
+ "protocol": "REST",
883
+ "method": "PUT",
884
+ "entitypath": "{base_path}/{version}/config/v1/global-policies?{query}",
885
+ "requestSchema": "schema.json",
886
+ "responseSchema": "schema.json",
887
+ "timeout": 0,
888
+ "sendEmpty": false,
889
+ "requestDatatype": "JSON",
890
+ "responseDatatype": "JSON",
891
+ "headers": {},
892
+ "responseObjects": [
893
+ {
894
+ "type": "default",
895
+ "key": "",
896
+ "mockFile": ""
897
+ }
898
+ ]
899
+ },
900
+ {
901
+ "name": "listGSSAPIAuthenticators",
902
+ "protocol": "REST",
903
+ "method": "GET",
904
+ "entitypath": "{base_path}/{version}/config/v1/gssapi-authenticators?{query}",
905
+ "requestSchema": "schema.json",
906
+ "responseSchema": "schema.json",
907
+ "timeout": 0,
908
+ "sendEmpty": false,
909
+ "sendGetBody": false,
910
+ "requestDatatype": "JSON",
911
+ "responseDatatype": "JSON",
912
+ "headers": {},
913
+ "responseObjects": [
914
+ {
915
+ "type": "default",
916
+ "key": "",
917
+ "mockFile": ""
918
+ }
919
+ ]
920
+ },
921
+ {
922
+ "name": "createGSSAPIAuthenticator",
923
+ "protocol": "REST",
924
+ "method": "POST",
925
+ "entitypath": "{base_path}/{version}/config/v1/gssapi-authenticators?{query}",
926
+ "requestSchema": "schema.json",
927
+ "responseSchema": "schema.json",
928
+ "timeout": 0,
929
+ "sendEmpty": false,
930
+ "requestDatatype": "JSON",
931
+ "responseDatatype": "JSON",
932
+ "headers": {},
933
+ "responseObjects": [
934
+ {
935
+ "type": "default",
936
+ "key": "",
937
+ "mockFile": ""
938
+ }
939
+ ]
940
+ },
941
+ {
942
+ "name": "deleteGSSAPIAuthenticator",
943
+ "protocol": "REST",
944
+ "method": "DELETE",
945
+ "entitypath": "{base_path}/{version}/config/v1/gssapi-authenticators/{pathv1}?{query}",
946
+ "requestSchema": "schema.json",
947
+ "responseSchema": "schema.json",
948
+ "timeout": 0,
949
+ "sendEmpty": false,
950
+ "requestDatatype": "JSON",
951
+ "responseDatatype": "JSON",
952
+ "headers": {},
953
+ "responseObjects": [
954
+ {
955
+ "type": "default",
956
+ "key": "",
957
+ "mockFile": ""
958
+ }
959
+ ]
960
+ },
961
+ {
962
+ "name": "getGSSAPIAuthenticator",
963
+ "protocol": "REST",
964
+ "method": "GET",
965
+ "entitypath": "{base_path}/{version}/config/v1/gssapi-authenticators/{pathv1}?{query}",
966
+ "requestSchema": "schema.json",
967
+ "responseSchema": "schema.json",
968
+ "timeout": 0,
969
+ "sendEmpty": false,
970
+ "sendGetBody": false,
971
+ "requestDatatype": "JSON",
972
+ "responseDatatype": "JSON",
973
+ "headers": {},
974
+ "responseObjects": [
975
+ {
976
+ "type": "default",
977
+ "key": "",
978
+ "mockFile": ""
979
+ }
980
+ ]
981
+ },
982
+ {
983
+ "name": "updateGSSAPIAuthenticator",
984
+ "protocol": "REST",
985
+ "method": "PUT",
986
+ "entitypath": "{base_path}/{version}/config/v1/gssapi-authenticators/{pathv1}?{query}",
987
+ "requestSchema": "schema.json",
988
+ "responseSchema": "schema.json",
989
+ "timeout": 0,
990
+ "sendEmpty": false,
991
+ "requestDatatype": "JSON",
992
+ "responseDatatype": "JSON",
993
+ "headers": {},
994
+ "responseObjects": [
995
+ {
996
+ "type": "default",
997
+ "key": "",
998
+ "mockFile": ""
999
+ }
1000
+ ]
1001
+ },
1002
+ {
1003
+ "name": "listICDomainAccounts",
1004
+ "protocol": "REST",
1005
+ "method": "GET",
1006
+ "entitypath": "{base_path}/{version}/config/v1/ic-domain-accounts?{query}",
1007
+ "requestSchema": "schema.json",
1008
+ "responseSchema": "schema.json",
1009
+ "timeout": 0,
1010
+ "sendEmpty": false,
1011
+ "sendGetBody": false,
1012
+ "requestDatatype": "JSON",
1013
+ "responseDatatype": "JSON",
1014
+ "headers": {},
1015
+ "responseObjects": [
1016
+ {
1017
+ "type": "default",
1018
+ "key": "",
1019
+ "mockFile": ""
1020
+ }
1021
+ ]
1022
+ },
1023
+ {
1024
+ "name": "createICDomainAccount",
1025
+ "protocol": "REST",
1026
+ "method": "POST",
1027
+ "entitypath": "{base_path}/{version}/config/v1/ic-domain-accounts?{query}",
1028
+ "requestSchema": "schema.json",
1029
+ "responseSchema": "schema.json",
1030
+ "timeout": 0,
1031
+ "sendEmpty": false,
1032
+ "requestDatatype": "JSON",
1033
+ "responseDatatype": "JSON",
1034
+ "headers": {},
1035
+ "responseObjects": [
1036
+ {
1037
+ "type": "default",
1038
+ "key": "",
1039
+ "mockFile": ""
1040
+ }
1041
+ ]
1042
+ },
1043
+ {
1044
+ "name": "deleteICDomainAccount",
1045
+ "protocol": "REST",
1046
+ "method": "DELETE",
1047
+ "entitypath": "{base_path}/{version}/config/v1/ic-domain-accounts/{pathv1}?{query}",
1048
+ "requestSchema": "schema.json",
1049
+ "responseSchema": "schema.json",
1050
+ "timeout": 0,
1051
+ "sendEmpty": false,
1052
+ "requestDatatype": "JSON",
1053
+ "responseDatatype": "JSON",
1054
+ "headers": {},
1055
+ "responseObjects": [
1056
+ {
1057
+ "type": "default",
1058
+ "key": "",
1059
+ "mockFile": ""
1060
+ }
1061
+ ]
1062
+ },
1063
+ {
1064
+ "name": "getICDomainAccount",
1065
+ "protocol": "REST",
1066
+ "method": "GET",
1067
+ "entitypath": "{base_path}/{version}/config/v1/ic-domain-accounts/{pathv1}?{query}",
1068
+ "requestSchema": "schema.json",
1069
+ "responseSchema": "schema.json",
1070
+ "timeout": 0,
1071
+ "sendEmpty": false,
1072
+ "sendGetBody": false,
1073
+ "requestDatatype": "JSON",
1074
+ "responseDatatype": "JSON",
1075
+ "headers": {},
1076
+ "responseObjects": [
1077
+ {
1078
+ "type": "default",
1079
+ "key": "",
1080
+ "mockFile": ""
1081
+ }
1082
+ ]
1083
+ },
1084
+ {
1085
+ "name": "updateICDomainAccount",
1086
+ "protocol": "REST",
1087
+ "method": "PUT",
1088
+ "entitypath": "{base_path}/{version}/config/v1/ic-domain-accounts/{pathv1}?{query}",
1089
+ "requestSchema": "schema.json",
1090
+ "responseSchema": "schema.json",
1091
+ "timeout": 0,
1092
+ "sendEmpty": false,
1093
+ "requestDatatype": "JSON",
1094
+ "responseDatatype": "JSON",
1095
+ "headers": {},
1096
+ "responseObjects": [
1097
+ {
1098
+ "type": "default",
1099
+ "key": "",
1100
+ "mockFile": ""
1101
+ }
1102
+ ]
1103
+ },
1104
+ {
1105
+ "name": "getADSitesInfo",
1106
+ "protocol": "REST",
1107
+ "method": "GET",
1108
+ "entitypath": "{base_path}/{version}/config/v1/ic-domain-accounts/{pathv1}/ad_sites?{query}",
1109
+ "requestSchema": "schema.json",
1110
+ "responseSchema": "schema.json",
1111
+ "timeout": 0,
1112
+ "sendEmpty": false,
1113
+ "sendGetBody": false,
1114
+ "requestDatatype": "JSON",
1115
+ "responseDatatype": "JSON",
1116
+ "headers": {},
1117
+ "responseObjects": [
1118
+ {
1119
+ "type": "default",
1120
+ "key": "",
1121
+ "mockFile": ""
1122
+ }
1123
+ ]
1124
+ },
1125
+ {
1126
+ "name": "listIMAssets",
1127
+ "protocol": "REST",
1128
+ "method": "GET",
1129
+ "entitypath": "{base_path}/{version}/config/v1/im-assets?{query}",
1130
+ "requestSchema": "schema.json",
1131
+ "responseSchema": "schema.json",
1132
+ "timeout": 0,
1133
+ "sendEmpty": false,
1134
+ "sendGetBody": false,
1135
+ "requestDatatype": "JSON",
1136
+ "responseDatatype": "JSON",
1137
+ "headers": {},
1138
+ "responseObjects": [
1139
+ {
1140
+ "type": "default",
1141
+ "key": "",
1142
+ "mockFile": ""
1143
+ }
1144
+ ]
1145
+ },
1146
+ {
1147
+ "name": "createIMAsset",
1148
+ "protocol": "REST",
1149
+ "method": "POST",
1150
+ "entitypath": "{base_path}/{version}/config/v1/im-assets?{query}",
1151
+ "requestSchema": "schema.json",
1152
+ "responseSchema": "schema.json",
1153
+ "timeout": 0,
1154
+ "sendEmpty": false,
1155
+ "requestDatatype": "JSON",
1156
+ "responseDatatype": "JSON",
1157
+ "headers": {},
1158
+ "responseObjects": [
1159
+ {
1160
+ "type": "default",
1161
+ "key": "",
1162
+ "mockFile": ""
1163
+ }
1164
+ ]
1165
+ },
1166
+ {
1167
+ "name": "createIMAssets",
1168
+ "protocol": "REST",
1169
+ "method": "POST",
1170
+ "entitypath": "{base_path}/{version}/config/v1/im-assets/action/bulk-create?{query}",
1171
+ "requestSchema": "schema.json",
1172
+ "responseSchema": "schema.json",
1173
+ "timeout": 0,
1174
+ "sendEmpty": false,
1175
+ "requestDatatype": "JSON",
1176
+ "responseDatatype": "JSON",
1177
+ "headers": {},
1178
+ "responseObjects": [
1179
+ {
1180
+ "type": "default",
1181
+ "key": "",
1182
+ "mockFile": ""
1183
+ }
1184
+ ]
1185
+ },
1186
+ {
1187
+ "name": "deleteIMAsset",
1188
+ "protocol": "REST",
1189
+ "method": "DELETE",
1190
+ "entitypath": "{base_path}/{version}/config/v1/im-assets/{pathv1}?{query}",
1191
+ "requestSchema": "schema.json",
1192
+ "responseSchema": "schema.json",
1193
+ "timeout": 0,
1194
+ "sendEmpty": false,
1195
+ "requestDatatype": "JSON",
1196
+ "responseDatatype": "JSON",
1197
+ "headers": {},
1198
+ "responseObjects": [
1199
+ {
1200
+ "type": "default",
1201
+ "key": "",
1202
+ "mockFile": ""
1203
+ }
1204
+ ]
1205
+ },
1206
+ {
1207
+ "name": "getIMAsset",
1208
+ "protocol": "REST",
1209
+ "method": "GET",
1210
+ "entitypath": "{base_path}/{version}/config/v1/im-assets/{pathv1}?{query}",
1211
+ "requestSchema": "schema.json",
1212
+ "responseSchema": "schema.json",
1213
+ "timeout": 0,
1214
+ "sendEmpty": false,
1215
+ "sendGetBody": false,
1216
+ "requestDatatype": "JSON",
1217
+ "responseDatatype": "JSON",
1218
+ "headers": {},
1219
+ "responseObjects": [
1220
+ {
1221
+ "type": "default",
1222
+ "key": "",
1223
+ "mockFile": ""
1224
+ }
1225
+ ]
1226
+ },
1227
+ {
1228
+ "name": "updateIMAsset",
1229
+ "protocol": "REST",
1230
+ "method": "PUT",
1231
+ "entitypath": "{base_path}/{version}/config/v1/im-assets/{pathv1}?{query}",
1232
+ "requestSchema": "schema.json",
1233
+ "responseSchema": "schema.json",
1234
+ "timeout": 0,
1235
+ "sendEmpty": false,
1236
+ "requestDatatype": "JSON",
1237
+ "responseDatatype": "JSON",
1238
+ "headers": {},
1239
+ "responseObjects": [
1240
+ {
1241
+ "type": "default",
1242
+ "key": "",
1243
+ "mockFile": ""
1244
+ }
1245
+ ]
1246
+ },
1247
+ {
1248
+ "name": "listIMStreams",
1249
+ "protocol": "REST",
1250
+ "method": "GET",
1251
+ "entitypath": "{base_path}/{version}/config/v1/im-streams?{query}",
1252
+ "requestSchema": "schema.json",
1253
+ "responseSchema": "schema.json",
1254
+ "timeout": 0,
1255
+ "sendEmpty": false,
1256
+ "sendGetBody": false,
1257
+ "requestDatatype": "JSON",
1258
+ "responseDatatype": "JSON",
1259
+ "headers": {},
1260
+ "responseObjects": [
1261
+ {
1262
+ "type": "default",
1263
+ "key": "",
1264
+ "mockFile": ""
1265
+ }
1266
+ ]
1267
+ },
1268
+ {
1269
+ "name": "createIMStream",
1270
+ "protocol": "REST",
1271
+ "method": "POST",
1272
+ "entitypath": "{base_path}/{version}/config/v1/im-streams?{query}",
1273
+ "requestSchema": "schema.json",
1274
+ "responseSchema": "schema.json",
1275
+ "timeout": 0,
1276
+ "sendEmpty": false,
1277
+ "requestDatatype": "JSON",
1278
+ "responseDatatype": "JSON",
1279
+ "headers": {},
1280
+ "responseObjects": [
1281
+ {
1282
+ "type": "default",
1283
+ "key": "",
1284
+ "mockFile": ""
1285
+ }
1286
+ ]
1287
+ },
1288
+ {
1289
+ "name": "createIMStreams",
1290
+ "protocol": "REST",
1291
+ "method": "POST",
1292
+ "entitypath": "{base_path}/{version}/config/v1/im-streams/action/bulk-create?{query}",
1293
+ "requestSchema": "schema.json",
1294
+ "responseSchema": "schema.json",
1295
+ "timeout": 0,
1296
+ "sendEmpty": false,
1297
+ "requestDatatype": "JSON",
1298
+ "responseDatatype": "JSON",
1299
+ "headers": {},
1300
+ "responseObjects": [
1301
+ {
1302
+ "type": "default",
1303
+ "key": "",
1304
+ "mockFile": ""
1305
+ }
1306
+ ]
1307
+ },
1308
+ {
1309
+ "name": "deleteIMStream",
1310
+ "protocol": "REST",
1311
+ "method": "DELETE",
1312
+ "entitypath": "{base_path}/{version}/config/v1/im-streams/{pathv1}?{query}",
1313
+ "requestSchema": "schema.json",
1314
+ "responseSchema": "schema.json",
1315
+ "timeout": 0,
1316
+ "sendEmpty": false,
1317
+ "requestDatatype": "JSON",
1318
+ "responseDatatype": "JSON",
1319
+ "headers": {},
1320
+ "responseObjects": [
1321
+ {
1322
+ "type": "default",
1323
+ "key": "",
1324
+ "mockFile": ""
1325
+ }
1326
+ ]
1327
+ },
1328
+ {
1329
+ "name": "getIMStream",
1330
+ "protocol": "REST",
1331
+ "method": "GET",
1332
+ "entitypath": "{base_path}/{version}/config/v1/im-streams/{pathv1}?{query}",
1333
+ "requestSchema": "schema.json",
1334
+ "responseSchema": "schema.json",
1335
+ "timeout": 0,
1336
+ "sendEmpty": false,
1337
+ "sendGetBody": false,
1338
+ "requestDatatype": "JSON",
1339
+ "responseDatatype": "JSON",
1340
+ "headers": {},
1341
+ "responseObjects": [
1342
+ {
1343
+ "type": "default",
1344
+ "key": "",
1345
+ "mockFile": ""
1346
+ }
1347
+ ]
1348
+ },
1349
+ {
1350
+ "name": "updateIMStream",
1351
+ "protocol": "REST",
1352
+ "method": "PUT",
1353
+ "entitypath": "{base_path}/{version}/config/v1/im-streams/{pathv1}?{query}",
1354
+ "requestSchema": "schema.json",
1355
+ "responseSchema": "schema.json",
1356
+ "timeout": 0,
1357
+ "sendEmpty": false,
1358
+ "requestDatatype": "JSON",
1359
+ "responseDatatype": "JSON",
1360
+ "headers": {},
1361
+ "responseObjects": [
1362
+ {
1363
+ "type": "default",
1364
+ "key": "",
1365
+ "mockFile": ""
1366
+ }
1367
+ ]
1368
+ },
1369
+ {
1370
+ "name": "listIMTags",
1371
+ "protocol": "REST",
1372
+ "method": "GET",
1373
+ "entitypath": "{base_path}/{version}/config/v1/im-tags?{query}",
1374
+ "requestSchema": "schema.json",
1375
+ "responseSchema": "schema.json",
1376
+ "timeout": 0,
1377
+ "sendEmpty": false,
1378
+ "sendGetBody": false,
1379
+ "requestDatatype": "JSON",
1380
+ "responseDatatype": "JSON",
1381
+ "headers": {},
1382
+ "responseObjects": [
1383
+ {
1384
+ "type": "default",
1385
+ "key": "",
1386
+ "mockFile": ""
1387
+ }
1388
+ ]
1389
+ },
1390
+ {
1391
+ "name": "createIMTag",
1392
+ "protocol": "REST",
1393
+ "method": "POST",
1394
+ "entitypath": "{base_path}/{version}/config/v1/im-tags?{query}",
1395
+ "requestSchema": "schema.json",
1396
+ "responseSchema": "schema.json",
1397
+ "timeout": 0,
1398
+ "sendEmpty": false,
1399
+ "requestDatatype": "JSON",
1400
+ "responseDatatype": "JSON",
1401
+ "headers": {},
1402
+ "responseObjects": [
1403
+ {
1404
+ "type": "default",
1405
+ "key": "",
1406
+ "mockFile": ""
1407
+ }
1408
+ ]
1409
+ },
1410
+ {
1411
+ "name": "createIMTags",
1412
+ "protocol": "REST",
1413
+ "method": "POST",
1414
+ "entitypath": "{base_path}/{version}/config/v1/im-tags/action/bulk-create?{query}",
1415
+ "requestSchema": "schema.json",
1416
+ "responseSchema": "schema.json",
1417
+ "timeout": 0,
1418
+ "sendEmpty": false,
1419
+ "requestDatatype": "JSON",
1420
+ "responseDatatype": "JSON",
1421
+ "headers": {},
1422
+ "responseObjects": [
1423
+ {
1424
+ "type": "default",
1425
+ "key": "",
1426
+ "mockFile": ""
1427
+ }
1428
+ ]
1429
+ },
1430
+ {
1431
+ "name": "deleteIMTag",
1432
+ "protocol": "REST",
1433
+ "method": "DELETE",
1434
+ "entitypath": "{base_path}/{version}/config/v1/im-tags/{pathv1}?{query}",
1435
+ "requestSchema": "schema.json",
1436
+ "responseSchema": "schema.json",
1437
+ "timeout": 0,
1438
+ "sendEmpty": false,
1439
+ "requestDatatype": "JSON",
1440
+ "responseDatatype": "JSON",
1441
+ "headers": {},
1442
+ "responseObjects": [
1443
+ {
1444
+ "type": "default",
1445
+ "key": "",
1446
+ "mockFile": ""
1447
+ }
1448
+ ]
1449
+ },
1450
+ {
1451
+ "name": "getIMTag",
1452
+ "protocol": "REST",
1453
+ "method": "GET",
1454
+ "entitypath": "{base_path}/{version}/config/v1/im-tags/{pathv1}?{query}",
1455
+ "requestSchema": "schema.json",
1456
+ "responseSchema": "schema.json",
1457
+ "timeout": 0,
1458
+ "sendEmpty": false,
1459
+ "sendGetBody": false,
1460
+ "requestDatatype": "JSON",
1461
+ "responseDatatype": "JSON",
1462
+ "headers": {},
1463
+ "responseObjects": [
1464
+ {
1465
+ "type": "default",
1466
+ "key": "",
1467
+ "mockFile": ""
1468
+ }
1469
+ ]
1470
+ },
1471
+ {
1472
+ "name": "updateIMTag",
1473
+ "protocol": "REST",
1474
+ "method": "PUT",
1475
+ "entitypath": "{base_path}/{version}/config/v1/im-tags/{pathv1}?{query}",
1476
+ "requestSchema": "schema.json",
1477
+ "responseSchema": "schema.json",
1478
+ "timeout": 0,
1479
+ "sendEmpty": false,
1480
+ "requestDatatype": "JSON",
1481
+ "responseDatatype": "JSON",
1482
+ "headers": {},
1483
+ "responseObjects": [
1484
+ {
1485
+ "type": "default",
1486
+ "key": "",
1487
+ "mockFile": ""
1488
+ }
1489
+ ]
1490
+ },
1491
+ {
1492
+ "name": "listIMVersions",
1493
+ "protocol": "REST",
1494
+ "method": "GET",
1495
+ "entitypath": "{base_path}/{version}/config/v1/im-versions?{query}",
1496
+ "requestSchema": "schema.json",
1497
+ "responseSchema": "schema.json",
1498
+ "timeout": 0,
1499
+ "sendEmpty": false,
1500
+ "sendGetBody": false,
1501
+ "requestDatatype": "JSON",
1502
+ "responseDatatype": "JSON",
1503
+ "headers": {},
1504
+ "responseObjects": [
1505
+ {
1506
+ "type": "default",
1507
+ "key": "",
1508
+ "mockFile": ""
1509
+ }
1510
+ ]
1511
+ },
1512
+ {
1513
+ "name": "createIMVersion",
1514
+ "protocol": "REST",
1515
+ "method": "POST",
1516
+ "entitypath": "{base_path}/{version}/config/v1/im-versions?{query}",
1517
+ "requestSchema": "schema.json",
1518
+ "responseSchema": "schema.json",
1519
+ "timeout": 0,
1520
+ "sendEmpty": false,
1521
+ "requestDatatype": "JSON",
1522
+ "responseDatatype": "JSON",
1523
+ "headers": {},
1524
+ "responseObjects": [
1525
+ {
1526
+ "type": "default",
1527
+ "key": "",
1528
+ "mockFile": ""
1529
+ }
1530
+ ]
1531
+ },
1532
+ {
1533
+ "name": "createIMVersions",
1534
+ "protocol": "REST",
1535
+ "method": "POST",
1536
+ "entitypath": "{base_path}/{version}/config/v1/im-versions/action/bulk-create?{query}",
1537
+ "requestSchema": "schema.json",
1538
+ "responseSchema": "schema.json",
1539
+ "timeout": 0,
1540
+ "sendEmpty": false,
1541
+ "requestDatatype": "JSON",
1542
+ "responseDatatype": "JSON",
1543
+ "headers": {},
1544
+ "responseObjects": [
1545
+ {
1546
+ "type": "default",
1547
+ "key": "",
1548
+ "mockFile": ""
1549
+ }
1550
+ ]
1551
+ },
1552
+ {
1553
+ "name": "deleteIMVersion",
1554
+ "protocol": "REST",
1555
+ "method": "DELETE",
1556
+ "entitypath": "{base_path}/{version}/config/v1/im-versions/{pathv1}?{query}",
1557
+ "requestSchema": "schema.json",
1558
+ "responseSchema": "schema.json",
1559
+ "timeout": 0,
1560
+ "sendEmpty": false,
1561
+ "requestDatatype": "JSON",
1562
+ "responseDatatype": "JSON",
1563
+ "headers": {},
1564
+ "responseObjects": [
1565
+ {
1566
+ "type": "default",
1567
+ "key": "",
1568
+ "mockFile": ""
1569
+ }
1570
+ ]
1571
+ },
1572
+ {
1573
+ "name": "getIMVersion",
1574
+ "protocol": "REST",
1575
+ "method": "GET",
1576
+ "entitypath": "{base_path}/{version}/config/v1/im-versions/{pathv1}?{query}",
1577
+ "requestSchema": "schema.json",
1578
+ "responseSchema": "schema.json",
1579
+ "timeout": 0,
1580
+ "sendEmpty": false,
1581
+ "sendGetBody": false,
1582
+ "requestDatatype": "JSON",
1583
+ "responseDatatype": "JSON",
1584
+ "headers": {},
1585
+ "responseObjects": [
1586
+ {
1587
+ "type": "default",
1588
+ "key": "",
1589
+ "mockFile": ""
1590
+ }
1591
+ ]
1592
+ },
1593
+ {
1594
+ "name": "updateIMVersion",
1595
+ "protocol": "REST",
1596
+ "method": "PUT",
1597
+ "entitypath": "{base_path}/{version}/config/v1/im-versions/{pathv1}?{query}",
1598
+ "requestSchema": "schema.json",
1599
+ "responseSchema": "schema.json",
1600
+ "timeout": 0,
1601
+ "sendEmpty": false,
1602
+ "requestDatatype": "JSON",
1603
+ "responseDatatype": "JSON",
1604
+ "headers": {},
1605
+ "responseObjects": [
1606
+ {
1607
+ "type": "default",
1608
+ "key": "",
1609
+ "mockFile": ""
1610
+ }
1611
+ ]
1612
+ },
1613
+ {
1614
+ "name": "listJWTAuthenticators",
1615
+ "protocol": "REST",
1616
+ "method": "GET",
1617
+ "entitypath": "{base_path}/{version}/config/v1/jwt-authenticators?{query}",
1618
+ "requestSchema": "schema.json",
1619
+ "responseSchema": "schema.json",
1620
+ "timeout": 0,
1621
+ "sendEmpty": false,
1622
+ "sendGetBody": false,
1623
+ "requestDatatype": "JSON",
1624
+ "responseDatatype": "JSON",
1625
+ "headers": {},
1626
+ "responseObjects": [
1627
+ {
1628
+ "type": "default",
1629
+ "key": "",
1630
+ "mockFile": ""
1631
+ }
1632
+ ]
1633
+ },
1634
+ {
1635
+ "name": "createJWTAuthenticator",
1636
+ "protocol": "REST",
1637
+ "method": "POST",
1638
+ "entitypath": "{base_path}/{version}/config/v1/jwt-authenticators?{query}",
1639
+ "requestSchema": "schema.json",
1640
+ "responseSchema": "schema.json",
1641
+ "timeout": 0,
1642
+ "sendEmpty": false,
1643
+ "requestDatatype": "JSON",
1644
+ "responseDatatype": "JSON",
1645
+ "headers": {},
1646
+ "responseObjects": [
1647
+ {
1648
+ "type": "default",
1649
+ "key": "",
1650
+ "mockFile": ""
1651
+ }
1652
+ ]
1653
+ },
1654
+ {
1655
+ "name": "deleteJWTAuthenticator",
1656
+ "protocol": "REST",
1657
+ "method": "DELETE",
1658
+ "entitypath": "{base_path}/{version}/config/v1/jwt-authenticators/{pathv1}?{query}",
1659
+ "requestSchema": "schema.json",
1660
+ "responseSchema": "schema.json",
1661
+ "timeout": 0,
1662
+ "sendEmpty": false,
1663
+ "requestDatatype": "JSON",
1664
+ "responseDatatype": "JSON",
1665
+ "headers": {},
1666
+ "responseObjects": [
1667
+ {
1668
+ "type": "default",
1669
+ "key": "",
1670
+ "mockFile": ""
1671
+ }
1672
+ ]
1673
+ },
1674
+ {
1675
+ "name": "getJWTAuthenticator",
1676
+ "protocol": "REST",
1677
+ "method": "GET",
1678
+ "entitypath": "{base_path}/{version}/config/v1/jwt-authenticators/{pathv1}?{query}",
1679
+ "requestSchema": "schema.json",
1680
+ "responseSchema": "schema.json",
1681
+ "timeout": 0,
1682
+ "sendEmpty": false,
1683
+ "sendGetBody": false,
1684
+ "requestDatatype": "JSON",
1685
+ "responseDatatype": "JSON",
1686
+ "headers": {},
1687
+ "responseObjects": [
1688
+ {
1689
+ "type": "default",
1690
+ "key": "",
1691
+ "mockFile": ""
1692
+ }
1693
+ ]
1694
+ },
1695
+ {
1696
+ "name": "updateJWTAuthenticator",
1697
+ "protocol": "REST",
1698
+ "method": "PUT",
1699
+ "entitypath": "{base_path}/{version}/config/v1/jwt-authenticators/{pathv1}?{query}",
1700
+ "requestSchema": "schema.json",
1701
+ "responseSchema": "schema.json",
1702
+ "timeout": 0,
1703
+ "sendEmpty": false,
1704
+ "requestDatatype": "JSON",
1705
+ "responseDatatype": "JSON",
1706
+ "headers": {},
1707
+ "responseObjects": [
1708
+ {
1709
+ "type": "default",
1710
+ "key": "",
1711
+ "mockFile": ""
1712
+ }
1713
+ ]
1714
+ },
1715
+ {
1716
+ "name": "listLicenses",
1717
+ "protocol": "REST",
1718
+ "method": "GET",
1719
+ "entitypath": "{base_path}/{version}/config/v1/licenses?{query}",
1720
+ "requestSchema": "schema.json",
1721
+ "responseSchema": "schema.json",
1722
+ "timeout": 0,
1723
+ "sendEmpty": false,
1724
+ "sendGetBody": false,
1725
+ "requestDatatype": "JSON",
1726
+ "responseDatatype": "JSON",
1727
+ "headers": {},
1728
+ "responseObjects": [
1729
+ {
1730
+ "type": "default",
1731
+ "key": "",
1732
+ "mockFile": ""
1733
+ }
1734
+ ]
1735
+ },
1736
+ {
1737
+ "name": "resetHighestUsageMetrics",
1738
+ "protocol": "REST",
1739
+ "method": "POST",
1740
+ "entitypath": "{base_path}/{version}/config/v1/licenses/action/reset-highest-usage-metrics?{query}",
1741
+ "requestSchema": "schema.json",
1742
+ "responseSchema": "schema.json",
1743
+ "timeout": 0,
1744
+ "sendEmpty": false,
1745
+ "requestDatatype": "JSON",
1746
+ "responseDatatype": "JSON",
1747
+ "headers": {},
1748
+ "responseObjects": [
1749
+ {
1750
+ "type": "default",
1751
+ "key": "",
1752
+ "mockFile": ""
1753
+ }
1754
+ ]
1755
+ },
1756
+ {
1757
+ "name": "resetNamedUserMetrics",
1758
+ "protocol": "REST",
1759
+ "method": "POST",
1760
+ "entitypath": "{base_path}/{version}/config/v1/licenses/action/reset-named-user-metrics?{query}",
1761
+ "requestSchema": "schema.json",
1762
+ "responseSchema": "schema.json",
1763
+ "timeout": 0,
1764
+ "sendEmpty": false,
1765
+ "requestDatatype": "JSON",
1766
+ "responseDatatype": "JSON",
1767
+ "headers": {},
1768
+ "responseObjects": [
1769
+ {
1770
+ "type": "default",
1771
+ "key": "",
1772
+ "mockFile": ""
1773
+ }
1774
+ ]
1775
+ },
1776
+ {
1777
+ "name": "setLicenseMode",
1778
+ "protocol": "REST",
1779
+ "method": "POST",
1780
+ "entitypath": "{base_path}/{version}/config/v1/licenses/action/set-mode?{query}",
1781
+ "requestSchema": "schema.json",
1782
+ "responseSchema": "schema.json",
1783
+ "timeout": 0,
1784
+ "sendEmpty": false,
1785
+ "requestDatatype": "JSON",
1786
+ "responseDatatype": "JSON",
1787
+ "headers": {},
1788
+ "responseObjects": [
1789
+ {
1790
+ "type": "default",
1791
+ "key": "",
1792
+ "mockFile": ""
1793
+ }
1794
+ ]
1795
+ },
1796
+ {
1797
+ "name": "listLocalAccessGroups",
1798
+ "protocol": "REST",
1799
+ "method": "GET",
1800
+ "entitypath": "{base_path}/{version}/config/v1/local-access-groups?{query}",
1801
+ "requestSchema": "schema.json",
1802
+ "responseSchema": "schema.json",
1803
+ "timeout": 0,
1804
+ "sendEmpty": false,
1805
+ "sendGetBody": false,
1806
+ "requestDatatype": "JSON",
1807
+ "responseDatatype": "JSON",
1808
+ "headers": {},
1809
+ "responseObjects": [
1810
+ {
1811
+ "type": "default",
1812
+ "key": "",
1813
+ "mockFile": ""
1814
+ }
1815
+ ]
1816
+ },
1817
+ {
1818
+ "name": "createLocalAccessGroup",
1819
+ "protocol": "REST",
1820
+ "method": "POST",
1821
+ "entitypath": "{base_path}/{version}/config/v1/local-access-groups?{query}",
1822
+ "requestSchema": "schema.json",
1823
+ "responseSchema": "schema.json",
1824
+ "timeout": 0,
1825
+ "sendEmpty": false,
1826
+ "requestDatatype": "JSON",
1827
+ "responseDatatype": "JSON",
1828
+ "headers": {},
1829
+ "responseObjects": [
1830
+ {
1831
+ "type": "default",
1832
+ "key": "",
1833
+ "mockFile": ""
1834
+ }
1835
+ ]
1836
+ },
1837
+ {
1838
+ "name": "deleteLocalAccessGroup",
1839
+ "protocol": "REST",
1840
+ "method": "DELETE",
1841
+ "entitypath": "{base_path}/{version}/config/v1/local-access-groups/{pathv1}?{query}",
1842
+ "requestSchema": "schema.json",
1843
+ "responseSchema": "schema.json",
1844
+ "timeout": 0,
1845
+ "sendEmpty": false,
1846
+ "requestDatatype": "JSON",
1847
+ "responseDatatype": "JSON",
1848
+ "headers": {},
1849
+ "responseObjects": [
1850
+ {
1851
+ "type": "default",
1852
+ "key": "",
1853
+ "mockFile": ""
1854
+ }
1855
+ ]
1856
+ },
1857
+ {
1858
+ "name": "getLocalAccessGroup",
1859
+ "protocol": "REST",
1860
+ "method": "GET",
1861
+ "entitypath": "{base_path}/{version}/config/v1/local-access-groups/{pathv1}?{query}",
1862
+ "requestSchema": "schema.json",
1863
+ "responseSchema": "schema.json",
1864
+ "timeout": 0,
1865
+ "sendEmpty": false,
1866
+ "sendGetBody": false,
1867
+ "requestDatatype": "JSON",
1868
+ "responseDatatype": "JSON",
1869
+ "headers": {},
1870
+ "responseObjects": [
1871
+ {
1872
+ "type": "default",
1873
+ "key": "",
1874
+ "mockFile": ""
1875
+ }
1876
+ ]
1877
+ },
1878
+ {
1879
+ "name": "collect",
1880
+ "protocol": "REST",
1881
+ "method": "POST",
1882
+ "entitypath": "{base_path}/{version}/config/v1/log-collector/action/collect?{query}",
1883
+ "requestSchema": "schema.json",
1884
+ "responseSchema": "schema.json",
1885
+ "timeout": 0,
1886
+ "sendEmpty": false,
1887
+ "requestDatatype": "JSON",
1888
+ "responseDatatype": "JSON",
1889
+ "headers": {},
1890
+ "responseObjects": [
1891
+ {
1892
+ "type": "default",
1893
+ "key": "",
1894
+ "mockFile": ""
1895
+ }
1896
+ ]
1897
+ },
1898
+ {
1899
+ "name": "listLogCollectorTasks",
1900
+ "protocol": "REST",
1901
+ "method": "GET",
1902
+ "entitypath": "{base_path}/{version}/config/v1/log-collector/tasks?{query}",
1903
+ "requestSchema": "schema.json",
1904
+ "responseSchema": "schema.json",
1905
+ "timeout": 0,
1906
+ "sendEmpty": false,
1907
+ "sendGetBody": false,
1908
+ "requestDatatype": "JSON",
1909
+ "responseDatatype": "JSON",
1910
+ "headers": {},
1911
+ "responseObjects": [
1912
+ {
1913
+ "type": "default",
1914
+ "key": "",
1915
+ "mockFile": ""
1916
+ }
1917
+ ]
1918
+ },
1919
+ {
1920
+ "name": "clean",
1921
+ "protocol": "REST",
1922
+ "method": "POST",
1923
+ "entitypath": "{base_path}/{version}/config/v1/log-collector/tasks/action/clean?{query}",
1924
+ "requestSchema": "schema.json",
1925
+ "responseSchema": "schema.json",
1926
+ "timeout": 0,
1927
+ "sendEmpty": false,
1928
+ "requestDatatype": "JSON",
1929
+ "responseDatatype": "JSON",
1930
+ "headers": {},
1931
+ "responseObjects": [
1932
+ {
1933
+ "type": "default",
1934
+ "key": "",
1935
+ "mockFile": ""
1936
+ }
1937
+ ]
1938
+ },
1939
+ {
1940
+ "name": "purge",
1941
+ "protocol": "REST",
1942
+ "method": "POST",
1943
+ "entitypath": "{base_path}/{version}/config/v1/log-collector/tasks/action/purge?{query}",
1944
+ "requestSchema": "schema.json",
1945
+ "responseSchema": "schema.json",
1946
+ "timeout": 0,
1947
+ "sendEmpty": false,
1948
+ "requestDatatype": "JSON",
1949
+ "responseDatatype": "JSON",
1950
+ "headers": {},
1951
+ "responseObjects": [
1952
+ {
1953
+ "type": "default",
1954
+ "key": "",
1955
+ "mockFile": ""
1956
+ }
1957
+ ]
1958
+ },
1959
+ {
1960
+ "name": "listMessageClients",
1961
+ "protocol": "REST",
1962
+ "method": "GET",
1963
+ "entitypath": "{base_path}/{version}/config/v1/message-clients?{query}",
1964
+ "requestSchema": "schema.json",
1965
+ "responseSchema": "schema.json",
1966
+ "timeout": 0,
1967
+ "sendEmpty": false,
1968
+ "sendGetBody": false,
1969
+ "requestDatatype": "JSON",
1970
+ "responseDatatype": "JSON",
1971
+ "headers": {},
1972
+ "responseObjects": [
1973
+ {
1974
+ "type": "default",
1975
+ "key": "",
1976
+ "mockFile": ""
1977
+ }
1978
+ ]
1979
+ },
1980
+ {
1981
+ "name": "createMessageClient",
1982
+ "protocol": "REST",
1983
+ "method": "POST",
1984
+ "entitypath": "{base_path}/{version}/config/v1/message-clients?{query}",
1985
+ "requestSchema": "schema.json",
1986
+ "responseSchema": "schema.json",
1987
+ "timeout": 0,
1988
+ "sendEmpty": false,
1989
+ "requestDatatype": "JSON",
1990
+ "responseDatatype": "JSON",
1991
+ "headers": {},
1992
+ "responseObjects": [
1993
+ {
1994
+ "type": "default",
1995
+ "key": "",
1996
+ "mockFile": ""
1997
+ }
1998
+ ]
1999
+ },
2000
+ {
2001
+ "name": "deleteMessageClient",
2002
+ "protocol": "REST",
2003
+ "method": "DELETE",
2004
+ "entitypath": "{base_path}/{version}/config/v1/message-clients/{pathv1}?{query}",
2005
+ "requestSchema": "schema.json",
2006
+ "responseSchema": "schema.json",
2007
+ "timeout": 0,
2008
+ "sendEmpty": false,
2009
+ "requestDatatype": "JSON",
2010
+ "responseDatatype": "JSON",
2011
+ "headers": {},
2012
+ "responseObjects": [
2013
+ {
2014
+ "type": "default",
2015
+ "key": "",
2016
+ "mockFile": ""
2017
+ }
2018
+ ]
2019
+ },
2020
+ {
2021
+ "name": "getMessageClient",
2022
+ "protocol": "REST",
2023
+ "method": "GET",
2024
+ "entitypath": "{base_path}/{version}/config/v1/message-clients/{pathv1}?{query}",
2025
+ "requestSchema": "schema.json",
2026
+ "responseSchema": "schema.json",
2027
+ "timeout": 0,
2028
+ "sendEmpty": false,
2029
+ "sendGetBody": false,
2030
+ "requestDatatype": "JSON",
2031
+ "responseDatatype": "JSON",
2032
+ "headers": {},
2033
+ "responseObjects": [
2034
+ {
2035
+ "type": "default",
2036
+ "key": "",
2037
+ "mockFile": ""
2038
+ }
2039
+ ]
2040
+ },
2041
+ {
2042
+ "name": "updateMessageClient",
2043
+ "protocol": "REST",
2044
+ "method": "PUT",
2045
+ "entitypath": "{base_path}/{version}/config/v1/message-clients/{pathv1}?{query}",
2046
+ "requestSchema": "schema.json",
2047
+ "responseSchema": "schema.json",
2048
+ "timeout": 0,
2049
+ "sendEmpty": false,
2050
+ "requestDatatype": "JSON",
2051
+ "responseDatatype": "JSON",
2052
+ "headers": {},
2053
+ "responseObjects": [
2054
+ {
2055
+ "type": "default",
2056
+ "key": "",
2057
+ "mockFile": ""
2058
+ }
2059
+ ]
2060
+ },
2061
+ {
2062
+ "name": "deletePermissions",
2063
+ "protocol": "REST",
2064
+ "method": "DELETE",
2065
+ "entitypath": "{base_path}/{version}/config/v1/permissions?{query}",
2066
+ "requestSchema": "schema.json",
2067
+ "responseSchema": "schema.json",
2068
+ "timeout": 0,
2069
+ "sendEmpty": false,
2070
+ "requestDatatype": "JSON",
2071
+ "responseDatatype": "JSON",
2072
+ "headers": {},
2073
+ "responseObjects": [
2074
+ {
2075
+ "type": "default",
2076
+ "key": "",
2077
+ "mockFile": ""
2078
+ }
2079
+ ]
2080
+ },
2081
+ {
2082
+ "name": "listPermissions",
2083
+ "protocol": "REST",
2084
+ "method": "GET",
2085
+ "entitypath": "{base_path}/{version}/config/v1/permissions?{query}",
2086
+ "requestSchema": "schema.json",
2087
+ "responseSchema": "schema.json",
2088
+ "timeout": 0,
2089
+ "sendEmpty": false,
2090
+ "sendGetBody": false,
2091
+ "requestDatatype": "JSON",
2092
+ "responseDatatype": "JSON",
2093
+ "headers": {},
2094
+ "responseObjects": [
2095
+ {
2096
+ "type": "default",
2097
+ "key": "",
2098
+ "mockFile": ""
2099
+ }
2100
+ ]
2101
+ },
2102
+ {
2103
+ "name": "createPermissions",
2104
+ "protocol": "REST",
2105
+ "method": "POST",
2106
+ "entitypath": "{base_path}/{version}/config/v1/permissions?{query}",
2107
+ "requestSchema": "schema.json",
2108
+ "responseSchema": "schema.json",
2109
+ "timeout": 0,
2110
+ "sendEmpty": false,
2111
+ "requestDatatype": "JSON",
2112
+ "responseDatatype": "JSON",
2113
+ "headers": {},
2114
+ "responseObjects": [
2115
+ {
2116
+ "type": "default",
2117
+ "key": "",
2118
+ "mockFile": ""
2119
+ }
2120
+ ]
2121
+ },
2122
+ {
2123
+ "name": "getPermission",
2124
+ "protocol": "REST",
2125
+ "method": "GET",
2126
+ "entitypath": "{base_path}/{version}/config/v1/permissions/{pathv1}?{query}",
2127
+ "requestSchema": "schema.json",
2128
+ "responseSchema": "schema.json",
2129
+ "timeout": 0,
2130
+ "sendEmpty": false,
2131
+ "sendGetBody": false,
2132
+ "requestDatatype": "JSON",
2133
+ "responseDatatype": "JSON",
2134
+ "headers": {},
2135
+ "responseObjects": [
2136
+ {
2137
+ "type": "default",
2138
+ "key": "",
2139
+ "mockFile": ""
2140
+ }
2141
+ ]
2142
+ },
2143
+ {
2144
+ "name": "getPreLogonSettings",
2145
+ "protocol": "REST",
2146
+ "method": "GET",
2147
+ "entitypath": "{base_path}/{version}/config/v1/pre-logon-settings?{query}",
2148
+ "requestSchema": "schema.json",
2149
+ "responseSchema": "schema.json",
2150
+ "timeout": 0,
2151
+ "sendEmpty": false,
2152
+ "sendGetBody": false,
2153
+ "requestDatatype": "JSON",
2154
+ "responseDatatype": "JSON",
2155
+ "headers": {},
2156
+ "responseObjects": [
2157
+ {
2158
+ "type": "default",
2159
+ "key": "",
2160
+ "mockFile": ""
2161
+ }
2162
+ ]
2163
+ },
2164
+ {
2165
+ "name": "listSelectablePrivileges",
2166
+ "protocol": "REST",
2167
+ "method": "GET",
2168
+ "entitypath": "{base_path}/{version}/config/v1/privileges?{query}",
2169
+ "requestSchema": "schema.json",
2170
+ "responseSchema": "schema.json",
2171
+ "timeout": 0,
2172
+ "sendEmpty": false,
2173
+ "sendGetBody": false,
2174
+ "requestDatatype": "JSON",
2175
+ "responseDatatype": "JSON",
2176
+ "headers": {},
2177
+ "responseObjects": [
2178
+ {
2179
+ "type": "default",
2180
+ "key": "",
2181
+ "mockFile": ""
2182
+ }
2183
+ ]
2184
+ },
2185
+ {
2186
+ "name": "listRADIUSAuthenticators",
2187
+ "protocol": "REST",
2188
+ "method": "GET",
2189
+ "entitypath": "{base_path}/{version}/config/v1/radius-authenticators?{query}",
2190
+ "requestSchema": "schema.json",
2191
+ "responseSchema": "schema.json",
2192
+ "timeout": 0,
2193
+ "sendEmpty": false,
2194
+ "sendGetBody": false,
2195
+ "requestDatatype": "JSON",
2196
+ "responseDatatype": "JSON",
2197
+ "headers": {},
2198
+ "responseObjects": [
2199
+ {
2200
+ "type": "default",
2201
+ "key": "",
2202
+ "mockFile": ""
2203
+ }
2204
+ ]
2205
+ },
2206
+ {
2207
+ "name": "createRADIUSAuthenticator",
2208
+ "protocol": "REST",
2209
+ "method": "POST",
2210
+ "entitypath": "{base_path}/{version}/config/v1/radius-authenticators?{query}",
2211
+ "requestSchema": "schema.json",
2212
+ "responseSchema": "schema.json",
2213
+ "timeout": 0,
2214
+ "sendEmpty": false,
2215
+ "requestDatatype": "JSON",
2216
+ "responseDatatype": "JSON",
2217
+ "headers": {},
2218
+ "responseObjects": [
2219
+ {
2220
+ "type": "default",
2221
+ "key": "",
2222
+ "mockFile": ""
2223
+ }
2224
+ ]
2225
+ },
2226
+ {
2227
+ "name": "deleteRADIUSAuthenticator",
2228
+ "protocol": "REST",
2229
+ "method": "DELETE",
2230
+ "entitypath": "{base_path}/{version}/config/v1/radius-authenticators/{pathv1}?{query}",
2231
+ "requestSchema": "schema.json",
2232
+ "responseSchema": "schema.json",
2233
+ "timeout": 0,
2234
+ "sendEmpty": false,
2235
+ "requestDatatype": "JSON",
2236
+ "responseDatatype": "JSON",
2237
+ "headers": {},
2238
+ "responseObjects": [
2239
+ {
2240
+ "type": "default",
2241
+ "key": "",
2242
+ "mockFile": ""
2243
+ }
2244
+ ]
2245
+ },
2246
+ {
2247
+ "name": "getRADIUSAuthenticator",
2248
+ "protocol": "REST",
2249
+ "method": "GET",
2250
+ "entitypath": "{base_path}/{version}/config/v1/radius-authenticators/{pathv1}?{query}",
2251
+ "requestSchema": "schema.json",
2252
+ "responseSchema": "schema.json",
2253
+ "timeout": 0,
2254
+ "sendEmpty": false,
2255
+ "sendGetBody": false,
2256
+ "requestDatatype": "JSON",
2257
+ "responseDatatype": "JSON",
2258
+ "headers": {},
2259
+ "responseObjects": [
2260
+ {
2261
+ "type": "default",
2262
+ "key": "",
2263
+ "mockFile": ""
2264
+ }
2265
+ ]
2266
+ },
2267
+ {
2268
+ "name": "updateRADIUSAuthenticator",
2269
+ "protocol": "REST",
2270
+ "method": "PUT",
2271
+ "entitypath": "{base_path}/{version}/config/v1/radius-authenticators/{pathv1}?{query}",
2272
+ "requestSchema": "schema.json",
2273
+ "responseSchema": "schema.json",
2274
+ "timeout": 0,
2275
+ "sendEmpty": false,
2276
+ "requestDatatype": "JSON",
2277
+ "responseDatatype": "JSON",
2278
+ "headers": {},
2279
+ "responseObjects": [
2280
+ {
2281
+ "type": "default",
2282
+ "key": "",
2283
+ "mockFile": ""
2284
+ }
2285
+ ]
2286
+ },
2287
+ {
2288
+ "name": "registerRCXClient",
2289
+ "protocol": "REST",
2290
+ "method": "POST",
2291
+ "entitypath": "{base_path}/{version}/config/v1/rcx/clients?{query}",
2292
+ "requestSchema": "schema.json",
2293
+ "responseSchema": "schema.json",
2294
+ "timeout": 0,
2295
+ "sendEmpty": false,
2296
+ "requestDatatype": "JSON",
2297
+ "responseDatatype": "JSON",
2298
+ "headers": {},
2299
+ "responseObjects": [
2300
+ {
2301
+ "type": "default",
2302
+ "key": "",
2303
+ "mockFile": ""
2304
+ }
2305
+ ]
2306
+ },
2307
+ {
2308
+ "name": "unregisterRCXClient",
2309
+ "protocol": "REST",
2310
+ "method": "DELETE",
2311
+ "entitypath": "{base_path}/{version}/config/v1/rcx/clients/{pathv1}?{query}",
2312
+ "requestSchema": "schema.json",
2313
+ "responseSchema": "schema.json",
2314
+ "timeout": 0,
2315
+ "sendEmpty": false,
2316
+ "requestDatatype": "JSON",
2317
+ "responseDatatype": "JSON",
2318
+ "headers": {},
2319
+ "responseObjects": [
2320
+ {
2321
+ "type": "default",
2322
+ "key": "",
2323
+ "mockFile": ""
2324
+ }
2325
+ ]
2326
+ },
2327
+ {
2328
+ "name": "updateRCXClient",
2329
+ "protocol": "REST",
2330
+ "method": "PUT",
2331
+ "entitypath": "{base_path}/{version}/config/v1/rcx/clients/{pathv1}?{query}",
2332
+ "requestSchema": "schema.json",
2333
+ "responseSchema": "schema.json",
2334
+ "timeout": 0,
2335
+ "sendEmpty": false,
2336
+ "requestDatatype": "JSON",
2337
+ "responseDatatype": "JSON",
2338
+ "headers": {},
2339
+ "responseObjects": [
2340
+ {
2341
+ "type": "default",
2342
+ "key": "",
2343
+ "mockFile": ""
2344
+ }
2345
+ ]
2346
+ },
2347
+ {
2348
+ "name": "listRCXServers",
2349
+ "protocol": "REST",
2350
+ "method": "GET",
2351
+ "entitypath": "{base_path}/{version}/config/v1/rcx/servers?{query}",
2352
+ "requestSchema": "schema.json",
2353
+ "responseSchema": "schema.json",
2354
+ "timeout": 0,
2355
+ "sendEmpty": false,
2356
+ "sendGetBody": false,
2357
+ "requestDatatype": "JSON",
2358
+ "responseDatatype": "JSON",
2359
+ "headers": {},
2360
+ "responseObjects": [
2361
+ {
2362
+ "type": "default",
2363
+ "key": "",
2364
+ "mockFile": ""
2365
+ }
2366
+ ]
2367
+ },
2368
+ {
2369
+ "name": "listRoles",
2370
+ "protocol": "REST",
2371
+ "method": "GET",
2372
+ "entitypath": "{base_path}/{version}/config/v1/roles?{query}",
2373
+ "requestSchema": "schema.json",
2374
+ "responseSchema": "schema.json",
2375
+ "timeout": 0,
2376
+ "sendEmpty": false,
2377
+ "sendGetBody": false,
2378
+ "requestDatatype": "JSON",
2379
+ "responseDatatype": "JSON",
2380
+ "headers": {},
2381
+ "responseObjects": [
2382
+ {
2383
+ "type": "default",
2384
+ "key": "",
2385
+ "mockFile": ""
2386
+ }
2387
+ ]
2388
+ },
2389
+ {
2390
+ "name": "createRole",
2391
+ "protocol": "REST",
2392
+ "method": "POST",
2393
+ "entitypath": "{base_path}/{version}/config/v1/roles?{query}",
2394
+ "requestSchema": "schema.json",
2395
+ "responseSchema": "schema.json",
2396
+ "timeout": 0,
2397
+ "sendEmpty": false,
2398
+ "requestDatatype": "JSON",
2399
+ "responseDatatype": "JSON",
2400
+ "headers": {},
2401
+ "responseObjects": [
2402
+ {
2403
+ "type": "default",
2404
+ "key": "",
2405
+ "mockFile": ""
2406
+ }
2407
+ ]
2408
+ },
2409
+ {
2410
+ "name": "deleteRole",
2411
+ "protocol": "REST",
2412
+ "method": "DELETE",
2413
+ "entitypath": "{base_path}/{version}/config/v1/roles/{pathv1}?{query}",
2414
+ "requestSchema": "schema.json",
2415
+ "responseSchema": "schema.json",
2416
+ "timeout": 0,
2417
+ "sendEmpty": false,
2418
+ "requestDatatype": "JSON",
2419
+ "responseDatatype": "JSON",
2420
+ "headers": {},
2421
+ "responseObjects": [
2422
+ {
2423
+ "type": "default",
2424
+ "key": "",
2425
+ "mockFile": ""
2426
+ }
2427
+ ]
2428
+ },
2429
+ {
2430
+ "name": "getRole",
2431
+ "protocol": "REST",
2432
+ "method": "GET",
2433
+ "entitypath": "{base_path}/{version}/config/v1/roles/{pathv1}?{query}",
2434
+ "requestSchema": "schema.json",
2435
+ "responseSchema": "schema.json",
2436
+ "timeout": 0,
2437
+ "sendEmpty": false,
2438
+ "sendGetBody": false,
2439
+ "requestDatatype": "JSON",
2440
+ "responseDatatype": "JSON",
2441
+ "headers": {},
2442
+ "responseObjects": [
2443
+ {
2444
+ "type": "default",
2445
+ "key": "",
2446
+ "mockFile": ""
2447
+ }
2448
+ ]
2449
+ },
2450
+ {
2451
+ "name": "updateRole",
2452
+ "protocol": "REST",
2453
+ "method": "PUT",
2454
+ "entitypath": "{base_path}/{version}/config/v1/roles/{pathv1}?{query}",
2455
+ "requestSchema": "schema.json",
2456
+ "responseSchema": "schema.json",
2457
+ "timeout": 0,
2458
+ "sendEmpty": false,
2459
+ "requestDatatype": "JSON",
2460
+ "responseDatatype": "JSON",
2461
+ "headers": {},
2462
+ "responseObjects": [
2463
+ {
2464
+ "type": "default",
2465
+ "key": "",
2466
+ "mockFile": ""
2467
+ }
2468
+ ]
2469
+ },
2470
+ {
2471
+ "name": "listSAMLAuthenticators",
2472
+ "protocol": "REST",
2473
+ "method": "GET",
2474
+ "entitypath": "{base_path}/{version}/config/v1/saml-authenticators?{query}",
2475
+ "requestSchema": "schema.json",
2476
+ "responseSchema": "schema.json",
2477
+ "timeout": 0,
2478
+ "sendEmpty": false,
2479
+ "sendGetBody": false,
2480
+ "requestDatatype": "JSON",
2481
+ "responseDatatype": "JSON",
2482
+ "headers": {},
2483
+ "responseObjects": [
2484
+ {
2485
+ "type": "default",
2486
+ "key": "",
2487
+ "mockFile": ""
2488
+ }
2489
+ ]
2490
+ },
2491
+ {
2492
+ "name": "createSAMLAuthenticator",
2493
+ "protocol": "REST",
2494
+ "method": "POST",
2495
+ "entitypath": "{base_path}/{version}/config/v1/saml-authenticators?{query}",
2496
+ "requestSchema": "schema.json",
2497
+ "responseSchema": "schema.json",
2498
+ "timeout": 0,
2499
+ "sendEmpty": false,
2500
+ "requestDatatype": "JSON",
2501
+ "responseDatatype": "JSON",
2502
+ "headers": {},
2503
+ "responseObjects": [
2504
+ {
2505
+ "type": "default",
2506
+ "key": "",
2507
+ "mockFile": ""
2508
+ }
2509
+ ]
2510
+ },
2511
+ {
2512
+ "name": "validateSAMLCertificate",
2513
+ "protocol": "REST",
2514
+ "method": "POST",
2515
+ "entitypath": "{base_path}/{version}/config/v1/saml-authenticators/action/validate-certificate?{query}",
2516
+ "requestSchema": "schema.json",
2517
+ "responseSchema": "schema.json",
2518
+ "timeout": 0,
2519
+ "sendEmpty": false,
2520
+ "requestDatatype": "JSON",
2521
+ "responseDatatype": "JSON",
2522
+ "headers": {},
2523
+ "responseObjects": [
2524
+ {
2525
+ "type": "default",
2526
+ "key": "",
2527
+ "mockFile": ""
2528
+ }
2529
+ ]
2530
+ },
2531
+ {
2532
+ "name": "deleteSAMLAuthenticator",
2533
+ "protocol": "REST",
2534
+ "method": "DELETE",
2535
+ "entitypath": "{base_path}/{version}/config/v1/saml-authenticators/{pathv1}?{query}",
2536
+ "requestSchema": "schema.json",
2537
+ "responseSchema": "schema.json",
2538
+ "timeout": 0,
2539
+ "sendEmpty": false,
2540
+ "requestDatatype": "JSON",
2541
+ "responseDatatype": "JSON",
2542
+ "headers": {},
2543
+ "responseObjects": [
2544
+ {
2545
+ "type": "default",
2546
+ "key": "",
2547
+ "mockFile": ""
2548
+ }
2549
+ ]
2550
+ },
2551
+ {
2552
+ "name": "getSAMLAuthenticator",
2553
+ "protocol": "REST",
2554
+ "method": "GET",
2555
+ "entitypath": "{base_path}/{version}/config/v1/saml-authenticators/{pathv1}?{query}",
2556
+ "requestSchema": "schema.json",
2557
+ "responseSchema": "schema.json",
2558
+ "timeout": 0,
2559
+ "sendEmpty": false,
2560
+ "sendGetBody": false,
2561
+ "requestDatatype": "JSON",
2562
+ "responseDatatype": "JSON",
2563
+ "headers": {},
2564
+ "responseObjects": [
2565
+ {
2566
+ "type": "default",
2567
+ "key": "",
2568
+ "mockFile": ""
2569
+ }
2570
+ ]
2571
+ },
2572
+ {
2573
+ "name": "updateSAMLAuthenticator",
2574
+ "protocol": "REST",
2575
+ "method": "PUT",
2576
+ "entitypath": "{base_path}/{version}/config/v1/saml-authenticators/{pathv1}?{query}",
2577
+ "requestSchema": "schema.json",
2578
+ "responseSchema": "schema.json",
2579
+ "timeout": 0,
2580
+ "sendEmpty": false,
2581
+ "requestDatatype": "JSON",
2582
+ "responseDatatype": "JSON",
2583
+ "headers": {},
2584
+ "responseObjects": [
2585
+ {
2586
+ "type": "default",
2587
+ "key": "",
2588
+ "mockFile": ""
2589
+ }
2590
+ ]
2591
+ },
2592
+ {
2593
+ "name": "listSecondaryCredentials",
2594
+ "protocol": "REST",
2595
+ "method": "GET",
2596
+ "entitypath": "{base_path}/{version}/config/v1/secondary-credentials?{query}",
2597
+ "requestSchema": "schema.json",
2598
+ "responseSchema": "schema.json",
2599
+ "timeout": 0,
2600
+ "sendEmpty": false,
2601
+ "sendGetBody": false,
2602
+ "requestDatatype": "JSON",
2603
+ "responseDatatype": "JSON",
2604
+ "headers": {},
2605
+ "responseObjects": [
2606
+ {
2607
+ "type": "default",
2608
+ "key": "",
2609
+ "mockFile": ""
2610
+ }
2611
+ ]
2612
+ },
2613
+ {
2614
+ "name": "createSecondaryCredential",
2615
+ "protocol": "REST",
2616
+ "method": "POST",
2617
+ "entitypath": "{base_path}/{version}/config/v1/secondary-credentials?{query}",
2618
+ "requestSchema": "schema.json",
2619
+ "responseSchema": "schema.json",
2620
+ "timeout": 0,
2621
+ "sendEmpty": false,
2622
+ "requestDatatype": "JSON",
2623
+ "responseDatatype": "JSON",
2624
+ "headers": {},
2625
+ "responseObjects": [
2626
+ {
2627
+ "type": "default",
2628
+ "key": "",
2629
+ "mockFile": ""
2630
+ }
2631
+ ]
2632
+ },
2633
+ {
2634
+ "name": "deleteSecondaryCredential",
2635
+ "protocol": "REST",
2636
+ "method": "DELETE",
2637
+ "entitypath": "{base_path}/{version}/config/v1/secondary-credentials/{pathv1}?{query}",
2638
+ "requestSchema": "schema.json",
2639
+ "responseSchema": "schema.json",
2640
+ "timeout": 0,
2641
+ "sendEmpty": false,
2642
+ "requestDatatype": "JSON",
2643
+ "responseDatatype": "JSON",
2644
+ "headers": {},
2645
+ "responseObjects": [
2646
+ {
2647
+ "type": "default",
2648
+ "key": "",
2649
+ "mockFile": ""
2650
+ }
2651
+ ]
2652
+ },
2653
+ {
2654
+ "name": "getSecondaryCredentials",
2655
+ "protocol": "REST",
2656
+ "method": "GET",
2657
+ "entitypath": "{base_path}/{version}/config/v1/secondary-credentials/{pathv1}?{query}",
2658
+ "requestSchema": "schema.json",
2659
+ "responseSchema": "schema.json",
2660
+ "timeout": 0,
2661
+ "sendEmpty": false,
2662
+ "sendGetBody": false,
2663
+ "requestDatatype": "JSON",
2664
+ "responseDatatype": "JSON",
2665
+ "headers": {},
2666
+ "responseObjects": [
2667
+ {
2668
+ "type": "default",
2669
+ "key": "",
2670
+ "mockFile": ""
2671
+ }
2672
+ ]
2673
+ },
2674
+ {
2675
+ "name": "updatepassword",
2676
+ "protocol": "REST",
2677
+ "method": "POST",
2678
+ "entitypath": "{base_path}/{version}/config/v1/secondary-credentials/{pathv1}/action/update-password?{query}",
2679
+ "requestSchema": "schema.json",
2680
+ "responseSchema": "schema.json",
2681
+ "timeout": 0,
2682
+ "sendEmpty": false,
2683
+ "requestDatatype": "JSON",
2684
+ "responseDatatype": "JSON",
2685
+ "headers": {},
2686
+ "responseObjects": [
2687
+ {
2688
+ "type": "default",
2689
+ "key": "",
2690
+ "mockFile": ""
2691
+ }
2692
+ ]
2693
+ },
2694
+ {
2695
+ "name": "getSettings",
2696
+ "protocol": "REST",
2697
+ "method": "GET",
2698
+ "entitypath": "{base_path}/{version}/config/v1/settings?{query}",
2699
+ "requestSchema": "schema.json",
2700
+ "responseSchema": "schema.json",
2701
+ "timeout": 0,
2702
+ "sendEmpty": false,
2703
+ "sendGetBody": false,
2704
+ "requestDatatype": "JSON",
2705
+ "responseDatatype": "JSON",
2706
+ "headers": {},
2707
+ "responseObjects": [
2708
+ {
2709
+ "type": "default",
2710
+ "key": "",
2711
+ "mockFile": ""
2712
+ }
2713
+ ]
2714
+ },
2715
+ {
2716
+ "name": "updateSettings",
2717
+ "protocol": "REST",
2718
+ "method": "PUT",
2719
+ "entitypath": "{base_path}/{version}/config/v1/settings?{query}",
2720
+ "requestSchema": "schema.json",
2721
+ "responseSchema": "schema.json",
2722
+ "timeout": 0,
2723
+ "sendEmpty": false,
2724
+ "requestDatatype": "JSON",
2725
+ "responseDatatype": "JSON",
2726
+ "headers": {},
2727
+ "responseObjects": [
2728
+ {
2729
+ "type": "default",
2730
+ "key": "",
2731
+ "mockFile": ""
2732
+ }
2733
+ ]
2734
+ },
2735
+ {
2736
+ "name": "getAgentRestrictionSettings",
2737
+ "protocol": "REST",
2738
+ "method": "GET",
2739
+ "entitypath": "{base_path}/{version}/config/v1/settings/agent-restriction-settings?{query}",
2740
+ "requestSchema": "schema.json",
2741
+ "responseSchema": "schema.json",
2742
+ "timeout": 0,
2743
+ "sendEmpty": false,
2744
+ "sendGetBody": false,
2745
+ "requestDatatype": "JSON",
2746
+ "responseDatatype": "JSON",
2747
+ "headers": {},
2748
+ "responseObjects": [
2749
+ {
2750
+ "type": "default",
2751
+ "key": "",
2752
+ "mockFile": ""
2753
+ }
2754
+ ]
2755
+ },
2756
+ {
2757
+ "name": "updateAgentRestrictionSettings",
2758
+ "protocol": "REST",
2759
+ "method": "PUT",
2760
+ "entitypath": "{base_path}/{version}/config/v1/settings/agent-restriction-settings?{query}",
2761
+ "requestSchema": "schema.json",
2762
+ "responseSchema": "schema.json",
2763
+ "timeout": 0,
2764
+ "sendEmpty": false,
2765
+ "requestDatatype": "JSON",
2766
+ "responseDatatype": "JSON",
2767
+ "headers": {},
2768
+ "responseObjects": [
2769
+ {
2770
+ "type": "default",
2771
+ "key": "",
2772
+ "mockFile": ""
2773
+ }
2774
+ ]
2775
+ },
2776
+ {
2777
+ "name": "getClientSettings",
2778
+ "protocol": "REST",
2779
+ "method": "GET",
2780
+ "entitypath": "{base_path}/{version}/config/v1/settings/client-settings?{query}",
2781
+ "requestSchema": "schema.json",
2782
+ "responseSchema": "schema.json",
2783
+ "timeout": 0,
2784
+ "sendEmpty": false,
2785
+ "sendGetBody": false,
2786
+ "requestDatatype": "JSON",
2787
+ "responseDatatype": "JSON",
2788
+ "headers": {},
2789
+ "responseObjects": [
2790
+ {
2791
+ "type": "default",
2792
+ "key": "",
2793
+ "mockFile": ""
2794
+ }
2795
+ ]
2796
+ },
2797
+ {
2798
+ "name": "updateClientSettings",
2799
+ "protocol": "REST",
2800
+ "method": "PUT",
2801
+ "entitypath": "{base_path}/{version}/config/v1/settings/client-settings?{query}",
2802
+ "requestSchema": "schema.json",
2803
+ "responseSchema": "schema.json",
2804
+ "timeout": 0,
2805
+ "sendEmpty": false,
2806
+ "requestDatatype": "JSON",
2807
+ "responseDatatype": "JSON",
2808
+ "headers": {},
2809
+ "responseObjects": [
2810
+ {
2811
+ "type": "default",
2812
+ "key": "",
2813
+ "mockFile": ""
2814
+ }
2815
+ ]
2816
+ },
2817
+ {
2818
+ "name": "getFeatureSettings",
2819
+ "protocol": "REST",
2820
+ "method": "GET",
2821
+ "entitypath": "{base_path}/{version}/config/v1/settings/feature?{query}",
2822
+ "requestSchema": "schema.json",
2823
+ "responseSchema": "schema.json",
2824
+ "timeout": 0,
2825
+ "sendEmpty": false,
2826
+ "sendGetBody": false,
2827
+ "requestDatatype": "JSON",
2828
+ "responseDatatype": "JSON",
2829
+ "headers": {},
2830
+ "responseObjects": [
2831
+ {
2832
+ "type": "default",
2833
+ "key": "",
2834
+ "mockFile": ""
2835
+ }
2836
+ ]
2837
+ },
2838
+ {
2839
+ "name": "updateFeatureSettings",
2840
+ "protocol": "REST",
2841
+ "method": "PUT",
2842
+ "entitypath": "{base_path}/{version}/config/v1/settings/feature?{query}",
2843
+ "requestSchema": "schema.json",
2844
+ "responseSchema": "schema.json",
2845
+ "timeout": 0,
2846
+ "sendEmpty": false,
2847
+ "requestDatatype": "JSON",
2848
+ "responseDatatype": "JSON",
2849
+ "headers": {},
2850
+ "responseObjects": [
2851
+ {
2852
+ "type": "default",
2853
+ "key": "",
2854
+ "mockFile": ""
2855
+ }
2856
+ ]
2857
+ },
2858
+ {
2859
+ "name": "getGeneralSettings",
2860
+ "protocol": "REST",
2861
+ "method": "GET",
2862
+ "entitypath": "{base_path}/{version}/config/v1/settings/general?{query}",
2863
+ "requestSchema": "schema.json",
2864
+ "responseSchema": "schema.json",
2865
+ "timeout": 0,
2866
+ "sendEmpty": false,
2867
+ "sendGetBody": false,
2868
+ "requestDatatype": "JSON",
2869
+ "responseDatatype": "JSON",
2870
+ "headers": {},
2871
+ "responseObjects": [
2872
+ {
2873
+ "type": "default",
2874
+ "key": "",
2875
+ "mockFile": ""
2876
+ }
2877
+ ]
2878
+ },
2879
+ {
2880
+ "name": "updateGeneralSettings",
2881
+ "protocol": "REST",
2882
+ "method": "PUT",
2883
+ "entitypath": "{base_path}/{version}/config/v1/settings/general?{query}",
2884
+ "requestSchema": "schema.json",
2885
+ "responseSchema": "schema.json",
2886
+ "timeout": 0,
2887
+ "sendEmpty": false,
2888
+ "requestDatatype": "JSON",
2889
+ "responseDatatype": "JSON",
2890
+ "headers": {},
2891
+ "responseObjects": [
2892
+ {
2893
+ "type": "default",
2894
+ "key": "",
2895
+ "mockFile": ""
2896
+ }
2897
+ ]
2898
+ },
2899
+ {
2900
+ "name": "getSecuritySettings",
2901
+ "protocol": "REST",
2902
+ "method": "GET",
2903
+ "entitypath": "{base_path}/{version}/config/v1/settings/security?{query}",
2904
+ "requestSchema": "schema.json",
2905
+ "responseSchema": "schema.json",
2906
+ "timeout": 0,
2907
+ "sendEmpty": false,
2908
+ "sendGetBody": false,
2909
+ "requestDatatype": "JSON",
2910
+ "responseDatatype": "JSON",
2911
+ "headers": {},
2912
+ "responseObjects": [
2913
+ {
2914
+ "type": "default",
2915
+ "key": "",
2916
+ "mockFile": ""
2917
+ }
2918
+ ]
2919
+ },
2920
+ {
2921
+ "name": "updateSecuritySettings",
2922
+ "protocol": "REST",
2923
+ "method": "PUT",
2924
+ "entitypath": "{base_path}/{version}/config/v1/settings/security?{query}",
2925
+ "requestSchema": "schema.json",
2926
+ "responseSchema": "schema.json",
2927
+ "timeout": 0,
2928
+ "sendEmpty": false,
2929
+ "requestDatatype": "JSON",
2930
+ "responseDatatype": "JSON",
2931
+ "headers": {},
2932
+ "responseObjects": [
2933
+ {
2934
+ "type": "default",
2935
+ "key": "",
2936
+ "mockFile": ""
2937
+ }
2938
+ ]
2939
+ },
2940
+ {
2941
+ "name": "getSyslog",
2942
+ "protocol": "REST",
2943
+ "method": "GET",
2944
+ "entitypath": "{base_path}/{version}/config/v1/syslog?{query}",
2945
+ "requestSchema": "schema.json",
2946
+ "responseSchema": "schema.json",
2947
+ "timeout": 0,
2948
+ "sendEmpty": false,
2949
+ "sendGetBody": false,
2950
+ "requestDatatype": "JSON",
2951
+ "responseDatatype": "JSON",
2952
+ "headers": {},
2953
+ "responseObjects": [
2954
+ {
2955
+ "type": "default",
2956
+ "key": "",
2957
+ "mockFile": ""
2958
+ }
2959
+ ]
2960
+ },
2961
+ {
2962
+ "name": "updateSyslog",
2963
+ "protocol": "REST",
2964
+ "method": "PUT",
2965
+ "entitypath": "{base_path}/{version}/config/v1/syslog?{query}",
2966
+ "requestSchema": "schema.json",
2967
+ "responseSchema": "schema.json",
2968
+ "timeout": 0,
2969
+ "sendEmpty": false,
2970
+ "requestDatatype": "JSON",
2971
+ "responseDatatype": "JSON",
2972
+ "headers": {},
2973
+ "responseObjects": [
2974
+ {
2975
+ "type": "default",
2976
+ "key": "",
2977
+ "mockFile": ""
2978
+ }
2979
+ ]
2980
+ },
2981
+ {
2982
+ "name": "listTrueSSOConnectors",
2983
+ "protocol": "REST",
2984
+ "method": "GET",
2985
+ "entitypath": "{base_path}/{version}/config/v1/true-sso?{query}",
2986
+ "requestSchema": "schema.json",
2987
+ "responseSchema": "schema.json",
2988
+ "timeout": 0,
2989
+ "sendEmpty": false,
2990
+ "sendGetBody": false,
2991
+ "requestDatatype": "JSON",
2992
+ "responseDatatype": "JSON",
2993
+ "headers": {},
2994
+ "responseObjects": [
2995
+ {
2996
+ "type": "default",
2997
+ "key": "",
2998
+ "mockFile": ""
2999
+ }
3000
+ ]
3001
+ },
3002
+ {
3003
+ "name": "createTrueSSOConnector",
3004
+ "protocol": "REST",
3005
+ "method": "POST",
3006
+ "entitypath": "{base_path}/{version}/config/v1/true-sso?{query}",
3007
+ "requestSchema": "schema.json",
3008
+ "responseSchema": "schema.json",
3009
+ "timeout": 0,
3010
+ "sendEmpty": false,
3011
+ "requestDatatype": "JSON",
3012
+ "responseDatatype": "JSON",
3013
+ "headers": {},
3014
+ "responseObjects": [
3015
+ {
3016
+ "type": "default",
3017
+ "key": "",
3018
+ "mockFile": ""
3019
+ }
3020
+ ]
3021
+ },
3022
+ {
3023
+ "name": "listEnrollmentServers",
3024
+ "protocol": "REST",
3025
+ "method": "GET",
3026
+ "entitypath": "{base_path}/{version}/config/v1/true-sso-enrollment-servers?{query}",
3027
+ "requestSchema": "schema.json",
3028
+ "responseSchema": "schema.json",
3029
+ "timeout": 0,
3030
+ "sendEmpty": false,
3031
+ "sendGetBody": false,
3032
+ "requestDatatype": "JSON",
3033
+ "responseDatatype": "JSON",
3034
+ "headers": {},
3035
+ "responseObjects": [
3036
+ {
3037
+ "type": "default",
3038
+ "key": "",
3039
+ "mockFile": ""
3040
+ }
3041
+ ]
3042
+ },
3043
+ {
3044
+ "name": "getEnrollmentServer",
3045
+ "protocol": "REST",
3046
+ "method": "GET",
3047
+ "entitypath": "{base_path}/{version}/config/v1/true-sso-enrollment-servers/{pathv1}?{query}",
3048
+ "requestSchema": "schema.json",
3049
+ "responseSchema": "schema.json",
3050
+ "timeout": 0,
3051
+ "sendEmpty": false,
3052
+ "sendGetBody": false,
3053
+ "requestDatatype": "JSON",
3054
+ "responseDatatype": "JSON",
3055
+ "headers": {},
3056
+ "responseObjects": [
3057
+ {
3058
+ "type": "default",
3059
+ "key": "",
3060
+ "mockFile": ""
3061
+ }
3062
+ ]
3063
+ },
3064
+ {
3065
+ "name": "deleteTrueSSOConnector",
3066
+ "protocol": "REST",
3067
+ "method": "DELETE",
3068
+ "entitypath": "{base_path}/{version}/config/v1/true-sso/{pathv1}?{query}",
3069
+ "requestSchema": "schema.json",
3070
+ "responseSchema": "schema.json",
3071
+ "timeout": 0,
3072
+ "sendEmpty": false,
3073
+ "requestDatatype": "JSON",
3074
+ "responseDatatype": "JSON",
3075
+ "headers": {},
3076
+ "responseObjects": [
3077
+ {
3078
+ "type": "default",
3079
+ "key": "",
3080
+ "mockFile": ""
3081
+ }
3082
+ ]
3083
+ },
3084
+ {
3085
+ "name": "getTrueSSOConnector",
3086
+ "protocol": "REST",
3087
+ "method": "GET",
3088
+ "entitypath": "{base_path}/{version}/config/v1/true-sso/{pathv1}?{query}",
3089
+ "requestSchema": "schema.json",
3090
+ "responseSchema": "schema.json",
3091
+ "timeout": 0,
3092
+ "sendEmpty": false,
3093
+ "sendGetBody": false,
3094
+ "requestDatatype": "JSON",
3095
+ "responseDatatype": "JSON",
3096
+ "headers": {},
3097
+ "responseObjects": [
3098
+ {
3099
+ "type": "default",
3100
+ "key": "",
3101
+ "mockFile": ""
3102
+ }
3103
+ ]
3104
+ },
3105
+ {
3106
+ "name": "updateTrueSSOConnector",
3107
+ "protocol": "REST",
3108
+ "method": "PUT",
3109
+ "entitypath": "{base_path}/{version}/config/v1/true-sso/{pathv1}?{query}",
3110
+ "requestSchema": "schema.json",
3111
+ "responseSchema": "schema.json",
3112
+ "timeout": 0,
3113
+ "sendEmpty": false,
3114
+ "requestDatatype": "JSON",
3115
+ "responseDatatype": "JSON",
3116
+ "headers": {},
3117
+ "responseObjects": [
3118
+ {
3119
+ "type": "default",
3120
+ "key": "",
3121
+ "mockFile": ""
3122
+ }
3123
+ ]
3124
+ },
3125
+ {
3126
+ "name": "listUnauthenticatedAccessUsers",
3127
+ "protocol": "REST",
3128
+ "method": "GET",
3129
+ "entitypath": "{base_path}/{version}/config/v1/unauthenticated-access-users?{query}",
3130
+ "requestSchema": "schema.json",
3131
+ "responseSchema": "schema.json",
3132
+ "timeout": 0,
3133
+ "sendEmpty": false,
3134
+ "sendGetBody": false,
3135
+ "requestDatatype": "JSON",
3136
+ "responseDatatype": "JSON",
3137
+ "headers": {},
3138
+ "responseObjects": [
3139
+ {
3140
+ "type": "default",
3141
+ "key": "",
3142
+ "mockFile": ""
3143
+ }
3144
+ ]
3145
+ },
3146
+ {
3147
+ "name": "createUnauthenticatedAccessUser",
3148
+ "protocol": "REST",
3149
+ "method": "POST",
3150
+ "entitypath": "{base_path}/{version}/config/v1/unauthenticated-access-users?{query}",
3151
+ "requestSchema": "schema.json",
3152
+ "responseSchema": "schema.json",
3153
+ "timeout": 0,
3154
+ "sendEmpty": false,
3155
+ "requestDatatype": "JSON",
3156
+ "responseDatatype": "JSON",
3157
+ "headers": {},
3158
+ "responseObjects": [
3159
+ {
3160
+ "type": "default",
3161
+ "key": "",
3162
+ "mockFile": ""
3163
+ }
3164
+ ]
3165
+ },
3166
+ {
3167
+ "name": "deleteUnauthenticatedAccessUser",
3168
+ "protocol": "REST",
3169
+ "method": "DELETE",
3170
+ "entitypath": "{base_path}/{version}/config/v1/unauthenticated-access-users/{pathv1}?{query}",
3171
+ "requestSchema": "schema.json",
3172
+ "responseSchema": "schema.json",
3173
+ "timeout": 0,
3174
+ "sendEmpty": false,
3175
+ "requestDatatype": "JSON",
3176
+ "responseDatatype": "JSON",
3177
+ "headers": {},
3178
+ "responseObjects": [
3179
+ {
3180
+ "type": "default",
3181
+ "key": "",
3182
+ "mockFile": ""
3183
+ }
3184
+ ]
3185
+ },
3186
+ {
3187
+ "name": "getUnauthenticatedAccessUser",
3188
+ "protocol": "REST",
3189
+ "method": "GET",
3190
+ "entitypath": "{base_path}/{version}/config/v1/unauthenticated-access-users/{pathv1}?{query}",
3191
+ "requestSchema": "schema.json",
3192
+ "responseSchema": "schema.json",
3193
+ "timeout": 0,
3194
+ "sendEmpty": false,
3195
+ "sendGetBody": false,
3196
+ "requestDatatype": "JSON",
3197
+ "responseDatatype": "JSON",
3198
+ "headers": {},
3199
+ "responseObjects": [
3200
+ {
3201
+ "type": "default",
3202
+ "key": "",
3203
+ "mockFile": ""
3204
+ }
3205
+ ]
3206
+ },
3207
+ {
3208
+ "name": "listUsersOrGroupsGlobalSummary",
3209
+ "protocol": "REST",
3210
+ "method": "GET",
3211
+ "entitypath": "{base_path}/{version}/config/v1/users-or-groups-global-summary?{query}",
3212
+ "requestSchema": "schema.json",
3213
+ "responseSchema": "schema.json",
3214
+ "timeout": 0,
3215
+ "sendEmpty": false,
3216
+ "sendGetBody": false,
3217
+ "requestDatatype": "JSON",
3218
+ "responseDatatype": "JSON",
3219
+ "headers": {},
3220
+ "responseObjects": [
3221
+ {
3222
+ "type": "default",
3223
+ "key": "",
3224
+ "mockFile": ""
3225
+ }
3226
+ ]
3227
+ },
3228
+ {
3229
+ "name": "getUsersOrGroupsGlobalSummary",
3230
+ "protocol": "REST",
3231
+ "method": "GET",
3232
+ "entitypath": "{base_path}/{version}/config/v1/users-or-groups-global-summary/{pathv1}?{query}",
3233
+ "requestSchema": "schema.json",
3234
+ "responseSchema": "schema.json",
3235
+ "timeout": 0,
3236
+ "sendEmpty": false,
3237
+ "sendGetBody": false,
3238
+ "requestDatatype": "JSON",
3239
+ "responseDatatype": "JSON",
3240
+ "headers": {},
3241
+ "responseObjects": [
3242
+ {
3243
+ "type": "default",
3244
+ "key": "",
3245
+ "mockFile": ""
3246
+ }
3247
+ ]
3248
+ },
3249
+ {
3250
+ "name": "listUsersOrGroupsLocalSummary",
3251
+ "protocol": "REST",
3252
+ "method": "GET",
3253
+ "entitypath": "{base_path}/{version}/config/v1/users-or-groups-local-summary?{query}",
3254
+ "requestSchema": "schema.json",
3255
+ "responseSchema": "schema.json",
3256
+ "timeout": 0,
3257
+ "sendEmpty": false,
3258
+ "sendGetBody": false,
3259
+ "requestDatatype": "JSON",
3260
+ "responseDatatype": "JSON",
3261
+ "headers": {},
3262
+ "responseObjects": [
3263
+ {
3264
+ "type": "default",
3265
+ "key": "",
3266
+ "mockFile": ""
3267
+ }
3268
+ ]
3269
+ },
3270
+ {
3271
+ "name": "getStorageDetails",
3272
+ "protocol": "REST",
3273
+ "method": "POST",
3274
+ "entitypath": "{base_path}/{version}/config/v1/virtual-center/action/get-storage-details?{query}",
3275
+ "requestSchema": "schema.json",
3276
+ "responseSchema": "schema.json",
3277
+ "timeout": 0,
3278
+ "sendEmpty": false,
3279
+ "requestDatatype": "JSON",
3280
+ "responseDatatype": "JSON",
3281
+ "headers": {},
3282
+ "responseObjects": [
3283
+ {
3284
+ "type": "default",
3285
+ "key": "",
3286
+ "mockFile": ""
3287
+ }
3288
+ ]
3289
+ },
3290
+ {
3291
+ "name": "listVCInfo",
3292
+ "protocol": "REST",
3293
+ "method": "GET",
3294
+ "entitypath": "{base_path}/{version}/config/v1/virtual-centers?{query}",
3295
+ "requestSchema": "schema.json",
3296
+ "responseSchema": "schema.json",
3297
+ "timeout": 0,
3298
+ "sendEmpty": false,
3299
+ "sendGetBody": false,
3300
+ "requestDatatype": "JSON",
3301
+ "responseDatatype": "JSON",
3302
+ "headers": {},
3303
+ "responseObjects": [
3304
+ {
3305
+ "type": "default",
3306
+ "key": "",
3307
+ "mockFile": ""
3308
+ }
3309
+ ]
3310
+ },
3311
+ {
3312
+ "name": "validateVirtualCenterCertificate",
3313
+ "protocol": "REST",
3314
+ "method": "POST",
3315
+ "entitypath": "{base_path}/{version}/config/v1/virtual-centers/action/validate-certificate?{query}",
3316
+ "requestSchema": "schema.json",
3317
+ "responseSchema": "schema.json",
3318
+ "timeout": 0,
3319
+ "sendEmpty": false,
3320
+ "requestDatatype": "JSON",
3321
+ "responseDatatype": "JSON",
3322
+ "headers": {},
3323
+ "responseObjects": [
3324
+ {
3325
+ "type": "default",
3326
+ "key": "",
3327
+ "mockFile": ""
3328
+ }
3329
+ ]
3330
+ },
3331
+ {
3332
+ "name": "markDatastoresForArchival",
3333
+ "protocol": "REST",
3334
+ "method": "POST",
3335
+ "entitypath": "{base_path}/{version}/config/v1/virtual-centers/{pathv1}/action/mark-datastores-for-archival?{query}",
3336
+ "requestSchema": "schema.json",
3337
+ "responseSchema": "schema.json",
3338
+ "timeout": 0,
3339
+ "sendEmpty": false,
3340
+ "requestDatatype": "JSON",
3341
+ "responseDatatype": "JSON",
3342
+ "headers": {},
3343
+ "responseObjects": [
3344
+ {
3345
+ "type": "default",
3346
+ "key": "",
3347
+ "mockFile": ""
3348
+ }
3349
+ ]
3350
+ },
3351
+ {
3352
+ "name": "getPreferencesV2",
3353
+ "protocol": "REST",
3354
+ "method": "GET",
3355
+ "entitypath": "{base_path}/{version}/config/v2/admin-users-or-groups/preferences?{query}",
3356
+ "requestSchema": "schema.json",
3357
+ "responseSchema": "schema.json",
3358
+ "timeout": 0,
3359
+ "sendEmpty": false,
3360
+ "sendGetBody": false,
3361
+ "requestDatatype": "JSON",
3362
+ "responseDatatype": "JSON",
3363
+ "headers": {},
3364
+ "responseObjects": [
3365
+ {
3366
+ "type": "default",
3367
+ "key": "",
3368
+ "mockFile": ""
3369
+ }
3370
+ ]
3371
+ },
3372
+ {
3373
+ "name": "updatePreferencesV2",
3374
+ "protocol": "REST",
3375
+ "method": "PUT",
3376
+ "entitypath": "{base_path}/{version}/config/v2/admin-users-or-groups/preferences?{query}",
3377
+ "requestSchema": "schema.json",
3378
+ "responseSchema": "schema.json",
3379
+ "timeout": 0,
3380
+ "sendEmpty": false,
3381
+ "requestDatatype": "JSON",
3382
+ "responseDatatype": "JSON",
3383
+ "headers": {},
3384
+ "responseObjects": [
3385
+ {
3386
+ "type": "default",
3387
+ "key": "",
3388
+ "mockFile": ""
3389
+ }
3390
+ ]
3391
+ },
3392
+ {
3393
+ "name": "listAppVolumesManagersV2",
3394
+ "protocol": "REST",
3395
+ "method": "GET",
3396
+ "entitypath": "{base_path}/{version}/config/v2/app-volumes-manager?{query}",
3397
+ "requestSchema": "schema.json",
3398
+ "responseSchema": "schema.json",
3399
+ "timeout": 0,
3400
+ "sendEmpty": false,
3401
+ "sendGetBody": false,
3402
+ "requestDatatype": "JSON",
3403
+ "responseDatatype": "JSON",
3404
+ "headers": {},
3405
+ "responseObjects": [
3406
+ {
3407
+ "type": "default",
3408
+ "key": "",
3409
+ "mockFile": ""
3410
+ }
3411
+ ]
3412
+ },
3413
+ {
3414
+ "name": "addAppVolumesManagerV2",
3415
+ "protocol": "REST",
3416
+ "method": "POST",
3417
+ "entitypath": "{base_path}/{version}/config/v2/app-volumes-manager?{query}",
3418
+ "requestSchema": "schema.json",
3419
+ "responseSchema": "schema.json",
3420
+ "timeout": 0,
3421
+ "sendEmpty": false,
3422
+ "requestDatatype": "JSON",
3423
+ "responseDatatype": "JSON",
3424
+ "headers": {},
3425
+ "responseObjects": [
3426
+ {
3427
+ "type": "default",
3428
+ "key": "",
3429
+ "mockFile": ""
3430
+ }
3431
+ ]
3432
+ },
3433
+ {
3434
+ "name": "deleteAppVolumesManagerV2",
3435
+ "protocol": "REST",
3436
+ "method": "DELETE",
3437
+ "entitypath": "{base_path}/{version}/config/v2/app-volumes-manager/{pathv1}?{query}",
3438
+ "requestSchema": "schema.json",
3439
+ "responseSchema": "schema.json",
3440
+ "timeout": 0,
3441
+ "sendEmpty": false,
3442
+ "requestDatatype": "JSON",
3443
+ "responseDatatype": "JSON",
3444
+ "headers": {},
3445
+ "responseObjects": [
3446
+ {
3447
+ "type": "default",
3448
+ "key": "",
3449
+ "mockFile": ""
3450
+ }
3451
+ ]
3452
+ },
3453
+ {
3454
+ "name": "getAppVolumesManagerV2",
3455
+ "protocol": "REST",
3456
+ "method": "GET",
3457
+ "entitypath": "{base_path}/{version}/config/v2/app-volumes-manager/{pathv1}?{query}",
3458
+ "requestSchema": "schema.json",
3459
+ "responseSchema": "schema.json",
3460
+ "timeout": 0,
3461
+ "sendEmpty": false,
3462
+ "sendGetBody": false,
3463
+ "requestDatatype": "JSON",
3464
+ "responseDatatype": "JSON",
3465
+ "headers": {},
3466
+ "responseObjects": [
3467
+ {
3468
+ "type": "default",
3469
+ "key": "",
3470
+ "mockFile": ""
3471
+ }
3472
+ ]
3473
+ },
3474
+ {
3475
+ "name": "updateAppVolumesManagerV2",
3476
+ "protocol": "REST",
3477
+ "method": "PUT",
3478
+ "entitypath": "{base_path}/{version}/config/v2/app-volumes-manager/{pathv1}?{query}",
3479
+ "requestSchema": "schema.json",
3480
+ "responseSchema": "schema.json",
3481
+ "timeout": 0,
3482
+ "sendEmpty": false,
3483
+ "requestDatatype": "JSON",
3484
+ "responseDatatype": "JSON",
3485
+ "headers": {},
3486
+ "responseObjects": [
3487
+ {
3488
+ "type": "default",
3489
+ "key": "",
3490
+ "mockFile": ""
3491
+ }
3492
+ ]
3493
+ },
3494
+ {
3495
+ "name": "listConnectionServersV2",
3496
+ "protocol": "REST",
3497
+ "method": "GET",
3498
+ "entitypath": "{base_path}/{version}/config/v2/connection-servers?{query}",
3499
+ "requestSchema": "schema.json",
3500
+ "responseSchema": "schema.json",
3501
+ "timeout": 0,
3502
+ "sendEmpty": false,
3503
+ "sendGetBody": false,
3504
+ "requestDatatype": "JSON",
3505
+ "responseDatatype": "JSON",
3506
+ "headers": {},
3507
+ "responseObjects": [
3508
+ {
3509
+ "type": "default",
3510
+ "key": "",
3511
+ "mockFile": ""
3512
+ }
3513
+ ]
3514
+ },
3515
+ {
3516
+ "name": "listCertificateInfosV2",
3517
+ "protocol": "REST",
3518
+ "method": "GET",
3519
+ "entitypath": "{base_path}/{version}/config/v2/connection-servers/certificates?{query}",
3520
+ "requestSchema": "schema.json",
3521
+ "responseSchema": "schema.json",
3522
+ "timeout": 0,
3523
+ "sendEmpty": false,
3524
+ "sendGetBody": false,
3525
+ "requestDatatype": "JSON",
3526
+ "responseDatatype": "JSON",
3527
+ "headers": {},
3528
+ "responseObjects": [
3529
+ {
3530
+ "type": "default",
3531
+ "key": "",
3532
+ "mockFile": ""
3533
+ }
3534
+ ]
3535
+ },
3536
+ {
3537
+ "name": "getConnectionServerV2",
3538
+ "protocol": "REST",
3539
+ "method": "GET",
3540
+ "entitypath": "{base_path}/{version}/config/v2/connection-servers/{pathv1}?{query}",
3541
+ "requestSchema": "schema.json",
3542
+ "responseSchema": "schema.json",
3543
+ "timeout": 0,
3544
+ "sendEmpty": false,
3545
+ "sendGetBody": false,
3546
+ "requestDatatype": "JSON",
3547
+ "responseDatatype": "JSON",
3548
+ "headers": {},
3549
+ "responseObjects": [
3550
+ {
3551
+ "type": "default",
3552
+ "key": "",
3553
+ "mockFile": ""
3554
+ }
3555
+ ]
3556
+ },
3557
+ {
3558
+ "name": "updateConnectionServerV2",
3559
+ "protocol": "REST",
3560
+ "method": "PUT",
3561
+ "entitypath": "{base_path}/{version}/config/v2/connection-servers/{pathv1}?{query}",
3562
+ "requestSchema": "schema.json",
3563
+ "responseSchema": "schema.json",
3564
+ "timeout": 0,
3565
+ "sendEmpty": false,
3566
+ "requestDatatype": "JSON",
3567
+ "responseDatatype": "JSON",
3568
+ "headers": {},
3569
+ "responseObjects": [
3570
+ {
3571
+ "type": "default",
3572
+ "key": "",
3573
+ "mockFile": ""
3574
+ }
3575
+ ]
3576
+ },
3577
+ {
3578
+ "name": "getEnvironmentV2",
3579
+ "protocol": "REST",
3580
+ "method": "GET",
3581
+ "entitypath": "{base_path}/{version}/config/v2/environment-properties?{query}",
3582
+ "requestSchema": "schema.json",
3583
+ "responseSchema": "schema.json",
3584
+ "timeout": 0,
3585
+ "sendEmpty": false,
3586
+ "sendGetBody": false,
3587
+ "requestDatatype": "JSON",
3588
+ "responseDatatype": "JSON",
3589
+ "headers": {},
3590
+ "responseObjects": [
3591
+ {
3592
+ "type": "default",
3593
+ "key": "",
3594
+ "mockFile": ""
3595
+ }
3596
+ ]
3597
+ },
3598
+ {
3599
+ "name": "listFederationAccessGroupsV2",
3600
+ "protocol": "REST",
3601
+ "method": "GET",
3602
+ "entitypath": "{base_path}/{version}/config/v2/federation-access-groups?{query}",
3603
+ "requestSchema": "schema.json",
3604
+ "responseSchema": "schema.json",
3605
+ "timeout": 0,
3606
+ "sendEmpty": false,
3607
+ "sendGetBody": false,
3608
+ "requestDatatype": "JSON",
3609
+ "responseDatatype": "JSON",
3610
+ "headers": {},
3611
+ "responseObjects": [
3612
+ {
3613
+ "type": "default",
3614
+ "key": "",
3615
+ "mockFile": ""
3616
+ }
3617
+ ]
3618
+ },
3619
+ {
3620
+ "name": "getFederationAccessGroupV2",
3621
+ "protocol": "REST",
3622
+ "method": "GET",
3623
+ "entitypath": "{base_path}/{version}/config/v2/federation-access-groups/{pathv1}?{query}",
3624
+ "requestSchema": "schema.json",
3625
+ "responseSchema": "schema.json",
3626
+ "timeout": 0,
3627
+ "sendEmpty": false,
3628
+ "sendGetBody": false,
3629
+ "requestDatatype": "JSON",
3630
+ "responseDatatype": "JSON",
3631
+ "headers": {},
3632
+ "responseObjects": [
3633
+ {
3634
+ "type": "default",
3635
+ "key": "",
3636
+ "mockFile": ""
3637
+ }
3638
+ ]
3639
+ },
3640
+ {
3641
+ "name": "listLicensesV2",
3642
+ "protocol": "REST",
3643
+ "method": "GET",
3644
+ "entitypath": "{base_path}/{version}/config/v2/licenses?{query}",
3645
+ "requestSchema": "schema.json",
3646
+ "responseSchema": "schema.json",
3647
+ "timeout": 0,
3648
+ "sendEmpty": false,
3649
+ "sendGetBody": false,
3650
+ "requestDatatype": "JSON",
3651
+ "responseDatatype": "JSON",
3652
+ "headers": {},
3653
+ "responseObjects": [
3654
+ {
3655
+ "type": "default",
3656
+ "key": "",
3657
+ "mockFile": ""
3658
+ }
3659
+ ]
3660
+ },
3661
+ {
3662
+ "name": "setLicenseKey",
3663
+ "protocol": "REST",
3664
+ "method": "POST",
3665
+ "entitypath": "{base_path}/{version}/config/v2/licenses?{query}",
3666
+ "requestSchema": "schema.json",
3667
+ "responseSchema": "schema.json",
3668
+ "timeout": 0,
3669
+ "sendEmpty": false,
3670
+ "requestDatatype": "JSON",
3671
+ "responseDatatype": "JSON",
3672
+ "headers": {},
3673
+ "responseObjects": [
3674
+ {
3675
+ "type": "default",
3676
+ "key": "",
3677
+ "mockFile": ""
3678
+ }
3679
+ ]
3680
+ },
3681
+ {
3682
+ "name": "listLocalAccessGroupsV2",
3683
+ "protocol": "REST",
3684
+ "method": "GET",
3685
+ "entitypath": "{base_path}/{version}/config/v2/local-access-groups?{query}",
3686
+ "requestSchema": "schema.json",
3687
+ "responseSchema": "schema.json",
3688
+ "timeout": 0,
3689
+ "sendEmpty": false,
3690
+ "sendGetBody": false,
3691
+ "requestDatatype": "JSON",
3692
+ "responseDatatype": "JSON",
3693
+ "headers": {},
3694
+ "responseObjects": [
3695
+ {
3696
+ "type": "default",
3697
+ "key": "",
3698
+ "mockFile": ""
3699
+ }
3700
+ ]
3701
+ },
3702
+ {
3703
+ "name": "getLocalAccessGroupV2",
3704
+ "protocol": "REST",
3705
+ "method": "GET",
3706
+ "entitypath": "{base_path}/{version}/config/v2/local-access-groups/{pathv1}?{query}",
3707
+ "requestSchema": "schema.json",
3708
+ "responseSchema": "schema.json",
3709
+ "timeout": 0,
3710
+ "sendEmpty": false,
3711
+ "sendGetBody": false,
3712
+ "requestDatatype": "JSON",
3713
+ "responseDatatype": "JSON",
3714
+ "headers": {},
3715
+ "responseObjects": [
3716
+ {
3717
+ "type": "default",
3718
+ "key": "",
3719
+ "mockFile": ""
3720
+ }
3721
+ ]
3722
+ },
3723
+ {
3724
+ "name": "deletePermissionsV2",
3725
+ "protocol": "REST",
3726
+ "method": "DELETE",
3727
+ "entitypath": "{base_path}/{version}/config/v2/permissions?{query}",
3728
+ "requestSchema": "schema.json",
3729
+ "responseSchema": "schema.json",
3730
+ "timeout": 0,
3731
+ "sendEmpty": false,
3732
+ "requestDatatype": "JSON",
3733
+ "responseDatatype": "JSON",
3734
+ "headers": {},
3735
+ "responseObjects": [
3736
+ {
3737
+ "type": "default",
3738
+ "key": "",
3739
+ "mockFile": ""
3740
+ }
3741
+ ]
3742
+ },
3743
+ {
3744
+ "name": "listPermissionsV2",
3745
+ "protocol": "REST",
3746
+ "method": "GET",
3747
+ "entitypath": "{base_path}/{version}/config/v2/permissions?{query}",
3748
+ "requestSchema": "schema.json",
3749
+ "responseSchema": "schema.json",
3750
+ "timeout": 0,
3751
+ "sendEmpty": false,
3752
+ "sendGetBody": false,
3753
+ "requestDatatype": "JSON",
3754
+ "responseDatatype": "JSON",
3755
+ "headers": {},
3756
+ "responseObjects": [
3757
+ {
3758
+ "type": "default",
3759
+ "key": "",
3760
+ "mockFile": ""
3761
+ }
3762
+ ]
3763
+ },
3764
+ {
3765
+ "name": "createPermissionsV2",
3766
+ "protocol": "REST",
3767
+ "method": "POST",
3768
+ "entitypath": "{base_path}/{version}/config/v2/permissions?{query}",
3769
+ "requestSchema": "schema.json",
3770
+ "responseSchema": "schema.json",
3771
+ "timeout": 0,
3772
+ "sendEmpty": false,
3773
+ "requestDatatype": "JSON",
3774
+ "responseDatatype": "JSON",
3775
+ "headers": {},
3776
+ "responseObjects": [
3777
+ {
3778
+ "type": "default",
3779
+ "key": "",
3780
+ "mockFile": ""
3781
+ }
3782
+ ]
3783
+ },
3784
+ {
3785
+ "name": "getPermissionV2",
3786
+ "protocol": "REST",
3787
+ "method": "GET",
3788
+ "entitypath": "{base_path}/{version}/config/v2/permissions/{pathv1}?{query}",
3789
+ "requestSchema": "schema.json",
3790
+ "responseSchema": "schema.json",
3791
+ "timeout": 0,
3792
+ "sendEmpty": false,
3793
+ "sendGetBody": false,
3794
+ "requestDatatype": "JSON",
3795
+ "responseDatatype": "JSON",
3796
+ "headers": {},
3797
+ "responseObjects": [
3798
+ {
3799
+ "type": "default",
3800
+ "key": "",
3801
+ "mockFile": ""
3802
+ }
3803
+ ]
3804
+ },
3805
+ {
3806
+ "name": "getSettingsV2",
3807
+ "protocol": "REST",
3808
+ "method": "GET",
3809
+ "entitypath": "{base_path}/{version}/config/v2/settings?{query}",
3810
+ "requestSchema": "schema.json",
3811
+ "responseSchema": "schema.json",
3812
+ "timeout": 0,
3813
+ "sendEmpty": false,
3814
+ "sendGetBody": false,
3815
+ "requestDatatype": "JSON",
3816
+ "responseDatatype": "JSON",
3817
+ "headers": {},
3818
+ "responseObjects": [
3819
+ {
3820
+ "type": "default",
3821
+ "key": "",
3822
+ "mockFile": ""
3823
+ }
3824
+ ]
3825
+ },
3826
+ {
3827
+ "name": "updateSettingsV2",
3828
+ "protocol": "REST",
3829
+ "method": "PUT",
3830
+ "entitypath": "{base_path}/{version}/config/v2/settings?{query}",
3831
+ "requestSchema": "schema.json",
3832
+ "responseSchema": "schema.json",
3833
+ "timeout": 0,
3834
+ "sendEmpty": false,
3835
+ "requestDatatype": "JSON",
3836
+ "responseDatatype": "JSON",
3837
+ "headers": {},
3838
+ "responseObjects": [
3839
+ {
3840
+ "type": "default",
3841
+ "key": "",
3842
+ "mockFile": ""
3843
+ }
3844
+ ]
3845
+ },
3846
+ {
3847
+ "name": "getGeneralSettingsV2",
3848
+ "protocol": "REST",
3849
+ "method": "GET",
3850
+ "entitypath": "{base_path}/{version}/config/v2/settings/general?{query}",
3851
+ "requestSchema": "schema.json",
3852
+ "responseSchema": "schema.json",
3853
+ "timeout": 0,
3854
+ "sendEmpty": false,
3855
+ "sendGetBody": false,
3856
+ "requestDatatype": "JSON",
3857
+ "responseDatatype": "JSON",
3858
+ "headers": {},
3859
+ "responseObjects": [
3860
+ {
3861
+ "type": "default",
3862
+ "key": "",
3863
+ "mockFile": ""
3864
+ }
3865
+ ]
3866
+ },
3867
+ {
3868
+ "name": "updateGeneralSettingsV2",
3869
+ "protocol": "REST",
3870
+ "method": "PUT",
3871
+ "entitypath": "{base_path}/{version}/config/v2/settings/general?{query}",
3872
+ "requestSchema": "schema.json",
3873
+ "responseSchema": "schema.json",
3874
+ "timeout": 0,
3875
+ "sendEmpty": false,
3876
+ "requestDatatype": "JSON",
3877
+ "responseDatatype": "JSON",
3878
+ "headers": {},
3879
+ "responseObjects": [
3880
+ {
3881
+ "type": "default",
3882
+ "key": "",
3883
+ "mockFile": ""
3884
+ }
3885
+ ]
3886
+ },
3887
+ {
3888
+ "name": "getSecuritySettingsV2",
3889
+ "protocol": "REST",
3890
+ "method": "GET",
3891
+ "entitypath": "{base_path}/{version}/config/v2/settings/security?{query}",
3892
+ "requestSchema": "schema.json",
3893
+ "responseSchema": "schema.json",
3894
+ "timeout": 0,
3895
+ "sendEmpty": false,
3896
+ "sendGetBody": false,
3897
+ "requestDatatype": "JSON",
3898
+ "responseDatatype": "JSON",
3899
+ "headers": {},
3900
+ "responseObjects": [
3901
+ {
3902
+ "type": "default",
3903
+ "key": "",
3904
+ "mockFile": ""
3905
+ }
3906
+ ]
3907
+ },
3908
+ {
3909
+ "name": "listUsersOrGroupsLocalSummaryV2",
3910
+ "protocol": "REST",
3911
+ "method": "GET",
3912
+ "entitypath": "{base_path}/{version}/config/v2/users-or-groups-local-summary?{query}",
3913
+ "requestSchema": "schema.json",
3914
+ "responseSchema": "schema.json",
3915
+ "timeout": 0,
3916
+ "sendEmpty": false,
3917
+ "sendGetBody": false,
3918
+ "requestDatatype": "JSON",
3919
+ "responseDatatype": "JSON",
3920
+ "headers": {},
3921
+ "responseObjects": [
3922
+ {
3923
+ "type": "default",
3924
+ "key": "",
3925
+ "mockFile": ""
3926
+ }
3927
+ ]
3928
+ },
3929
+ {
3930
+ "name": "getUsersOrGroupLocalSummaryV2",
3931
+ "protocol": "REST",
3932
+ "method": "GET",
3933
+ "entitypath": "{base_path}/{version}/config/v2/users-or-groups-local-summary/{pathv1}?{query}",
3934
+ "requestSchema": "schema.json",
3935
+ "responseSchema": "schema.json",
3936
+ "timeout": 0,
3937
+ "sendEmpty": false,
3938
+ "sendGetBody": false,
3939
+ "requestDatatype": "JSON",
3940
+ "responseDatatype": "JSON",
3941
+ "headers": {},
3942
+ "responseObjects": [
3943
+ {
3944
+ "type": "default",
3945
+ "key": "",
3946
+ "mockFile": ""
3947
+ }
3948
+ ]
3949
+ },
3950
+ {
3951
+ "name": "listVCInfoV2",
3952
+ "protocol": "REST",
3953
+ "method": "GET",
3954
+ "entitypath": "{base_path}/{version}/config/v2/virtual-centers?{query}",
3955
+ "requestSchema": "schema.json",
3956
+ "responseSchema": "schema.json",
3957
+ "timeout": 0,
3958
+ "sendEmpty": false,
3959
+ "sendGetBody": false,
3960
+ "requestDatatype": "JSON",
3961
+ "responseDatatype": "JSON",
3962
+ "headers": {},
3963
+ "responseObjects": [
3964
+ {
3965
+ "type": "default",
3966
+ "key": "",
3967
+ "mockFile": ""
3968
+ }
3969
+ ]
3970
+ },
3971
+ {
3972
+ "name": "getSettingsV3",
3973
+ "protocol": "REST",
3974
+ "method": "GET",
3975
+ "entitypath": "{base_path}/{version}/config/v3/settings?{query}",
3976
+ "requestSchema": "schema.json",
3977
+ "responseSchema": "schema.json",
3978
+ "timeout": 0,
3979
+ "sendEmpty": false,
3980
+ "sendGetBody": false,
3981
+ "requestDatatype": "JSON",
3982
+ "responseDatatype": "JSON",
3983
+ "headers": {},
3984
+ "responseObjects": [
3985
+ {
3986
+ "type": "default",
3987
+ "key": "",
3988
+ "mockFile": ""
3989
+ }
3990
+ ]
3991
+ },
3992
+ {
3993
+ "name": "updateSettingsV3",
3994
+ "protocol": "REST",
3995
+ "method": "PUT",
3996
+ "entitypath": "{base_path}/{version}/config/v3/settings?{query}",
3997
+ "requestSchema": "schema.json",
3998
+ "responseSchema": "schema.json",
3999
+ "timeout": 0,
4000
+ "sendEmpty": false,
4001
+ "requestDatatype": "JSON",
4002
+ "responseDatatype": "JSON",
4003
+ "headers": {},
4004
+ "responseObjects": [
4005
+ {
4006
+ "type": "default",
4007
+ "key": "",
4008
+ "mockFile": ""
4009
+ }
4010
+ ]
4011
+ },
4012
+ {
4013
+ "name": "getGeneralSettingsV3",
4014
+ "protocol": "REST",
4015
+ "method": "GET",
4016
+ "entitypath": "{base_path}/{version}/config/v3/settings/general?{query}",
4017
+ "requestSchema": "schema.json",
4018
+ "responseSchema": "schema.json",
4019
+ "timeout": 0,
4020
+ "sendEmpty": false,
4021
+ "sendGetBody": false,
4022
+ "requestDatatype": "JSON",
4023
+ "responseDatatype": "JSON",
4024
+ "headers": {},
4025
+ "responseObjects": [
4026
+ {
4027
+ "type": "default",
4028
+ "key": "",
4029
+ "mockFile": ""
4030
+ }
4031
+ ]
4032
+ },
4033
+ {
4034
+ "name": "updateGeneralSettingsV3",
4035
+ "protocol": "REST",
4036
+ "method": "PUT",
4037
+ "entitypath": "{base_path}/{version}/config/v3/settings/general?{query}",
4038
+ "requestSchema": "schema.json",
4039
+ "responseSchema": "schema.json",
4040
+ "timeout": 0,
4041
+ "sendEmpty": false,
4042
+ "requestDatatype": "JSON",
4043
+ "responseDatatype": "JSON",
4044
+ "headers": {},
4045
+ "responseObjects": [
4046
+ {
4047
+ "type": "default",
4048
+ "key": "",
4049
+ "mockFile": ""
4050
+ }
4051
+ ]
4052
+ },
4053
+ {
4054
+ "name": "getSecuritySettingsV3",
4055
+ "protocol": "REST",
4056
+ "method": "GET",
4057
+ "entitypath": "{base_path}/{version}/config/v3/settings/security?{query}",
4058
+ "requestSchema": "schema.json",
4059
+ "responseSchema": "schema.json",
4060
+ "timeout": 0,
4061
+ "sendEmpty": false,
4062
+ "sendGetBody": false,
4063
+ "requestDatatype": "JSON",
4064
+ "responseDatatype": "JSON",
4065
+ "headers": {},
4066
+ "responseObjects": [
4067
+ {
4068
+ "type": "default",
4069
+ "key": "",
4070
+ "mockFile": ""
4071
+ }
4072
+ ]
4073
+ },
4074
+ {
4075
+ "name": "updateSecuritySettingsV3",
4076
+ "protocol": "REST",
4077
+ "method": "PUT",
4078
+ "entitypath": "{base_path}/{version}/config/v3/settings/security?{query}",
4079
+ "requestSchema": "schema.json",
4080
+ "responseSchema": "schema.json",
4081
+ "timeout": 0,
4082
+ "sendEmpty": false,
4083
+ "requestDatatype": "JSON",
4084
+ "responseDatatype": "JSON",
4085
+ "headers": {},
4086
+ "responseObjects": [
4087
+ {
4088
+ "type": "default",
4089
+ "key": "",
4090
+ "mockFile": ""
4091
+ }
4092
+ ]
4093
+ },
4094
+ {
4095
+ "name": "listUsersOrGroupsLocalSummaryV3",
4096
+ "protocol": "REST",
4097
+ "method": "GET",
4098
+ "entitypath": "{base_path}/{version}/config/v3/users-or-groups-local-summary?{query}",
4099
+ "requestSchema": "schema.json",
4100
+ "responseSchema": "schema.json",
4101
+ "timeout": 0,
4102
+ "sendEmpty": false,
4103
+ "sendGetBody": false,
4104
+ "requestDatatype": "JSON",
4105
+ "responseDatatype": "JSON",
4106
+ "headers": {},
4107
+ "responseObjects": [
4108
+ {
4109
+ "type": "default",
4110
+ "key": "",
4111
+ "mockFile": ""
4112
+ }
4113
+ ]
4114
+ },
4115
+ {
4116
+ "name": "getUsersOrGroupLocalSummaryV3",
4117
+ "protocol": "REST",
4118
+ "method": "GET",
4119
+ "entitypath": "{base_path}/{version}/config/v3/users-or-groups-local-summary/{pathv1}?{query}",
4120
+ "requestSchema": "schema.json",
4121
+ "responseSchema": "schema.json",
4122
+ "timeout": 0,
4123
+ "sendEmpty": false,
4124
+ "sendGetBody": false,
4125
+ "requestDatatype": "JSON",
4126
+ "responseDatatype": "JSON",
4127
+ "headers": {},
4128
+ "responseObjects": [
4129
+ {
4130
+ "type": "default",
4131
+ "key": "",
4132
+ "mockFile": ""
4133
+ }
4134
+ ]
4135
+ },
4136
+ {
4137
+ "name": "listVCInfoV3",
4138
+ "protocol": "REST",
4139
+ "method": "GET",
4140
+ "entitypath": "{base_path}/{version}/config/v3/virtual-centers?{query}",
4141
+ "requestSchema": "schema.json",
4142
+ "responseSchema": "schema.json",
4143
+ "timeout": 0,
4144
+ "sendEmpty": false,
4145
+ "sendGetBody": false,
4146
+ "requestDatatype": "JSON",
4147
+ "responseDatatype": "JSON",
4148
+ "headers": {},
4149
+ "responseObjects": [
4150
+ {
4151
+ "type": "default",
4152
+ "key": "",
4153
+ "mockFile": ""
4154
+ }
4155
+ ]
4156
+ },
4157
+ {
4158
+ "name": "createVirtualCenter",
4159
+ "protocol": "REST",
4160
+ "method": "POST",
4161
+ "entitypath": "{base_path}/{version}/config/v3/virtual-centers?{query}",
4162
+ "requestSchema": "schema.json",
4163
+ "responseSchema": "schema.json",
4164
+ "timeout": 0,
4165
+ "sendEmpty": false,
4166
+ "requestDatatype": "JSON",
4167
+ "responseDatatype": "JSON",
4168
+ "headers": {},
4169
+ "responseObjects": [
4170
+ {
4171
+ "type": "default",
4172
+ "key": "",
4173
+ "mockFile": ""
4174
+ }
4175
+ ]
4176
+ },
4177
+ {
4178
+ "name": "removeVirtualCenter",
4179
+ "protocol": "REST",
4180
+ "method": "DELETE",
4181
+ "entitypath": "{base_path}/{version}/config/v3/virtual-centers/{pathv1}?{query}",
4182
+ "requestSchema": "schema.json",
4183
+ "responseSchema": "schema.json",
4184
+ "timeout": 0,
4185
+ "sendEmpty": false,
4186
+ "requestDatatype": "JSON",
4187
+ "responseDatatype": "JSON",
4188
+ "headers": {},
4189
+ "responseObjects": [
4190
+ {
4191
+ "type": "default",
4192
+ "key": "",
4193
+ "mockFile": ""
4194
+ }
4195
+ ]
4196
+ },
4197
+ {
4198
+ "name": "getVirtualCenter",
4199
+ "protocol": "REST",
4200
+ "method": "GET",
4201
+ "entitypath": "{base_path}/{version}/config/v3/virtual-centers/{pathv1}?{query}",
4202
+ "requestSchema": "schema.json",
4203
+ "responseSchema": "schema.json",
4204
+ "timeout": 0,
4205
+ "sendEmpty": false,
4206
+ "sendGetBody": false,
4207
+ "requestDatatype": "JSON",
4208
+ "responseDatatype": "JSON",
4209
+ "headers": {},
4210
+ "responseObjects": [
4211
+ {
4212
+ "type": "default",
4213
+ "key": "",
4214
+ "mockFile": ""
4215
+ }
4216
+ ]
4217
+ },
4218
+ {
4219
+ "name": "updateVirtualCenter",
4220
+ "protocol": "REST",
4221
+ "method": "PUT",
4222
+ "entitypath": "{base_path}/{version}/config/v3/virtual-centers/{pathv1}?{query}",
4223
+ "requestSchema": "schema.json",
4224
+ "responseSchema": "schema.json",
4225
+ "timeout": 0,
4226
+ "sendEmpty": false,
4227
+ "requestDatatype": "JSON",
4228
+ "responseDatatype": "JSON",
4229
+ "headers": {},
4230
+ "responseObjects": [
4231
+ {
4232
+ "type": "default",
4233
+ "key": "",
4234
+ "mockFile": ""
4235
+ }
4236
+ ]
4237
+ },
4238
+ {
4239
+ "name": "getSettingsV4",
4240
+ "protocol": "REST",
4241
+ "method": "GET",
4242
+ "entitypath": "{base_path}/{version}/config/v4/settings?{query}",
4243
+ "requestSchema": "schema.json",
4244
+ "responseSchema": "schema.json",
4245
+ "timeout": 0,
4246
+ "sendEmpty": false,
4247
+ "sendGetBody": false,
4248
+ "requestDatatype": "JSON",
4249
+ "responseDatatype": "JSON",
4250
+ "headers": {},
4251
+ "responseObjects": [
4252
+ {
4253
+ "type": "default",
4254
+ "key": "",
4255
+ "mockFile": ""
4256
+ }
4257
+ ]
4258
+ },
4259
+ {
4260
+ "name": "updateSettingsV4",
4261
+ "protocol": "REST",
4262
+ "method": "PUT",
4263
+ "entitypath": "{base_path}/{version}/config/v4/settings?{query}",
4264
+ "requestSchema": "schema.json",
4265
+ "responseSchema": "schema.json",
4266
+ "timeout": 0,
4267
+ "sendEmpty": false,
4268
+ "requestDatatype": "JSON",
4269
+ "responseDatatype": "JSON",
4270
+ "headers": {},
4271
+ "responseObjects": [
4272
+ {
4273
+ "type": "default",
4274
+ "key": "",
4275
+ "mockFile": ""
4276
+ }
4277
+ ]
4278
+ },
4279
+ {
4280
+ "name": "getGeneralSettingsV4",
4281
+ "protocol": "REST",
4282
+ "method": "GET",
4283
+ "entitypath": "{base_path}/{version}/config/v4/settings/general?{query}",
4284
+ "requestSchema": "schema.json",
4285
+ "responseSchema": "schema.json",
4286
+ "timeout": 0,
4287
+ "sendEmpty": false,
4288
+ "sendGetBody": false,
4289
+ "requestDatatype": "JSON",
4290
+ "responseDatatype": "JSON",
4291
+ "headers": {},
4292
+ "responseObjects": [
4293
+ {
4294
+ "type": "default",
4295
+ "key": "",
4296
+ "mockFile": ""
4297
+ }
4298
+ ]
4299
+ },
4300
+ {
4301
+ "name": "updateGeneralSettingsV4",
4302
+ "protocol": "REST",
4303
+ "method": "PUT",
4304
+ "entitypath": "{base_path}/{version}/config/v4/settings/general?{query}",
4305
+ "requestSchema": "schema.json",
4306
+ "responseSchema": "schema.json",
4307
+ "timeout": 0,
4308
+ "sendEmpty": false,
4309
+ "requestDatatype": "JSON",
4310
+ "responseDatatype": "JSON",
4311
+ "headers": {},
4312
+ "responseObjects": [
4313
+ {
4314
+ "type": "default",
4315
+ "key": "",
4316
+ "mockFile": ""
4317
+ }
4318
+ ]
4319
+ },
4320
+ {
4321
+ "name": "getSecuritySettingsV4",
4322
+ "protocol": "REST",
4323
+ "method": "GET",
4324
+ "entitypath": "{base_path}/{version}/config/v4/settings/security?{query}",
4325
+ "requestSchema": "schema.json",
4326
+ "responseSchema": "schema.json",
4327
+ "timeout": 0,
4328
+ "sendEmpty": false,
4329
+ "sendGetBody": false,
4330
+ "requestDatatype": "JSON",
4331
+ "responseDatatype": "JSON",
4332
+ "headers": {},
4333
+ "responseObjects": [
4334
+ {
4335
+ "type": "default",
4336
+ "key": "",
4337
+ "mockFile": ""
4338
+ }
4339
+ ]
4340
+ },
4341
+ {
4342
+ "name": "updateSecuritySettingsV4",
4343
+ "protocol": "REST",
4344
+ "method": "PUT",
4345
+ "entitypath": "{base_path}/{version}/config/v4/settings/security?{query}",
4346
+ "requestSchema": "schema.json",
4347
+ "responseSchema": "schema.json",
4348
+ "timeout": 0,
4349
+ "sendEmpty": false,
4350
+ "requestDatatype": "JSON",
4351
+ "responseDatatype": "JSON",
4352
+ "headers": {},
4353
+ "responseObjects": [
4354
+ {
4355
+ "type": "default",
4356
+ "key": "",
4357
+ "mockFile": ""
4358
+ }
4359
+ ]
4360
+ },
4361
+ {
4362
+ "name": "listVCInfoV4",
4363
+ "protocol": "REST",
4364
+ "method": "GET",
4365
+ "entitypath": "{base_path}/{version}/config/v4/virtual-centers?{query}",
4366
+ "requestSchema": "schema.json",
4367
+ "responseSchema": "schema.json",
4368
+ "timeout": 0,
4369
+ "sendEmpty": false,
4370
+ "sendGetBody": false,
4371
+ "requestDatatype": "JSON",
4372
+ "responseDatatype": "JSON",
4373
+ "headers": {},
4374
+ "responseObjects": [
4375
+ {
4376
+ "type": "default",
4377
+ "key": "",
4378
+ "mockFile": ""
4379
+ }
4380
+ ]
4381
+ },
4382
+ {
4383
+ "name": "createVirtualCenterV4",
4384
+ "protocol": "REST",
4385
+ "method": "POST",
4386
+ "entitypath": "{base_path}/{version}/config/v4/virtual-centers?{query}",
4387
+ "requestSchema": "schema.json",
4388
+ "responseSchema": "schema.json",
4389
+ "timeout": 0,
4390
+ "sendEmpty": false,
4391
+ "requestDatatype": "JSON",
4392
+ "responseDatatype": "JSON",
4393
+ "headers": {},
4394
+ "responseObjects": [
4395
+ {
4396
+ "type": "default",
4397
+ "key": "",
4398
+ "mockFile": ""
4399
+ }
4400
+ ]
4401
+ },
4402
+ {
4403
+ "name": "getVirtualCenterV4",
4404
+ "protocol": "REST",
4405
+ "method": "GET",
4406
+ "entitypath": "{base_path}/{version}/config/v4/virtual-centers/{pathv1}?{query}",
4407
+ "requestSchema": "schema.json",
4408
+ "responseSchema": "schema.json",
4409
+ "timeout": 0,
4410
+ "sendEmpty": false,
4411
+ "sendGetBody": false,
4412
+ "requestDatatype": "JSON",
4413
+ "responseDatatype": "JSON",
4414
+ "headers": {},
4415
+ "responseObjects": [
4416
+ {
4417
+ "type": "default",
4418
+ "key": "",
4419
+ "mockFile": ""
4420
+ }
4421
+ ]
4422
+ },
4423
+ {
4424
+ "name": "updateVirtualCenterV4",
4425
+ "protocol": "REST",
4426
+ "method": "PUT",
4427
+ "entitypath": "{base_path}/{version}/config/v4/virtual-centers/{pathv1}?{query}",
4428
+ "requestSchema": "schema.json",
4429
+ "responseSchema": "schema.json",
4430
+ "timeout": 0,
4431
+ "sendEmpty": false,
4432
+ "requestDatatype": "JSON",
4433
+ "responseDatatype": "JSON",
4434
+ "headers": {},
4435
+ "responseObjects": [
4436
+ {
4437
+ "type": "default",
4438
+ "key": "",
4439
+ "mockFile": ""
4440
+ }
4441
+ ]
4442
+ },
4443
+ {
4444
+ "name": "getSettingsV5",
4445
+ "protocol": "REST",
4446
+ "method": "GET",
4447
+ "entitypath": "{base_path}/{version}/config/v5/settings?{query}",
4448
+ "requestSchema": "schema.json",
4449
+ "responseSchema": "schema.json",
4450
+ "timeout": 0,
4451
+ "sendEmpty": false,
4452
+ "sendGetBody": false,
4453
+ "requestDatatype": "JSON",
4454
+ "responseDatatype": "JSON",
4455
+ "headers": {},
4456
+ "responseObjects": [
4457
+ {
4458
+ "type": "default",
4459
+ "key": "",
4460
+ "mockFile": ""
4461
+ }
4462
+ ]
4463
+ },
4464
+ {
4465
+ "name": "updateSettingsV5",
4466
+ "protocol": "REST",
4467
+ "method": "PUT",
4468
+ "entitypath": "{base_path}/{version}/config/v5/settings?{query}",
4469
+ "requestSchema": "schema.json",
4470
+ "responseSchema": "schema.json",
4471
+ "timeout": 0,
4472
+ "sendEmpty": false,
4473
+ "requestDatatype": "JSON",
4474
+ "responseDatatype": "JSON",
4475
+ "headers": {},
4476
+ "responseObjects": [
4477
+ {
4478
+ "type": "default",
4479
+ "key": "",
4480
+ "mockFile": ""
4481
+ }
4482
+ ]
4483
+ },
4484
+ {
4485
+ "name": "listVCInfoV5",
4486
+ "protocol": "REST",
4487
+ "method": "GET",
4488
+ "entitypath": "{base_path}/{version}/config/v5/virtual-centers?{query}",
4489
+ "requestSchema": "schema.json",
4490
+ "responseSchema": "schema.json",
4491
+ "timeout": 0,
4492
+ "sendEmpty": false,
4493
+ "sendGetBody": false,
4494
+ "requestDatatype": "JSON",
4495
+ "responseDatatype": "JSON",
4496
+ "headers": {},
4497
+ "responseObjects": [
4498
+ {
4499
+ "type": "default",
4500
+ "key": "",
4501
+ "mockFile": ""
4502
+ }
4503
+ ]
4504
+ },
4505
+ {
4506
+ "name": "createVirtualCenterV5",
4507
+ "protocol": "REST",
4508
+ "method": "POST",
4509
+ "entitypath": "{base_path}/{version}/config/v5/virtual-centers?{query}",
4510
+ "requestSchema": "schema.json",
4511
+ "responseSchema": "schema.json",
4512
+ "timeout": 0,
4513
+ "sendEmpty": false,
4514
+ "requestDatatype": "JSON",
4515
+ "responseDatatype": "JSON",
4516
+ "headers": {},
4517
+ "responseObjects": [
4518
+ {
4519
+ "type": "default",
4520
+ "key": "",
4521
+ "mockFile": ""
4522
+ }
4523
+ ]
4524
+ },
4525
+ {
4526
+ "name": "removeVirtualCenterV5",
4527
+ "protocol": "REST",
4528
+ "method": "DELETE",
4529
+ "entitypath": "{base_path}/{version}/config/v5/virtual-centers/{pathv1}?{query}",
4530
+ "requestSchema": "schema.json",
4531
+ "responseSchema": "schema.json",
4532
+ "timeout": 0,
4533
+ "sendEmpty": false,
4534
+ "requestDatatype": "JSON",
4535
+ "responseDatatype": "JSON",
4536
+ "headers": {},
4537
+ "responseObjects": [
4538
+ {
4539
+ "type": "default",
4540
+ "key": "",
4541
+ "mockFile": ""
4542
+ }
4543
+ ]
4544
+ },
4545
+ {
4546
+ "name": "getVirtualCenterV5",
4547
+ "protocol": "REST",
4548
+ "method": "GET",
4549
+ "entitypath": "{base_path}/{version}/config/v5/virtual-centers/{pathv1}?{query}",
4550
+ "requestSchema": "schema.json",
4551
+ "responseSchema": "schema.json",
4552
+ "timeout": 0,
4553
+ "sendEmpty": false,
4554
+ "sendGetBody": false,
4555
+ "requestDatatype": "JSON",
4556
+ "responseDatatype": "JSON",
4557
+ "headers": {},
4558
+ "responseObjects": [
4559
+ {
4560
+ "type": "default",
4561
+ "key": "",
4562
+ "mockFile": ""
4563
+ }
4564
+ ]
4565
+ },
4566
+ {
4567
+ "name": "updateVirtualCenterV5",
4568
+ "protocol": "REST",
4569
+ "method": "PUT",
4570
+ "entitypath": "{base_path}/{version}/config/v5/virtual-centers/{pathv1}?{query}",
4571
+ "requestSchema": "schema.json",
4572
+ "responseSchema": "schema.json",
4573
+ "timeout": 0,
4574
+ "sendEmpty": false,
4575
+ "requestDatatype": "JSON",
4576
+ "responseDatatype": "JSON",
4577
+ "headers": {},
4578
+ "responseObjects": [
4579
+ {
4580
+ "type": "default",
4581
+ "key": "",
4582
+ "mockFile": ""
4583
+ }
4584
+ ]
4585
+ }
4586
+ ]
4587
+ }