@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,3315 @@
1
+ {
2
+ "errors": [],
3
+ "statistics": [
4
+ {
5
+ "owner": "errorJson",
6
+ "description": "Standard adapter errors available for use",
7
+ "value": 31
8
+ },
9
+ {
10
+ "owner": "packageJson",
11
+ "description": "Number of production dependencies",
12
+ "value": 16
13
+ },
14
+ {
15
+ "owner": "packageJson",
16
+ "description": "Number of development dependencies",
17
+ "value": 6
18
+ },
19
+ {
20
+ "owner": "packageJson",
21
+ "description": "Number of npm scripts",
22
+ "value": 21
23
+ },
24
+ {
25
+ "owner": "packageJson",
26
+ "description": "Runtime Library dependency",
27
+ "value": "^5.10.1"
28
+ },
29
+ {
30
+ "owner": "propertiesSchemaJson",
31
+ "description": "Adapter properties defined in the propertiesSchema file",
32
+ "value": 78
33
+ },
34
+ {
35
+ "owner": "adapterJS",
36
+ "description": "Lines of code generated in adapter.js",
37
+ "value": 62671
38
+ },
39
+ {
40
+ "owner": "adapterJS",
41
+ "description": "Number of Functions added to adapter.js",
42
+ "value": 600
43
+ },
44
+ {
45
+ "owner": "pronghornJson",
46
+ "description": "Number of Methods added to pronghorn.json",
47
+ "value": 600
48
+ },
49
+ {
50
+ "owner": "markdown",
51
+ "description": "Number of lines in the README.md",
52
+ "value": 344
53
+ },
54
+ {
55
+ "owner": "markdown",
56
+ "description": "Number of lines in the SUMMARY.md",
57
+ "value": 9
58
+ },
59
+ {
60
+ "owner": "markdown",
61
+ "description": "Number of lines in the PROPERTIES.md",
62
+ "value": 647
63
+ },
64
+ {
65
+ "owner": "markdown",
66
+ "description": "Number of lines in the TROUBLESHOOT.md",
67
+ "value": 48
68
+ },
69
+ {
70
+ "owner": "markdown",
71
+ "description": "Number of lines in the ENHANCE.md",
72
+ "value": 70
73
+ },
74
+ {
75
+ "owner": "markdown",
76
+ "description": "Number of lines in the BROKER.md",
77
+ "value": 212
78
+ },
79
+ {
80
+ "owner": "markdown",
81
+ "description": "Number of lines in the CALLS.md",
82
+ "value": 208
83
+ },
84
+ {
85
+ "owner": "markdown",
86
+ "description": "Number of lines in the AUTH.md",
87
+ "value": 40
88
+ },
89
+ {
90
+ "owner": "markdown",
91
+ "description": "Number of lines in the SYSTEMINFO.md",
92
+ "value": 14
93
+ },
94
+ {
95
+ "owner": "unitTestJS",
96
+ "description": "Number of lines of code in unit tests",
97
+ "value": 17460
98
+ },
99
+ {
100
+ "owner": "unitTestJS",
101
+ "description": "Number of unit tests",
102
+ "value": 1183
103
+ },
104
+ {
105
+ "owner": "integrationTestJS",
106
+ "description": "Number of lines of code in integration tests",
107
+ "value": 15866
108
+ },
109
+ {
110
+ "owner": "integrationTestJS",
111
+ "description": "Number of integration tests",
112
+ "value": 609
113
+ },
114
+ {
115
+ "owner": "actionJson",
116
+ "description": "Number of actions for Auth entity",
117
+ "value": 5
118
+ },
119
+ {
120
+ "owner": "actionJson",
121
+ "description": "Number of actions for Config entity",
122
+ "value": 224
123
+ },
124
+ {
125
+ "owner": "actionJson",
126
+ "description": "Number of actions for Entitlements entity",
127
+ "value": 16
128
+ },
129
+ {
130
+ "owner": "actionJson",
131
+ "description": "Number of actions for External entity",
132
+ "value": 47
133
+ },
134
+ {
135
+ "owner": "actionJson",
136
+ "description": "Number of actions for Federation entity",
137
+ "value": 27
138
+ },
139
+ {
140
+ "owner": "actionJson",
141
+ "description": "Number of actions for HelpDesk entity",
142
+ "value": 4
143
+ },
144
+ {
145
+ "owner": "actionJson",
146
+ "description": "Number of actions for Inventory entity",
147
+ "value": 229
148
+ },
149
+ {
150
+ "owner": "actionJson",
151
+ "description": "Number of actions for Monitor entity",
152
+ "value": 48
153
+ },
154
+ {
155
+ "owner": "actionJson",
156
+ "description": "Total number of actions",
157
+ "value": 600
158
+ },
159
+ {
160
+ "owner": "actionJson",
161
+ "description": "Total number of entities",
162
+ "value": 8
163
+ },
164
+ {
165
+ "owner": "schemaJson",
166
+ "description": "Number of schemas for Auth entity",
167
+ "value": 1
168
+ },
169
+ {
170
+ "owner": "schemaJson",
171
+ "description": "Number of schemas for Config entity",
172
+ "value": 1
173
+ },
174
+ {
175
+ "owner": "schemaJson",
176
+ "description": "Number of schemas for Entitlements entity",
177
+ "value": 1
178
+ },
179
+ {
180
+ "owner": "schemaJson",
181
+ "description": "Number of schemas for External entity",
182
+ "value": 1
183
+ },
184
+ {
185
+ "owner": "schemaJson",
186
+ "description": "Number of schemas for Federation entity",
187
+ "value": 1
188
+ },
189
+ {
190
+ "owner": "schemaJson",
191
+ "description": "Number of schemas for HelpDesk entity",
192
+ "value": 1
193
+ },
194
+ {
195
+ "owner": "schemaJson",
196
+ "description": "Number of schemas for Inventory entity",
197
+ "value": 1
198
+ },
199
+ {
200
+ "owner": "schemaJson",
201
+ "description": "Number of schemas for Monitor entity",
202
+ "value": 1
203
+ },
204
+ {
205
+ "owner": "schemaJson",
206
+ "description": "Total number of schemas",
207
+ "value": 8
208
+ },
209
+ {
210
+ "owner": "mockdata",
211
+ "description": "Number of mock data files for Auth entity",
212
+ "value": 0
213
+ },
214
+ {
215
+ "owner": "mockdata",
216
+ "description": "Number of mock data files for Config entity",
217
+ "value": 0
218
+ },
219
+ {
220
+ "owner": "mockdata",
221
+ "description": "Number of mock data files for Entitlements entity",
222
+ "value": 0
223
+ },
224
+ {
225
+ "owner": "mockdata",
226
+ "description": "Number of mock data files for External entity",
227
+ "value": 0
228
+ },
229
+ {
230
+ "owner": "mockdata",
231
+ "description": "Number of mock data files for Federation entity",
232
+ "value": 0
233
+ },
234
+ {
235
+ "owner": "mockdata",
236
+ "description": "Number of mock data files for HelpDesk entity",
237
+ "value": 0
238
+ },
239
+ {
240
+ "owner": "mockdata",
241
+ "description": "Number of mock data files for Inventory entity",
242
+ "value": 0
243
+ },
244
+ {
245
+ "owner": "mockdata",
246
+ "description": "Number of mock data files for Monitor entity",
247
+ "value": 0
248
+ },
249
+ {
250
+ "owner": "mockdata",
251
+ "description": "Total number of mock data files",
252
+ "value": 0
253
+ },
254
+ {
255
+ "owner": "actionJson",
256
+ "description": "Number of actions for .system entity",
257
+ "value": 2
258
+ },
259
+ {
260
+ "owner": "schemaJson",
261
+ "description": "Number of schemas for .system entity",
262
+ "value": 3
263
+ },
264
+ {
265
+ "owner": "mockdata",
266
+ "description": "Number of mock data files for .system entity",
267
+ "value": 2
268
+ },
269
+ {
270
+ "owner": "System",
271
+ "description": "System entity files",
272
+ "value": 6
273
+ },
274
+ {
275
+ "owner": "usecases",
276
+ "description": "Number of workflows",
277
+ "value": 0
278
+ },
279
+ {
280
+ "owner": "staticFile",
281
+ "description": "Number of lines of code in adapterBase.js",
282
+ "value": 1453
283
+ },
284
+ {
285
+ "owner": "staticFile",
286
+ "description": "Number of static files added",
287
+ "value": 37
288
+ },
289
+ {
290
+ "owner": "Overall",
291
+ "description": "Total lines of Code",
292
+ "value": 97450
293
+ },
294
+ {
295
+ "owner": "Overall",
296
+ "description": "Total Tests",
297
+ "value": 1792
298
+ },
299
+ {
300
+ "owner": "Overall",
301
+ "description": "Total Files",
302
+ "value": 68
303
+ }
304
+ ],
305
+ "warnings": [],
306
+ "apiParsingReport": {
307
+ "no_mockdata": [
308
+ {
309
+ "fnName": "keyAgreement",
310
+ "method": "post",
311
+ "path": "/key-agreement"
312
+ },
313
+ {
314
+ "fnName": "authenticateSmartCard",
315
+ "method": "get",
316
+ "path": "/login"
317
+ },
318
+ {
319
+ "fnName": "postLogin",
320
+ "method": "post",
321
+ "path": "/login"
322
+ },
323
+ {
324
+ "fnName": "postLogout",
325
+ "method": "post",
326
+ "path": "/logout"
327
+ },
328
+ {
329
+ "fnName": "postRefresh",
330
+ "method": "post",
331
+ "path": "/refresh"
332
+ },
333
+ {
334
+ "fnName": "getAdminUsersOrGroupsPermissions",
335
+ "method": "get",
336
+ "path": "/config/v1/admin-users-or-groups/permissions"
337
+ },
338
+ {
339
+ "fnName": "getPreferences",
340
+ "method": "get",
341
+ "path": "/config/v1/admin-users-or-groups/preferences"
342
+ },
343
+ {
344
+ "fnName": "updatePreferences",
345
+ "method": "put",
346
+ "path": "/config/v1/admin-users-or-groups/preferences"
347
+ },
348
+ {
349
+ "fnName": "listAppVolumesManagers",
350
+ "method": "get",
351
+ "path": "/config/v1/app-volumes-manager"
352
+ },
353
+ {
354
+ "fnName": "addAppVolumesManager",
355
+ "method": "post",
356
+ "path": "/config/v1/app-volumes-manager"
357
+ },
358
+ {
359
+ "fnName": "unassignFarms",
360
+ "method": "post",
361
+ "path": "/config/v1/app-volumes-manager/action/unassign-farms"
362
+ },
363
+ {
364
+ "fnName": "validateAVMCertificate",
365
+ "method": "post",
366
+ "path": "/config/v1/app-volumes-manager/action/validate-certificate"
367
+ },
368
+ {
369
+ "fnName": "deleteAppVolumesManager",
370
+ "method": "delete",
371
+ "path": "/config/v1/app-volumes-manager/{id}"
372
+ },
373
+ {
374
+ "fnName": "getAppVolumesManager",
375
+ "method": "get",
376
+ "path": "/config/v1/app-volumes-manager/{id}"
377
+ },
378
+ {
379
+ "fnName": "updateAppVolumesManager",
380
+ "method": "put",
381
+ "path": "/config/v1/app-volumes-manager/{id}"
382
+ },
383
+ {
384
+ "fnName": "assignFarms",
385
+ "method": "post",
386
+ "path": "/config/v1/app-volumes-manager/{id}/action/assign-farms"
387
+ },
388
+ {
389
+ "fnName": "overrideCertificate",
390
+ "method": "post",
391
+ "path": "/config/v1/app-volumes-manager/{id}/action/override-certificate"
392
+ },
393
+ {
394
+ "fnName": "pushCertificates",
395
+ "method": "post",
396
+ "path": "/config/v1/app-volumes-manager/{id}/action/push-certificates"
397
+ },
398
+ {
399
+ "fnName": "getCEIPInfo",
400
+ "method": "get",
401
+ "path": "/config/v1/ceip"
402
+ },
403
+ {
404
+ "fnName": "updateCEIPInfo",
405
+ "method": "put",
406
+ "path": "/config/v1/ceip"
407
+ },
408
+ {
409
+ "fnName": "listConnectionServers",
410
+ "method": "get",
411
+ "path": "/config/v1/connection-servers"
412
+ },
413
+ {
414
+ "fnName": "deleteCertificate",
415
+ "method": "delete",
416
+ "path": "/config/v1/connection-servers/action/certificates"
417
+ },
418
+ {
419
+ "fnName": "disableConnectionServers",
420
+ "method": "post",
421
+ "path": "/config/v1/connection-servers/action/disable"
422
+ },
423
+ {
424
+ "fnName": "enableConnectionServers",
425
+ "method": "post",
426
+ "path": "/config/v1/connection-servers/action/enable"
427
+ },
428
+ {
429
+ "fnName": "exportCertificate",
430
+ "method": "post",
431
+ "path": "/config/v1/connection-servers/action/export-certificate"
432
+ },
433
+ {
434
+ "fnName": "generateCSR",
435
+ "method": "post",
436
+ "path": "/config/v1/connection-servers/action/generate-csr"
437
+ },
438
+ {
439
+ "fnName": "importCertificate",
440
+ "method": "post",
441
+ "path": "/config/v1/connection-servers/action/import-certificate"
442
+ },
443
+ {
444
+ "fnName": "recoverCertificates",
445
+ "method": "post",
446
+ "path": "/config/v1/connection-servers/action/recover-certificates"
447
+ },
448
+ {
449
+ "fnName": "listCertificateInfos",
450
+ "method": "get",
451
+ "path": "/config/v1/connection-servers/certificates"
452
+ },
453
+ {
454
+ "fnName": "getSecurityConfigurationInfo",
455
+ "method": "get",
456
+ "path": "/config/v1/connection-servers/security-configuration"
457
+ },
458
+ {
459
+ "fnName": "getConnectionServer",
460
+ "method": "get",
461
+ "path": "/config/v1/connection-servers/{id}"
462
+ },
463
+ {
464
+ "fnName": "updateConnectionServer",
465
+ "method": "put",
466
+ "path": "/config/v1/connection-servers/{id}"
467
+ },
468
+ {
469
+ "fnName": "getEnvironment",
470
+ "method": "get",
471
+ "path": "/config/v1/environment-properties"
472
+ },
473
+ {
474
+ "fnName": "getEventDatabase",
475
+ "method": "get",
476
+ "path": "/config/v1/event-database"
477
+ },
478
+ {
479
+ "fnName": "updateEventDatabase",
480
+ "method": "put",
481
+ "path": "/config/v1/event-database"
482
+ },
483
+ {
484
+ "fnName": "clearEventDatabase",
485
+ "method": "post",
486
+ "path": "/config/v1/event-database/action/clear"
487
+ },
488
+ {
489
+ "fnName": "listFederationAccessGroups",
490
+ "method": "get",
491
+ "path": "/config/v1/federation-access-groups"
492
+ },
493
+ {
494
+ "fnName": "createFederationAccessGroup",
495
+ "method": "post",
496
+ "path": "/config/v1/federation-access-groups"
497
+ },
498
+ {
499
+ "fnName": "deleteFederationAccessGroup",
500
+ "method": "delete",
501
+ "path": "/config/v1/federation-access-groups/{id}"
502
+ },
503
+ {
504
+ "fnName": "getFederationAccessGroup",
505
+ "method": "get",
506
+ "path": "/config/v1/federation-access-groups/{id}"
507
+ },
508
+ {
509
+ "fnName": "deleteGatewayAccessUserOrGroup",
510
+ "method": "delete",
511
+ "path": "/config/v1/gateway-access-users-or-groups"
512
+ },
513
+ {
514
+ "fnName": "listGatewayAccessUserOrGroup",
515
+ "method": "get",
516
+ "path": "/config/v1/gateway-access-users-or-groups"
517
+ },
518
+ {
519
+ "fnName": "createGatewayAccessUserOrGroup",
520
+ "method": "post",
521
+ "path": "/config/v1/gateway-access-users-or-groups"
522
+ },
523
+ {
524
+ "fnName": "listGateways",
525
+ "method": "get",
526
+ "path": "/config/v1/gateways"
527
+ },
528
+ {
529
+ "fnName": "registerGateway",
530
+ "method": "post",
531
+ "path": "/config/v1/gateways"
532
+ },
533
+ {
534
+ "fnName": "unregisterGateway",
535
+ "method": "delete",
536
+ "path": "/config/v1/gateways/{id}"
537
+ },
538
+ {
539
+ "fnName": "getGateway",
540
+ "method": "get",
541
+ "path": "/config/v1/gateways/{id}"
542
+ },
543
+ {
544
+ "fnName": "getGlobalPolicies",
545
+ "method": "get",
546
+ "path": "/config/v1/global-policies"
547
+ },
548
+ {
549
+ "fnName": "updateGlobalPolicies",
550
+ "method": "put",
551
+ "path": "/config/v1/global-policies"
552
+ },
553
+ {
554
+ "fnName": "listGSSAPIAuthenticators",
555
+ "method": "get",
556
+ "path": "/config/v1/gssapi-authenticators"
557
+ },
558
+ {
559
+ "fnName": "createGSSAPIAuthenticator",
560
+ "method": "post",
561
+ "path": "/config/v1/gssapi-authenticators"
562
+ },
563
+ {
564
+ "fnName": "deleteGSSAPIAuthenticator",
565
+ "method": "delete",
566
+ "path": "/config/v1/gssapi-authenticators/{id}"
567
+ },
568
+ {
569
+ "fnName": "getGSSAPIAuthenticator",
570
+ "method": "get",
571
+ "path": "/config/v1/gssapi-authenticators/{id}"
572
+ },
573
+ {
574
+ "fnName": "updateGSSAPIAuthenticator",
575
+ "method": "put",
576
+ "path": "/config/v1/gssapi-authenticators/{id}"
577
+ },
578
+ {
579
+ "fnName": "listICDomainAccounts",
580
+ "method": "get",
581
+ "path": "/config/v1/ic-domain-accounts"
582
+ },
583
+ {
584
+ "fnName": "createICDomainAccount",
585
+ "method": "post",
586
+ "path": "/config/v1/ic-domain-accounts"
587
+ },
588
+ {
589
+ "fnName": "deleteICDomainAccount",
590
+ "method": "delete",
591
+ "path": "/config/v1/ic-domain-accounts/{id}"
592
+ },
593
+ {
594
+ "fnName": "getICDomainAccount",
595
+ "method": "get",
596
+ "path": "/config/v1/ic-domain-accounts/{id}"
597
+ },
598
+ {
599
+ "fnName": "updateICDomainAccount",
600
+ "method": "put",
601
+ "path": "/config/v1/ic-domain-accounts/{id}"
602
+ },
603
+ {
604
+ "fnName": "getADSitesInfo",
605
+ "method": "get",
606
+ "path": "/config/v1/ic-domain-accounts/{id}/ad_sites"
607
+ },
608
+ {
609
+ "fnName": "listIMAssets",
610
+ "method": "get",
611
+ "path": "/config/v1/im-assets"
612
+ },
613
+ {
614
+ "fnName": "createIMAsset",
615
+ "method": "post",
616
+ "path": "/config/v1/im-assets"
617
+ },
618
+ {
619
+ "fnName": "createIMAssets",
620
+ "method": "post",
621
+ "path": "/config/v1/im-assets/action/bulk-create"
622
+ },
623
+ {
624
+ "fnName": "deleteIMAsset",
625
+ "method": "delete",
626
+ "path": "/config/v1/im-assets/{id}"
627
+ },
628
+ {
629
+ "fnName": "getIMAsset",
630
+ "method": "get",
631
+ "path": "/config/v1/im-assets/{id}"
632
+ },
633
+ {
634
+ "fnName": "updateIMAsset",
635
+ "method": "put",
636
+ "path": "/config/v1/im-assets/{id}"
637
+ },
638
+ {
639
+ "fnName": "listIMStreams",
640
+ "method": "get",
641
+ "path": "/config/v1/im-streams"
642
+ },
643
+ {
644
+ "fnName": "createIMStream",
645
+ "method": "post",
646
+ "path": "/config/v1/im-streams"
647
+ },
648
+ {
649
+ "fnName": "createIMStreams",
650
+ "method": "post",
651
+ "path": "/config/v1/im-streams/action/bulk-create"
652
+ },
653
+ {
654
+ "fnName": "deleteIMStream",
655
+ "method": "delete",
656
+ "path": "/config/v1/im-streams/{id}"
657
+ },
658
+ {
659
+ "fnName": "getIMStream",
660
+ "method": "get",
661
+ "path": "/config/v1/im-streams/{id}"
662
+ },
663
+ {
664
+ "fnName": "updateIMStream",
665
+ "method": "put",
666
+ "path": "/config/v1/im-streams/{id}"
667
+ },
668
+ {
669
+ "fnName": "listIMTags",
670
+ "method": "get",
671
+ "path": "/config/v1/im-tags"
672
+ },
673
+ {
674
+ "fnName": "createIMTag",
675
+ "method": "post",
676
+ "path": "/config/v1/im-tags"
677
+ },
678
+ {
679
+ "fnName": "createIMTags",
680
+ "method": "post",
681
+ "path": "/config/v1/im-tags/action/bulk-create"
682
+ },
683
+ {
684
+ "fnName": "deleteIMTag",
685
+ "method": "delete",
686
+ "path": "/config/v1/im-tags/{id}"
687
+ },
688
+ {
689
+ "fnName": "getIMTag",
690
+ "method": "get",
691
+ "path": "/config/v1/im-tags/{id}"
692
+ },
693
+ {
694
+ "fnName": "updateIMTag",
695
+ "method": "put",
696
+ "path": "/config/v1/im-tags/{id}"
697
+ },
698
+ {
699
+ "fnName": "listIMVersions",
700
+ "method": "get",
701
+ "path": "/config/v1/im-versions"
702
+ },
703
+ {
704
+ "fnName": "createIMVersion",
705
+ "method": "post",
706
+ "path": "/config/v1/im-versions"
707
+ },
708
+ {
709
+ "fnName": "createIMVersions",
710
+ "method": "post",
711
+ "path": "/config/v1/im-versions/action/bulk-create"
712
+ },
713
+ {
714
+ "fnName": "deleteIMVersion",
715
+ "method": "delete",
716
+ "path": "/config/v1/im-versions/{id}"
717
+ },
718
+ {
719
+ "fnName": "getIMVersion",
720
+ "method": "get",
721
+ "path": "/config/v1/im-versions/{id}"
722
+ },
723
+ {
724
+ "fnName": "updateIMVersion",
725
+ "method": "put",
726
+ "path": "/config/v1/im-versions/{id}"
727
+ },
728
+ {
729
+ "fnName": "listJWTAuthenticators",
730
+ "method": "get",
731
+ "path": "/config/v1/jwt-authenticators"
732
+ },
733
+ {
734
+ "fnName": "createJWTAuthenticator",
735
+ "method": "post",
736
+ "path": "/config/v1/jwt-authenticators"
737
+ },
738
+ {
739
+ "fnName": "deleteJWTAuthenticator",
740
+ "method": "delete",
741
+ "path": "/config/v1/jwt-authenticators/{id}"
742
+ },
743
+ {
744
+ "fnName": "getJWTAuthenticator",
745
+ "method": "get",
746
+ "path": "/config/v1/jwt-authenticators/{id}"
747
+ },
748
+ {
749
+ "fnName": "updateJWTAuthenticator",
750
+ "method": "put",
751
+ "path": "/config/v1/jwt-authenticators/{id}"
752
+ },
753
+ {
754
+ "fnName": "listLicenses",
755
+ "method": "get",
756
+ "path": "/config/v1/licenses"
757
+ },
758
+ {
759
+ "fnName": "resetHighestUsageMetrics",
760
+ "method": "post",
761
+ "path": "/config/v1/licenses/action/reset-highest-usage-metrics"
762
+ },
763
+ {
764
+ "fnName": "resetNamedUserMetrics",
765
+ "method": "post",
766
+ "path": "/config/v1/licenses/action/reset-named-user-metrics"
767
+ },
768
+ {
769
+ "fnName": "setLicenseMode",
770
+ "method": "post",
771
+ "path": "/config/v1/licenses/action/set-mode"
772
+ },
773
+ {
774
+ "fnName": "listLocalAccessGroups",
775
+ "method": "get",
776
+ "path": "/config/v1/local-access-groups"
777
+ },
778
+ {
779
+ "fnName": "createLocalAccessGroup",
780
+ "method": "post",
781
+ "path": "/config/v1/local-access-groups"
782
+ },
783
+ {
784
+ "fnName": "deleteLocalAccessGroup",
785
+ "method": "delete",
786
+ "path": "/config/v1/local-access-groups/{id}"
787
+ },
788
+ {
789
+ "fnName": "getLocalAccessGroup",
790
+ "method": "get",
791
+ "path": "/config/v1/local-access-groups/{id}"
792
+ },
793
+ {
794
+ "fnName": "collect",
795
+ "method": "post",
796
+ "path": "/config/v1/log-collector/action/collect"
797
+ },
798
+ {
799
+ "fnName": "listLogCollectorTasks",
800
+ "method": "get",
801
+ "path": "/config/v1/log-collector/tasks"
802
+ },
803
+ {
804
+ "fnName": "clean",
805
+ "method": "post",
806
+ "path": "/config/v1/log-collector/tasks/action/clean"
807
+ },
808
+ {
809
+ "fnName": "purge",
810
+ "method": "post",
811
+ "path": "/config/v1/log-collector/tasks/action/purge"
812
+ },
813
+ {
814
+ "fnName": "listMessageClients",
815
+ "method": "get",
816
+ "path": "/config/v1/message-clients"
817
+ },
818
+ {
819
+ "fnName": "createMessageClient",
820
+ "method": "post",
821
+ "path": "/config/v1/message-clients"
822
+ },
823
+ {
824
+ "fnName": "deleteMessageClient",
825
+ "method": "delete",
826
+ "path": "/config/v1/message-clients/{id}"
827
+ },
828
+ {
829
+ "fnName": "getMessageClient",
830
+ "method": "get",
831
+ "path": "/config/v1/message-clients/{id}"
832
+ },
833
+ {
834
+ "fnName": "updateMessageClient",
835
+ "method": "put",
836
+ "path": "/config/v1/message-clients/{id}"
837
+ },
838
+ {
839
+ "fnName": "deletePermissions",
840
+ "method": "delete",
841
+ "path": "/config/v1/permissions"
842
+ },
843
+ {
844
+ "fnName": "listPermissions",
845
+ "method": "get",
846
+ "path": "/config/v1/permissions"
847
+ },
848
+ {
849
+ "fnName": "createPermissions",
850
+ "method": "post",
851
+ "path": "/config/v1/permissions"
852
+ },
853
+ {
854
+ "fnName": "getPermission",
855
+ "method": "get",
856
+ "path": "/config/v1/permissions/{id}"
857
+ },
858
+ {
859
+ "fnName": "getPreLogonSettings",
860
+ "method": "get",
861
+ "path": "/config/v1/pre-logon-settings"
862
+ },
863
+ {
864
+ "fnName": "listSelectablePrivileges",
865
+ "method": "get",
866
+ "path": "/config/v1/privileges"
867
+ },
868
+ {
869
+ "fnName": "listRADIUSAuthenticators",
870
+ "method": "get",
871
+ "path": "/config/v1/radius-authenticators"
872
+ },
873
+ {
874
+ "fnName": "createRADIUSAuthenticator",
875
+ "method": "post",
876
+ "path": "/config/v1/radius-authenticators"
877
+ },
878
+ {
879
+ "fnName": "deleteRADIUSAuthenticator",
880
+ "method": "delete",
881
+ "path": "/config/v1/radius-authenticators/{id}"
882
+ },
883
+ {
884
+ "fnName": "getRADIUSAuthenticator",
885
+ "method": "get",
886
+ "path": "/config/v1/radius-authenticators/{id}"
887
+ },
888
+ {
889
+ "fnName": "updateRADIUSAuthenticator",
890
+ "method": "put",
891
+ "path": "/config/v1/radius-authenticators/{id}"
892
+ },
893
+ {
894
+ "fnName": "registerRCXClient",
895
+ "method": "post",
896
+ "path": "/config/v1/rcx/clients"
897
+ },
898
+ {
899
+ "fnName": "unregisterRCXClient",
900
+ "method": "delete",
901
+ "path": "/config/v1/rcx/clients/{id}"
902
+ },
903
+ {
904
+ "fnName": "updateRCXClient",
905
+ "method": "put",
906
+ "path": "/config/v1/rcx/clients/{id}"
907
+ },
908
+ {
909
+ "fnName": "listRCXServers",
910
+ "method": "get",
911
+ "path": "/config/v1/rcx/servers"
912
+ },
913
+ {
914
+ "fnName": "listRoles",
915
+ "method": "get",
916
+ "path": "/config/v1/roles"
917
+ },
918
+ {
919
+ "fnName": "createRole",
920
+ "method": "post",
921
+ "path": "/config/v1/roles"
922
+ },
923
+ {
924
+ "fnName": "deleteRole",
925
+ "method": "delete",
926
+ "path": "/config/v1/roles/{id}"
927
+ },
928
+ {
929
+ "fnName": "getRole",
930
+ "method": "get",
931
+ "path": "/config/v1/roles/{id}"
932
+ },
933
+ {
934
+ "fnName": "updateRole",
935
+ "method": "put",
936
+ "path": "/config/v1/roles/{id}"
937
+ },
938
+ {
939
+ "fnName": "listSAMLAuthenticators",
940
+ "method": "get",
941
+ "path": "/config/v1/saml-authenticators"
942
+ },
943
+ {
944
+ "fnName": "createSAMLAuthenticator",
945
+ "method": "post",
946
+ "path": "/config/v1/saml-authenticators"
947
+ },
948
+ {
949
+ "fnName": "validateSAMLCertificate",
950
+ "method": "post",
951
+ "path": "/config/v1/saml-authenticators/action/validate-certificate"
952
+ },
953
+ {
954
+ "fnName": "deleteSAMLAuthenticator",
955
+ "method": "delete",
956
+ "path": "/config/v1/saml-authenticators/{id}"
957
+ },
958
+ {
959
+ "fnName": "getSAMLAuthenticator",
960
+ "method": "get",
961
+ "path": "/config/v1/saml-authenticators/{id}"
962
+ },
963
+ {
964
+ "fnName": "updateSAMLAuthenticator",
965
+ "method": "put",
966
+ "path": "/config/v1/saml-authenticators/{id}"
967
+ },
968
+ {
969
+ "fnName": "listSecondaryCredentials",
970
+ "method": "get",
971
+ "path": "/config/v1/secondary-credentials"
972
+ },
973
+ {
974
+ "fnName": "createSecondaryCredential",
975
+ "method": "post",
976
+ "path": "/config/v1/secondary-credentials"
977
+ },
978
+ {
979
+ "fnName": "deleteSecondaryCredential",
980
+ "method": "delete",
981
+ "path": "/config/v1/secondary-credentials/{id}"
982
+ },
983
+ {
984
+ "fnName": "getSecondaryCredentials",
985
+ "method": "get",
986
+ "path": "/config/v1/secondary-credentials/{id}"
987
+ },
988
+ {
989
+ "fnName": "updatepassword",
990
+ "method": "post",
991
+ "path": "/config/v1/secondary-credentials/{id}/action/update-password"
992
+ },
993
+ {
994
+ "fnName": "getSettings",
995
+ "method": "get",
996
+ "path": "/config/v1/settings"
997
+ },
998
+ {
999
+ "fnName": "updateSettings",
1000
+ "method": "put",
1001
+ "path": "/config/v1/settings"
1002
+ },
1003
+ {
1004
+ "fnName": "getAgentRestrictionSettings",
1005
+ "method": "get",
1006
+ "path": "/config/v1/settings/agent-restriction-settings"
1007
+ },
1008
+ {
1009
+ "fnName": "updateAgentRestrictionSettings",
1010
+ "method": "put",
1011
+ "path": "/config/v1/settings/agent-restriction-settings"
1012
+ },
1013
+ {
1014
+ "fnName": "getClientSettings",
1015
+ "method": "get",
1016
+ "path": "/config/v1/settings/client-settings"
1017
+ },
1018
+ {
1019
+ "fnName": "updateClientSettings",
1020
+ "method": "put",
1021
+ "path": "/config/v1/settings/client-settings"
1022
+ },
1023
+ {
1024
+ "fnName": "getFeatureSettings",
1025
+ "method": "get",
1026
+ "path": "/config/v1/settings/feature"
1027
+ },
1028
+ {
1029
+ "fnName": "updateFeatureSettings",
1030
+ "method": "put",
1031
+ "path": "/config/v1/settings/feature"
1032
+ },
1033
+ {
1034
+ "fnName": "getGeneralSettings",
1035
+ "method": "get",
1036
+ "path": "/config/v1/settings/general"
1037
+ },
1038
+ {
1039
+ "fnName": "updateGeneralSettings",
1040
+ "method": "put",
1041
+ "path": "/config/v1/settings/general"
1042
+ },
1043
+ {
1044
+ "fnName": "getSecuritySettings",
1045
+ "method": "get",
1046
+ "path": "/config/v1/settings/security"
1047
+ },
1048
+ {
1049
+ "fnName": "updateSecuritySettings",
1050
+ "method": "put",
1051
+ "path": "/config/v1/settings/security"
1052
+ },
1053
+ {
1054
+ "fnName": "getSyslog",
1055
+ "method": "get",
1056
+ "path": "/config/v1/syslog"
1057
+ },
1058
+ {
1059
+ "fnName": "updateSyslog",
1060
+ "method": "put",
1061
+ "path": "/config/v1/syslog"
1062
+ },
1063
+ {
1064
+ "fnName": "listTrueSSOConnectors",
1065
+ "method": "get",
1066
+ "path": "/config/v1/true-sso"
1067
+ },
1068
+ {
1069
+ "fnName": "createTrueSSOConnector",
1070
+ "method": "post",
1071
+ "path": "/config/v1/true-sso"
1072
+ },
1073
+ {
1074
+ "fnName": "listEnrollmentServers",
1075
+ "method": "get",
1076
+ "path": "/config/v1/true-sso-enrollment-servers"
1077
+ },
1078
+ {
1079
+ "fnName": "getEnrollmentServer",
1080
+ "method": "get",
1081
+ "path": "/config/v1/true-sso-enrollment-servers/{id}"
1082
+ },
1083
+ {
1084
+ "fnName": "deleteTrueSSOConnector",
1085
+ "method": "delete",
1086
+ "path": "/config/v1/true-sso/{id}"
1087
+ },
1088
+ {
1089
+ "fnName": "getTrueSSOConnector",
1090
+ "method": "get",
1091
+ "path": "/config/v1/true-sso/{id}"
1092
+ },
1093
+ {
1094
+ "fnName": "updateTrueSSOConnector",
1095
+ "method": "put",
1096
+ "path": "/config/v1/true-sso/{id}"
1097
+ },
1098
+ {
1099
+ "fnName": "listUnauthenticatedAccessUsers",
1100
+ "method": "get",
1101
+ "path": "/config/v1/unauthenticated-access-users"
1102
+ },
1103
+ {
1104
+ "fnName": "createUnauthenticatedAccessUser",
1105
+ "method": "post",
1106
+ "path": "/config/v1/unauthenticated-access-users"
1107
+ },
1108
+ {
1109
+ "fnName": "deleteUnauthenticatedAccessUser",
1110
+ "method": "delete",
1111
+ "path": "/config/v1/unauthenticated-access-users/{id}"
1112
+ },
1113
+ {
1114
+ "fnName": "getUnauthenticatedAccessUser",
1115
+ "method": "get",
1116
+ "path": "/config/v1/unauthenticated-access-users/{id}"
1117
+ },
1118
+ {
1119
+ "fnName": "listUsersOrGroupsGlobalSummary",
1120
+ "method": "get",
1121
+ "path": "/config/v1/users-or-groups-global-summary"
1122
+ },
1123
+ {
1124
+ "fnName": "getUsersOrGroupsGlobalSummary",
1125
+ "method": "get",
1126
+ "path": "/config/v1/users-or-groups-global-summary/{id}"
1127
+ },
1128
+ {
1129
+ "fnName": "listUsersOrGroupsLocalSummary",
1130
+ "method": "get",
1131
+ "path": "/config/v1/users-or-groups-local-summary"
1132
+ },
1133
+ {
1134
+ "fnName": "getStorageDetails",
1135
+ "method": "post",
1136
+ "path": "/config/v1/virtual-center/action/get-storage-details"
1137
+ },
1138
+ {
1139
+ "fnName": "listVCInfo",
1140
+ "method": "get",
1141
+ "path": "/config/v1/virtual-centers"
1142
+ },
1143
+ {
1144
+ "fnName": "validateVirtualCenterCertificate",
1145
+ "method": "post",
1146
+ "path": "/config/v1/virtual-centers/action/validate-certificate"
1147
+ },
1148
+ {
1149
+ "fnName": "markDatastoresForArchival",
1150
+ "method": "post",
1151
+ "path": "/config/v1/virtual-centers/{id}/action/mark-datastores-for-archival"
1152
+ },
1153
+ {
1154
+ "fnName": "getPreferencesV2",
1155
+ "method": "get",
1156
+ "path": "/config/v2/admin-users-or-groups/preferences"
1157
+ },
1158
+ {
1159
+ "fnName": "updatePreferencesV2",
1160
+ "method": "put",
1161
+ "path": "/config/v2/admin-users-or-groups/preferences"
1162
+ },
1163
+ {
1164
+ "fnName": "listAppVolumesManagersV2",
1165
+ "method": "get",
1166
+ "path": "/config/v2/app-volumes-manager"
1167
+ },
1168
+ {
1169
+ "fnName": "addAppVolumesManagerV2",
1170
+ "method": "post",
1171
+ "path": "/config/v2/app-volumes-manager"
1172
+ },
1173
+ {
1174
+ "fnName": "deleteAppVolumesManagerV2",
1175
+ "method": "delete",
1176
+ "path": "/config/v2/app-volumes-manager/{id}"
1177
+ },
1178
+ {
1179
+ "fnName": "getAppVolumesManagerV2",
1180
+ "method": "get",
1181
+ "path": "/config/v2/app-volumes-manager/{id}"
1182
+ },
1183
+ {
1184
+ "fnName": "updateAppVolumesManagerV2",
1185
+ "method": "put",
1186
+ "path": "/config/v2/app-volumes-manager/{id}"
1187
+ },
1188
+ {
1189
+ "fnName": "listConnectionServersV2",
1190
+ "method": "get",
1191
+ "path": "/config/v2/connection-servers"
1192
+ },
1193
+ {
1194
+ "fnName": "listCertificateInfosV2",
1195
+ "method": "get",
1196
+ "path": "/config/v2/connection-servers/certificates"
1197
+ },
1198
+ {
1199
+ "fnName": "getConnectionServerV2",
1200
+ "method": "get",
1201
+ "path": "/config/v2/connection-servers/{id}"
1202
+ },
1203
+ {
1204
+ "fnName": "updateConnectionServerV2",
1205
+ "method": "put",
1206
+ "path": "/config/v2/connection-servers/{id}"
1207
+ },
1208
+ {
1209
+ "fnName": "getEnvironmentV2",
1210
+ "method": "get",
1211
+ "path": "/config/v2/environment-properties"
1212
+ },
1213
+ {
1214
+ "fnName": "listFederationAccessGroupsV2",
1215
+ "method": "get",
1216
+ "path": "/config/v2/federation-access-groups"
1217
+ },
1218
+ {
1219
+ "fnName": "getFederationAccessGroupV2",
1220
+ "method": "get",
1221
+ "path": "/config/v2/federation-access-groups/{id}"
1222
+ },
1223
+ {
1224
+ "fnName": "listLicensesV2",
1225
+ "method": "get",
1226
+ "path": "/config/v2/licenses"
1227
+ },
1228
+ {
1229
+ "fnName": "setLicenseKey",
1230
+ "method": "post",
1231
+ "path": "/config/v2/licenses"
1232
+ },
1233
+ {
1234
+ "fnName": "listLocalAccessGroupsV2",
1235
+ "method": "get",
1236
+ "path": "/config/v2/local-access-groups"
1237
+ },
1238
+ {
1239
+ "fnName": "getLocalAccessGroupV2",
1240
+ "method": "get",
1241
+ "path": "/config/v2/local-access-groups/{id}"
1242
+ },
1243
+ {
1244
+ "fnName": "deletePermissionsV2",
1245
+ "method": "delete",
1246
+ "path": "/config/v2/permissions"
1247
+ },
1248
+ {
1249
+ "fnName": "listPermissionsV2",
1250
+ "method": "get",
1251
+ "path": "/config/v2/permissions"
1252
+ },
1253
+ {
1254
+ "fnName": "createPermissionsV2",
1255
+ "method": "post",
1256
+ "path": "/config/v2/permissions"
1257
+ },
1258
+ {
1259
+ "fnName": "getPermissionV2",
1260
+ "method": "get",
1261
+ "path": "/config/v2/permissions/{id}"
1262
+ },
1263
+ {
1264
+ "fnName": "getSettingsV2",
1265
+ "method": "get",
1266
+ "path": "/config/v2/settings"
1267
+ },
1268
+ {
1269
+ "fnName": "updateSettingsV2",
1270
+ "method": "put",
1271
+ "path": "/config/v2/settings"
1272
+ },
1273
+ {
1274
+ "fnName": "getGeneralSettingsV2",
1275
+ "method": "get",
1276
+ "path": "/config/v2/settings/general"
1277
+ },
1278
+ {
1279
+ "fnName": "updateGeneralSettingsV2",
1280
+ "method": "put",
1281
+ "path": "/config/v2/settings/general"
1282
+ },
1283
+ {
1284
+ "fnName": "getSecuritySettingsV2",
1285
+ "method": "get",
1286
+ "path": "/config/v2/settings/security"
1287
+ },
1288
+ {
1289
+ "fnName": "listUsersOrGroupsLocalSummaryV2",
1290
+ "method": "get",
1291
+ "path": "/config/v2/users-or-groups-local-summary"
1292
+ },
1293
+ {
1294
+ "fnName": "getUsersOrGroupLocalSummaryV2",
1295
+ "method": "get",
1296
+ "path": "/config/v2/users-or-groups-local-summary/{id}"
1297
+ },
1298
+ {
1299
+ "fnName": "listVCInfoV2",
1300
+ "method": "get",
1301
+ "path": "/config/v2/virtual-centers"
1302
+ },
1303
+ {
1304
+ "fnName": "getSettingsV3",
1305
+ "method": "get",
1306
+ "path": "/config/v3/settings"
1307
+ },
1308
+ {
1309
+ "fnName": "updateSettingsV3",
1310
+ "method": "put",
1311
+ "path": "/config/v3/settings"
1312
+ },
1313
+ {
1314
+ "fnName": "getGeneralSettingsV3",
1315
+ "method": "get",
1316
+ "path": "/config/v3/settings/general"
1317
+ },
1318
+ {
1319
+ "fnName": "updateGeneralSettingsV3",
1320
+ "method": "put",
1321
+ "path": "/config/v3/settings/general"
1322
+ },
1323
+ {
1324
+ "fnName": "getSecuritySettingsV3",
1325
+ "method": "get",
1326
+ "path": "/config/v3/settings/security"
1327
+ },
1328
+ {
1329
+ "fnName": "updateSecuritySettingsV3",
1330
+ "method": "put",
1331
+ "path": "/config/v3/settings/security"
1332
+ },
1333
+ {
1334
+ "fnName": "listUsersOrGroupsLocalSummaryV3",
1335
+ "method": "get",
1336
+ "path": "/config/v3/users-or-groups-local-summary"
1337
+ },
1338
+ {
1339
+ "fnName": "getUsersOrGroupLocalSummaryV3",
1340
+ "method": "get",
1341
+ "path": "/config/v3/users-or-groups-local-summary/{id}"
1342
+ },
1343
+ {
1344
+ "fnName": "listVCInfoV3",
1345
+ "method": "get",
1346
+ "path": "/config/v3/virtual-centers"
1347
+ },
1348
+ {
1349
+ "fnName": "createVirtualCenter",
1350
+ "method": "post",
1351
+ "path": "/config/v3/virtual-centers"
1352
+ },
1353
+ {
1354
+ "fnName": "removeVirtualCenter",
1355
+ "method": "delete",
1356
+ "path": "/config/v3/virtual-centers/{id}"
1357
+ },
1358
+ {
1359
+ "fnName": "getVirtualCenter",
1360
+ "method": "get",
1361
+ "path": "/config/v3/virtual-centers/{id}"
1362
+ },
1363
+ {
1364
+ "fnName": "updateVirtualCenter",
1365
+ "method": "put",
1366
+ "path": "/config/v3/virtual-centers/{id}"
1367
+ },
1368
+ {
1369
+ "fnName": "getSettingsV4",
1370
+ "method": "get",
1371
+ "path": "/config/v4/settings"
1372
+ },
1373
+ {
1374
+ "fnName": "updateSettingsV4",
1375
+ "method": "put",
1376
+ "path": "/config/v4/settings"
1377
+ },
1378
+ {
1379
+ "fnName": "getGeneralSettingsV4",
1380
+ "method": "get",
1381
+ "path": "/config/v4/settings/general"
1382
+ },
1383
+ {
1384
+ "fnName": "updateGeneralSettingsV4",
1385
+ "method": "put",
1386
+ "path": "/config/v4/settings/general"
1387
+ },
1388
+ {
1389
+ "fnName": "getSecuritySettingsV4",
1390
+ "method": "get",
1391
+ "path": "/config/v4/settings/security"
1392
+ },
1393
+ {
1394
+ "fnName": "updateSecuritySettingsV4",
1395
+ "method": "put",
1396
+ "path": "/config/v4/settings/security"
1397
+ },
1398
+ {
1399
+ "fnName": "listVCInfoV4",
1400
+ "method": "get",
1401
+ "path": "/config/v4/virtual-centers"
1402
+ },
1403
+ {
1404
+ "fnName": "createVirtualCenterV4",
1405
+ "method": "post",
1406
+ "path": "/config/v4/virtual-centers"
1407
+ },
1408
+ {
1409
+ "fnName": "getVirtualCenterV4",
1410
+ "method": "get",
1411
+ "path": "/config/v4/virtual-centers/{id}"
1412
+ },
1413
+ {
1414
+ "fnName": "updateVirtualCenterV4",
1415
+ "method": "put",
1416
+ "path": "/config/v4/virtual-centers/{id}"
1417
+ },
1418
+ {
1419
+ "fnName": "getSettingsV5",
1420
+ "method": "get",
1421
+ "path": "/config/v5/settings"
1422
+ },
1423
+ {
1424
+ "fnName": "updateSettingsV5",
1425
+ "method": "put",
1426
+ "path": "/config/v5/settings"
1427
+ },
1428
+ {
1429
+ "fnName": "listVCInfoV5",
1430
+ "method": "get",
1431
+ "path": "/config/v5/virtual-centers"
1432
+ },
1433
+ {
1434
+ "fnName": "createVirtualCenterV5",
1435
+ "method": "post",
1436
+ "path": "/config/v5/virtual-centers"
1437
+ },
1438
+ {
1439
+ "fnName": "removeVirtualCenterV5",
1440
+ "method": "delete",
1441
+ "path": "/config/v5/virtual-centers/{id}"
1442
+ },
1443
+ {
1444
+ "fnName": "getVirtualCenterV5",
1445
+ "method": "get",
1446
+ "path": "/config/v5/virtual-centers/{id}"
1447
+ },
1448
+ {
1449
+ "fnName": "updateVirtualCenterV5",
1450
+ "method": "put",
1451
+ "path": "/config/v5/virtual-centers/{id}"
1452
+ },
1453
+ {
1454
+ "fnName": "bulkDeleteApplicationPoolEntitlements",
1455
+ "method": "delete",
1456
+ "path": "/entitlements/v1/application-pools"
1457
+ },
1458
+ {
1459
+ "fnName": "listApplicationPoolEntitlements",
1460
+ "method": "get",
1461
+ "path": "/entitlements/v1/application-pools"
1462
+ },
1463
+ {
1464
+ "fnName": "bulkCreateApplicationPoolEntitlements",
1465
+ "method": "post",
1466
+ "path": "/entitlements/v1/application-pools"
1467
+ },
1468
+ {
1469
+ "fnName": "getApplicationPoolEntitlements",
1470
+ "method": "get",
1471
+ "path": "/entitlements/v1/application-pools/{id}"
1472
+ },
1473
+ {
1474
+ "fnName": "bulkDeleteDesktopPoolEntitlements",
1475
+ "method": "delete",
1476
+ "path": "/entitlements/v1/desktop-pools"
1477
+ },
1478
+ {
1479
+ "fnName": "listDesktopPoolEntitlements",
1480
+ "method": "get",
1481
+ "path": "/entitlements/v1/desktop-pools"
1482
+ },
1483
+ {
1484
+ "fnName": "bulkCreateDesktopPoolEntitlements",
1485
+ "method": "post",
1486
+ "path": "/entitlements/v1/desktop-pools"
1487
+ },
1488
+ {
1489
+ "fnName": "getDesktopPoolEntitlements",
1490
+ "method": "get",
1491
+ "path": "/entitlements/v1/desktop-pools/{id}"
1492
+ },
1493
+ {
1494
+ "fnName": "bulkDeleteGAEEntitlements",
1495
+ "method": "delete",
1496
+ "path": "/entitlements/v1/global-application-entitlements"
1497
+ },
1498
+ {
1499
+ "fnName": "listGAEEntitlements",
1500
+ "method": "get",
1501
+ "path": "/entitlements/v1/global-application-entitlements"
1502
+ },
1503
+ {
1504
+ "fnName": "bulkCreateGAEEntitlements",
1505
+ "method": "post",
1506
+ "path": "/entitlements/v1/global-application-entitlements"
1507
+ },
1508
+ {
1509
+ "fnName": "getGAEEntitlement",
1510
+ "method": "get",
1511
+ "path": "/entitlements/v1/global-application-entitlements/{id}"
1512
+ },
1513
+ {
1514
+ "fnName": "bulkDeleteGDEEntitlements",
1515
+ "method": "delete",
1516
+ "path": "/entitlements/v1/global-desktop-entitlements"
1517
+ },
1518
+ {
1519
+ "fnName": "listGDEEntitlements",
1520
+ "method": "get",
1521
+ "path": "/entitlements/v1/global-desktop-entitlements"
1522
+ },
1523
+ {
1524
+ "fnName": "bulkCreateGDEEntitlements",
1525
+ "method": "post",
1526
+ "path": "/entitlements/v1/global-desktop-entitlements"
1527
+ },
1528
+ {
1529
+ "fnName": "getGDEEntitlement",
1530
+ "method": "get",
1531
+ "path": "/entitlements/v1/global-desktop-entitlements/{id}"
1532
+ },
1533
+ {
1534
+ "fnName": "listADDomains",
1535
+ "method": "get",
1536
+ "path": "/external/v1/ad-domains"
1537
+ },
1538
+ {
1539
+ "fnName": "bind",
1540
+ "method": "post",
1541
+ "path": "/external/v1/ad-domains/action/bind"
1542
+ },
1543
+ {
1544
+ "fnName": "updateAuxiliaryAccounts",
1545
+ "method": "post",
1546
+ "path": "/external/v1/ad-domains/action/update-auxiliary-accounts"
1547
+ },
1548
+ {
1549
+ "fnName": "addAuxiliaryAccounts",
1550
+ "method": "post",
1551
+ "path": "/external/v1/ad-domains/{id}/action/add-auxiliary-accounts"
1552
+ },
1553
+ {
1554
+ "fnName": "deleteAuxiliaryAccounts",
1555
+ "method": "post",
1556
+ "path": "/external/v1/ad-domains/{id}/action/delete-auxiliary-accounts"
1557
+ },
1558
+ {
1559
+ "fnName": "unbind",
1560
+ "method": "post",
1561
+ "path": "/external/v1/ad-domains/{id}/action/unbind"
1562
+ },
1563
+ {
1564
+ "fnName": "update",
1565
+ "method": "post",
1566
+ "path": "/external/v1/ad-domains/{id}/action/update"
1567
+ },
1568
+ {
1569
+ "fnName": "listADContainers",
1570
+ "method": "get",
1571
+ "path": "/external/v1/ad-domains/{id}/ad-containers"
1572
+ },
1573
+ {
1574
+ "fnName": "getDefaultADContainer",
1575
+ "method": "get",
1576
+ "path": "/external/v1/ad-domains/{id}/ad-containers/default"
1577
+ },
1578
+ {
1579
+ "fnName": "getADContainer",
1580
+ "method": "get",
1581
+ "path": "/external/v1/ad-domains/{id}/ad-containers/{rdn}"
1582
+ },
1583
+ {
1584
+ "fnName": "listADUserOrGroupSummary",
1585
+ "method": "get",
1586
+ "path": "/external/v1/ad-users-or-groups"
1587
+ },
1588
+ {
1589
+ "fnName": "changeUserPassword",
1590
+ "method": "post",
1591
+ "path": "/external/v1/ad-users-or-groups/action/change-user-password"
1592
+ },
1593
+ {
1594
+ "fnName": "bulkHoldUserOrGroup",
1595
+ "method": "post",
1596
+ "path": "/external/v1/ad-users-or-groups/action/hold"
1597
+ },
1598
+ {
1599
+ "fnName": "bulkReleaseHoldUserOrGroup",
1600
+ "method": "post",
1601
+ "path": "/external/v1/ad-users-or-groups/action/release-hold"
1602
+ },
1603
+ {
1604
+ "fnName": "validateADUserEncryptedCredentials",
1605
+ "method": "post",
1606
+ "path": "/external/v1/ad-users-or-groups/action/validate-user-encrypted-credentials"
1607
+ },
1608
+ {
1609
+ "fnName": "listHeldUsersOrGroups",
1610
+ "method": "get",
1611
+ "path": "/external/v1/ad-users-or-groups/held-users-or-groups"
1612
+ },
1613
+ {
1614
+ "fnName": "getADUserOrGroupInfo",
1615
+ "method": "get",
1616
+ "path": "/external/v1/ad-users-or-groups/{id}"
1617
+ },
1618
+ {
1619
+ "fnName": "listAuditEvents",
1620
+ "method": "get",
1621
+ "path": "/external/v1/audit-events"
1622
+ },
1623
+ {
1624
+ "fnName": "getAgentUpgradeHistory",
1625
+ "method": "get",
1626
+ "path": "/external/v1/audit-events/agent-upgrade-history"
1627
+ },
1628
+ {
1629
+ "fnName": "auditEventsExtendedAttributes",
1630
+ "method": "get",
1631
+ "path": "/external/v1/audit-events/extended-attributes"
1632
+ },
1633
+ {
1634
+ "fnName": "listBaseSnapshots",
1635
+ "method": "get",
1636
+ "path": "/external/v1/base-snapshots"
1637
+ },
1638
+ {
1639
+ "fnName": "listBaseVMs",
1640
+ "method": "get",
1641
+ "path": "/external/v1/base-vms"
1642
+ },
1643
+ {
1644
+ "fnName": "listCustomizationSpecs",
1645
+ "method": "get",
1646
+ "path": "/external/v1/customization-specifications"
1647
+ },
1648
+ {
1649
+ "fnName": "listDatacenters",
1650
+ "method": "get",
1651
+ "path": "/external/v1/datacenters"
1652
+ },
1653
+ {
1654
+ "fnName": "listDatastoreClusters",
1655
+ "method": "get",
1656
+ "path": "/external/v1/datastore-clusters"
1657
+ },
1658
+ {
1659
+ "fnName": "listDatastorePaths",
1660
+ "method": "get",
1661
+ "path": "/external/v1/datastore-paths"
1662
+ },
1663
+ {
1664
+ "fnName": "listdatastores",
1665
+ "method": "get",
1666
+ "path": "/external/v1/datastores"
1667
+ },
1668
+ {
1669
+ "fnName": "computeSpaceRequirements",
1670
+ "method": "post",
1671
+ "path": "/external/v1/datastores/action/compute-requirements"
1672
+ },
1673
+ {
1674
+ "fnName": "computeVsanCost",
1675
+ "method": "post",
1676
+ "path": "/external/v1/datastores/action/compute-vsan-cost"
1677
+ },
1678
+ {
1679
+ "fnName": "listDomains",
1680
+ "method": "get",
1681
+ "path": "/external/v1/domains"
1682
+ },
1683
+ {
1684
+ "fnName": "listHostsOrClusters",
1685
+ "method": "get",
1686
+ "path": "/external/v1/hosts-or-clusters"
1687
+ },
1688
+ {
1689
+ "fnName": "listNetworkInterfaceCards",
1690
+ "method": "get",
1691
+ "path": "/external/v1/network-interface-cards"
1692
+ },
1693
+ {
1694
+ "fnName": "listNetworkLabels",
1695
+ "method": "get",
1696
+ "path": "/external/v1/network-labels"
1697
+ },
1698
+ {
1699
+ "fnName": "listResourcePools",
1700
+ "method": "get",
1701
+ "path": "/external/v1/resource-pools"
1702
+ },
1703
+ {
1704
+ "fnName": "listVirtualDisks",
1705
+ "method": "get",
1706
+ "path": "/external/v1/virtual-disks"
1707
+ },
1708
+ {
1709
+ "fnName": "listVirtualMachines",
1710
+ "method": "get",
1711
+ "path": "/external/v1/virtual-machines"
1712
+ },
1713
+ {
1714
+ "fnName": "listVMFolders",
1715
+ "method": "get",
1716
+ "path": "/external/v1/vm-folders"
1717
+ },
1718
+ {
1719
+ "fnName": "listVMTemplates",
1720
+ "method": "get",
1721
+ "path": "/external/v1/vm-templates"
1722
+ },
1723
+ {
1724
+ "fnName": "listADDomainsV2",
1725
+ "method": "get",
1726
+ "path": "/external/v2/ad-domains"
1727
+ },
1728
+ {
1729
+ "fnName": "bulkHoldUserOrGroupV2",
1730
+ "method": "post",
1731
+ "path": "/external/v2/ad-users-or-groups/action/hold"
1732
+ },
1733
+ {
1734
+ "fnName": "bulkReleaseHoldUserOrGroupV2",
1735
+ "method": "post",
1736
+ "path": "/external/v2/ad-users-or-groups/action/release-hold"
1737
+ },
1738
+ {
1739
+ "fnName": "listAuditEventsV2",
1740
+ "method": "get",
1741
+ "path": "/external/v2/audit-events"
1742
+ },
1743
+ {
1744
+ "fnName": "listBaseSnapshotsV2",
1745
+ "method": "get",
1746
+ "path": "/external/v2/base-snapshots"
1747
+ },
1748
+ {
1749
+ "fnName": "listBaseVMsV2",
1750
+ "method": "get",
1751
+ "path": "/external/v2/base-vms"
1752
+ },
1753
+ {
1754
+ "fnName": "getBaseVMsV2",
1755
+ "method": "get",
1756
+ "path": "/external/v2/base-vms/{id}"
1757
+ },
1758
+ {
1759
+ "fnName": "listNetworkInterfaceCardsV2",
1760
+ "method": "get",
1761
+ "path": "/external/v2/network-interface-cards"
1762
+ },
1763
+ {
1764
+ "fnName": "listADDomainsV3",
1765
+ "method": "get",
1766
+ "path": "/external/v3/ad-domains"
1767
+ },
1768
+ {
1769
+ "fnName": "getPodFederation",
1770
+ "method": "get",
1771
+ "path": "/federation/v1/cpa"
1772
+ },
1773
+ {
1774
+ "fnName": "updatePodFederation",
1775
+ "method": "put",
1776
+ "path": "/federation/v1/cpa"
1777
+ },
1778
+ {
1779
+ "fnName": "ejectPod",
1780
+ "method": "post",
1781
+ "path": "/federation/v1/cpa/action/eject"
1782
+ },
1783
+ {
1784
+ "fnName": "initializeCPA",
1785
+ "method": "post",
1786
+ "path": "/federation/v1/cpa/action/initialize"
1787
+ },
1788
+ {
1789
+ "fnName": "joinCPA",
1790
+ "method": "post",
1791
+ "path": "/federation/v1/cpa/action/join"
1792
+ },
1793
+ {
1794
+ "fnName": "rotateKeyPair",
1795
+ "method": "post",
1796
+ "path": "/federation/v1/cpa/action/rotate-keypair"
1797
+ },
1798
+ {
1799
+ "fnName": "uninitializeCPA",
1800
+ "method": "post",
1801
+ "path": "/federation/v1/cpa/action/uninitialize"
1802
+ },
1803
+ {
1804
+ "fnName": "unjoinCPA",
1805
+ "method": "post",
1806
+ "path": "/federation/v1/cpa/action/unjoin"
1807
+ },
1808
+ {
1809
+ "fnName": "listTasks",
1810
+ "method": "get",
1811
+ "path": "/federation/v1/cpa/tasks"
1812
+ },
1813
+ {
1814
+ "fnName": "getTask",
1815
+ "method": "get",
1816
+ "path": "/federation/v1/cpa/tasks/{id}"
1817
+ },
1818
+ {
1819
+ "fnName": "deleteHomeSites",
1820
+ "method": "delete",
1821
+ "path": "/federation/v1/home-sites"
1822
+ },
1823
+ {
1824
+ "fnName": "listHomeSites",
1825
+ "method": "get",
1826
+ "path": "/federation/v1/home-sites"
1827
+ },
1828
+ {
1829
+ "fnName": "createHomeSites",
1830
+ "method": "post",
1831
+ "path": "/federation/v1/home-sites"
1832
+ },
1833
+ {
1834
+ "fnName": "resolveHomeSites",
1835
+ "method": "post",
1836
+ "path": "/federation/v1/home-sites/action/resolve"
1837
+ },
1838
+ {
1839
+ "fnName": "getHomeSite",
1840
+ "method": "get",
1841
+ "path": "/federation/v1/home-sites/{id}"
1842
+ },
1843
+ {
1844
+ "fnName": "listPodAssignments",
1845
+ "method": "get",
1846
+ "path": "/federation/v1/pod-assignments"
1847
+ },
1848
+ {
1849
+ "fnName": "getPodAssignment",
1850
+ "method": "get",
1851
+ "path": "/federation/v1/pod-assignments/{id}"
1852
+ },
1853
+ {
1854
+ "fnName": "listPods",
1855
+ "method": "get",
1856
+ "path": "/federation/v1/pods"
1857
+ },
1858
+ {
1859
+ "fnName": "getPod",
1860
+ "method": "get",
1861
+ "path": "/federation/v1/pods/{id}"
1862
+ },
1863
+ {
1864
+ "fnName": "updatePod",
1865
+ "method": "put",
1866
+ "path": "/federation/v1/pods/{id}"
1867
+ },
1868
+ {
1869
+ "fnName": "listPodEndpoint",
1870
+ "method": "get",
1871
+ "path": "/federation/v1/pods/{id}/endpoints"
1872
+ },
1873
+ {
1874
+ "fnName": "getPodEndpoint",
1875
+ "method": "get",
1876
+ "path": "/federation/v1/pods/{id}/endpoints/{endpointId}"
1877
+ },
1878
+ {
1879
+ "fnName": "listSites",
1880
+ "method": "get",
1881
+ "path": "/federation/v1/sites"
1882
+ },
1883
+ {
1884
+ "fnName": "createSite",
1885
+ "method": "post",
1886
+ "path": "/federation/v1/sites"
1887
+ },
1888
+ {
1889
+ "fnName": "deleteSite",
1890
+ "method": "delete",
1891
+ "path": "/federation/v1/sites/{id}"
1892
+ },
1893
+ {
1894
+ "fnName": "getSite",
1895
+ "method": "get",
1896
+ "path": "/federation/v1/sites/{id}"
1897
+ },
1898
+ {
1899
+ "fnName": "updateSite",
1900
+ "method": "put",
1901
+ "path": "/federation/v1/sites/{id}"
1902
+ },
1903
+ {
1904
+ "fnName": "getLogonSegmentInfo",
1905
+ "method": "get",
1906
+ "path": "/helpdesk/v1/logon-timing/logon-segment"
1907
+ },
1908
+ {
1909
+ "fnName": "getDisplayProtocolPerformanceInfo",
1910
+ "method": "get",
1911
+ "path": "/helpdesk/v1/performance/display-protocol"
1912
+ },
1913
+ {
1914
+ "fnName": "listProcessPerformanceInfo",
1915
+ "method": "get",
1916
+ "path": "/helpdesk/v1/performance/process"
1917
+ },
1918
+ {
1919
+ "fnName": "listRemoteApplicationPerformanceInfo",
1920
+ "method": "get",
1921
+ "path": "/helpdesk/v1/performance/remote-application"
1922
+ },
1923
+ {
1924
+ "fnName": "listAgentInstallerPackages",
1925
+ "method": "get",
1926
+ "path": "/inventory/v1/agent-installer-packages"
1927
+ },
1928
+ {
1929
+ "fnName": "registerAgentInstallerPackage",
1930
+ "method": "post",
1931
+ "path": "/inventory/v1/agent-installer-packages/action/register"
1932
+ },
1933
+ {
1934
+ "fnName": "getAgentInstallerPackage",
1935
+ "method": "get",
1936
+ "path": "/inventory/v1/agent-installer-packages/{id}"
1937
+ },
1938
+ {
1939
+ "fnName": "unregisterAgentInstallerPackage",
1940
+ "method": "post",
1941
+ "path": "/inventory/v1/agent-installer-packages/{id}/action/unregister"
1942
+ },
1943
+ {
1944
+ "fnName": "listApplicationIcons",
1945
+ "method": "get",
1946
+ "path": "/inventory/v1/application-icons"
1947
+ },
1948
+ {
1949
+ "fnName": "createApplicationIcon",
1950
+ "method": "post",
1951
+ "path": "/inventory/v1/application-icons"
1952
+ },
1953
+ {
1954
+ "fnName": "listCustomApplicationIcons",
1955
+ "method": "get",
1956
+ "path": "/inventory/v1/application-icons/custom-icons"
1957
+ },
1958
+ {
1959
+ "fnName": "deleteApplicationIcon",
1960
+ "method": "delete",
1961
+ "path": "/inventory/v1/application-icons/{id}"
1962
+ },
1963
+ {
1964
+ "fnName": "getApplicationIcon",
1965
+ "method": "get",
1966
+ "path": "/inventory/v1/application-icons/{id}"
1967
+ },
1968
+ {
1969
+ "fnName": "listApplicationPools",
1970
+ "method": "get",
1971
+ "path": "/inventory/v1/application-pools"
1972
+ },
1973
+ {
1974
+ "fnName": "createApplicationPool",
1975
+ "method": "post",
1976
+ "path": "/inventory/v1/application-pools"
1977
+ },
1978
+ {
1979
+ "fnName": "applicationIconBulkAssociate",
1980
+ "method": "post",
1981
+ "path": "/inventory/v1/application-pools/action/associate"
1982
+ },
1983
+ {
1984
+ "fnName": "checkApplicationPoolNameAvailability",
1985
+ "method": "post",
1986
+ "path": "/inventory/v1/application-pools/action/check-name-availability"
1987
+ },
1988
+ {
1989
+ "fnName": "disableApplicationPools",
1990
+ "method": "post",
1991
+ "path": "/inventory/v1/application-pools/action/disable"
1992
+ },
1993
+ {
1994
+ "fnName": "enableApplicationPools",
1995
+ "method": "post",
1996
+ "path": "/inventory/v1/application-pools/action/enable"
1997
+ },
1998
+ {
1999
+ "fnName": "applicationIconBulkRemoveAssociation",
2000
+ "method": "post",
2001
+ "path": "/inventory/v1/application-pools/action/remove-association"
2002
+ },
2003
+ {
2004
+ "fnName": "deleteApplicationPool",
2005
+ "method": "delete",
2006
+ "path": "/inventory/v1/application-pools/{id}"
2007
+ },
2008
+ {
2009
+ "fnName": "getApplicationPool",
2010
+ "method": "get",
2011
+ "path": "/inventory/v1/application-pools/{id}"
2012
+ },
2013
+ {
2014
+ "fnName": "updateApplicationPool",
2015
+ "method": "put",
2016
+ "path": "/inventory/v1/application-pools/{id}"
2017
+ },
2018
+ {
2019
+ "fnName": "addCustomIcon",
2020
+ "method": "post",
2021
+ "path": "/inventory/v1/application-pools/{id}/action/add-custom-icon"
2022
+ },
2023
+ {
2024
+ "fnName": "removeCustomIcon",
2025
+ "method": "post",
2026
+ "path": "/inventory/v1/application-pools/{id}/action/remove-custom-icon"
2027
+ },
2028
+ {
2029
+ "fnName": "listCategoryFolders",
2030
+ "method": "get",
2031
+ "path": "/inventory/v1/category-folders"
2032
+ },
2033
+ {
2034
+ "fnName": "listDesktopPools",
2035
+ "method": "get",
2036
+ "path": "/inventory/v1/desktop-pools"
2037
+ },
2038
+ {
2039
+ "fnName": "createDesktopPool",
2040
+ "method": "post",
2041
+ "path": "/inventory/v1/desktop-pools"
2042
+ },
2043
+ {
2044
+ "fnName": "checkDesktopPoolNameAvailability",
2045
+ "method": "post",
2046
+ "path": "/inventory/v1/desktop-pools/action/check-name-availability"
2047
+ },
2048
+ {
2049
+ "fnName": "disableDesktopPools",
2050
+ "method": "post",
2051
+ "path": "/inventory/v1/desktop-pools/action/disable"
2052
+ },
2053
+ {
2054
+ "fnName": "disableProvisioningForDesktopPools",
2055
+ "method": "post",
2056
+ "path": "/inventory/v1/desktop-pools/action/disable-provisioning"
2057
+ },
2058
+ {
2059
+ "fnName": "enableDesktopPools",
2060
+ "method": "post",
2061
+ "path": "/inventory/v1/desktop-pools/action/enable"
2062
+ },
2063
+ {
2064
+ "fnName": "enableProvisioningForDesktopPools",
2065
+ "method": "post",
2066
+ "path": "/inventory/v1/desktop-pools/action/enable-provisioning"
2067
+ },
2068
+ {
2069
+ "fnName": "validateSpecifiedNames",
2070
+ "method": "post",
2071
+ "path": "/inventory/v1/desktop-pools/action/validate-specified-names"
2072
+ },
2073
+ {
2074
+ "fnName": "listUserPoliciesOverrides",
2075
+ "method": "get",
2076
+ "path": "/inventory/v1/desktop-pools/policies/overrides"
2077
+ },
2078
+ {
2079
+ "fnName": "deleteDesktopPool",
2080
+ "method": "delete",
2081
+ "path": "/inventory/v1/desktop-pools/{id}"
2082
+ },
2083
+ {
2084
+ "fnName": "getDesktopPool",
2085
+ "method": "get",
2086
+ "path": "/inventory/v1/desktop-pools/{id}"
2087
+ },
2088
+ {
2089
+ "fnName": "updateDesktopPool",
2090
+ "method": "put",
2091
+ "path": "/inventory/v1/desktop-pools/{id}"
2092
+ },
2093
+ {
2094
+ "fnName": "addMachines",
2095
+ "method": "post",
2096
+ "path": "/inventory/v1/desktop-pools/{id}/action/add-machines"
2097
+ },
2098
+ {
2099
+ "fnName": "addMachinesByName",
2100
+ "method": "post",
2101
+ "path": "/inventory/v1/desktop-pools/{id}/action/add-machines-by-name"
2102
+ },
2103
+ {
2104
+ "fnName": "desktopPoolApplyImage",
2105
+ "method": "post",
2106
+ "path": "/inventory/v1/desktop-pools/{id}/action/apply-image"
2107
+ },
2108
+ {
2109
+ "fnName": "cancelScheduledPushImage",
2110
+ "method": "post",
2111
+ "path": "/inventory/v1/desktop-pools/{id}/action/cancel-scheduled-push-image"
2112
+ },
2113
+ {
2114
+ "fnName": "desktopPoolPromotePendingImage",
2115
+ "method": "post",
2116
+ "path": "/inventory/v1/desktop-pools/{id}/action/promote-pending-image"
2117
+ },
2118
+ {
2119
+ "fnName": "removeMachines",
2120
+ "method": "post",
2121
+ "path": "/inventory/v1/desktop-pools/{id}/action/remove-machines"
2122
+ },
2123
+ {
2124
+ "fnName": "schedulePushImage",
2125
+ "method": "post",
2126
+ "path": "/inventory/v1/desktop-pools/{id}/action/schedule-push-image"
2127
+ },
2128
+ {
2129
+ "fnName": "validateInstalledApplicationsOnDesktopPool",
2130
+ "method": "post",
2131
+ "path": "/inventory/v1/desktop-pools/{id}/action/validate-installed-applications"
2132
+ },
2133
+ {
2134
+ "fnName": "listInstalledApplicationsOnDesktopPool",
2135
+ "method": "get",
2136
+ "path": "/inventory/v1/desktop-pools/{id}/installed-applications"
2137
+ },
2138
+ {
2139
+ "fnName": "listPoliciesOnDesktopPool",
2140
+ "method": "get",
2141
+ "path": "/inventory/v1/desktop-pools/{id}/policies"
2142
+ },
2143
+ {
2144
+ "fnName": "updatesPoliciesOnDesktopPool",
2145
+ "method": "put",
2146
+ "path": "/inventory/v1/desktop-pools/{id}/policies"
2147
+ },
2148
+ {
2149
+ "fnName": "deletePolicyOverridesForUsers",
2150
+ "method": "delete",
2151
+ "path": "/inventory/v1/desktop-pools/{id}/policies/overrides"
2152
+ },
2153
+ {
2154
+ "fnName": "createPolicyOverridesForUsers",
2155
+ "method": "post",
2156
+ "path": "/inventory/v1/desktop-pools/{id}/policies/overrides"
2157
+ },
2158
+ {
2159
+ "fnName": "updatePolicyOverridesForUsers",
2160
+ "method": "put",
2161
+ "path": "/inventory/v1/desktop-pools/{id}/policies/overrides"
2162
+ },
2163
+ {
2164
+ "fnName": "listDesktopPoolTasks",
2165
+ "method": "get",
2166
+ "path": "/inventory/v1/desktop-pools/{id}/tasks"
2167
+ },
2168
+ {
2169
+ "fnName": "getDesktopPoolTask",
2170
+ "method": "get",
2171
+ "path": "/inventory/v1/desktop-pools/{id}/tasks/{taskId}"
2172
+ },
2173
+ {
2174
+ "fnName": "cancelDesktopPoolTask",
2175
+ "method": "post",
2176
+ "path": "/inventory/v1/desktop-pools/{id}/tasks/{taskId}/action/cancel"
2177
+ },
2178
+ {
2179
+ "fnName": "pauseDesktopPoolTask",
2180
+ "method": "post",
2181
+ "path": "/inventory/v1/desktop-pools/{id}/tasks/{taskId}/action/pause"
2182
+ },
2183
+ {
2184
+ "fnName": "resumeDesktopPoolTask",
2185
+ "method": "post",
2186
+ "path": "/inventory/v1/desktop-pools/{id}/tasks/{taskId}/action/resume"
2187
+ },
2188
+ {
2189
+ "fnName": "listFarms",
2190
+ "method": "get",
2191
+ "path": "/inventory/v1/farms"
2192
+ },
2193
+ {
2194
+ "fnName": "createFarm",
2195
+ "method": "post",
2196
+ "path": "/inventory/v1/farms"
2197
+ },
2198
+ {
2199
+ "fnName": "checkFarmNameAvailability",
2200
+ "method": "post",
2201
+ "path": "/inventory/v1/farms/action/check-name-availability"
2202
+ },
2203
+ {
2204
+ "fnName": "deleteFarm",
2205
+ "method": "delete",
2206
+ "path": "/inventory/v1/farms/{id}"
2207
+ },
2208
+ {
2209
+ "fnName": "getFarm",
2210
+ "method": "get",
2211
+ "path": "/inventory/v1/farms/{id}"
2212
+ },
2213
+ {
2214
+ "fnName": "updateFarm",
2215
+ "method": "put",
2216
+ "path": "/inventory/v1/farms/{id}"
2217
+ },
2218
+ {
2219
+ "fnName": "addRdsServers",
2220
+ "method": "post",
2221
+ "path": "/inventory/v1/farms/{id}/action/add-rds-servers"
2222
+ },
2223
+ {
2224
+ "fnName": "farmApplyImage",
2225
+ "method": "post",
2226
+ "path": "/inventory/v1/farms/{id}/action/apply-image"
2227
+ },
2228
+ {
2229
+ "fnName": "cancelScheduledMaintenance",
2230
+ "method": "post",
2231
+ "path": "/inventory/v1/farms/{id}/action/cancel-scheduled-maintenance"
2232
+ },
2233
+ {
2234
+ "fnName": "farmPromotePendingImage",
2235
+ "method": "post",
2236
+ "path": "/inventory/v1/farms/{id}/action/promote-pending-image"
2237
+ },
2238
+ {
2239
+ "fnName": "removeRdsServers",
2240
+ "method": "post",
2241
+ "path": "/inventory/v1/farms/{id}/action/remove-rds-servers"
2242
+ },
2243
+ {
2244
+ "fnName": "scheduleMaintenance",
2245
+ "method": "post",
2246
+ "path": "/inventory/v1/farms/{id}/action/schedule-maintenance"
2247
+ },
2248
+ {
2249
+ "fnName": "validateInstalledApplicationsOnFarm",
2250
+ "method": "post",
2251
+ "path": "/inventory/v1/farms/{id}/action/validate-installed-applications"
2252
+ },
2253
+ {
2254
+ "fnName": "listAppVolumesApplicationsOnFarm",
2255
+ "method": "get",
2256
+ "path": "/inventory/v1/farms/{id}/app-volumes-applications"
2257
+ },
2258
+ {
2259
+ "fnName": "listInstalledApplicationsOnFarm",
2260
+ "method": "get",
2261
+ "path": "/inventory/v1/farms/{id}/installed-applications"
2262
+ },
2263
+ {
2264
+ "fnName": "listGlobalApplicationEntitlements",
2265
+ "method": "get",
2266
+ "path": "/inventory/v1/global-application-entitlements"
2267
+ },
2268
+ {
2269
+ "fnName": "createGlobalApplicationEntitlement",
2270
+ "method": "post",
2271
+ "path": "/inventory/v1/global-application-entitlements"
2272
+ },
2273
+ {
2274
+ "fnName": "deleteGlobalApplicationEntitlement",
2275
+ "method": "delete",
2276
+ "path": "/inventory/v1/global-application-entitlements/{id}"
2277
+ },
2278
+ {
2279
+ "fnName": "getGlobalApplicationEntitlement",
2280
+ "method": "get",
2281
+ "path": "/inventory/v1/global-application-entitlements/{id}"
2282
+ },
2283
+ {
2284
+ "fnName": "updateGlobalApplicationEntitlement",
2285
+ "method": "put",
2286
+ "path": "/inventory/v1/global-application-entitlements/{id}"
2287
+ },
2288
+ {
2289
+ "fnName": "listCompatibleBackupGAEs",
2290
+ "method": "get",
2291
+ "path": "/inventory/v1/global-application-entitlements/{id}/compatible-backup-global-application-entitlements"
2292
+ },
2293
+ {
2294
+ "fnName": "listCompatibleLocalApplicationPools",
2295
+ "method": "get",
2296
+ "path": "/inventory/v1/global-application-entitlements/{id}/compatible-local-application-pools"
2297
+ },
2298
+ {
2299
+ "fnName": "removeLocalApplicationPoolsFromGAE",
2300
+ "method": "delete",
2301
+ "path": "/inventory/v1/global-application-entitlements/{id}/local-application-pools"
2302
+ },
2303
+ {
2304
+ "fnName": "listLocalApplicationPools",
2305
+ "method": "get",
2306
+ "path": "/inventory/v1/global-application-entitlements/{id}/local-application-pools"
2307
+ },
2308
+ {
2309
+ "fnName": "addLocalApplicationPoolsToGAE",
2310
+ "method": "post",
2311
+ "path": "/inventory/v1/global-application-entitlements/{id}/local-application-pools"
2312
+ },
2313
+ {
2314
+ "fnName": "listGlobalDesktopEntitlements",
2315
+ "method": "get",
2316
+ "path": "/inventory/v1/global-desktop-entitlements"
2317
+ },
2318
+ {
2319
+ "fnName": "createGlobalDesktopEntitlement",
2320
+ "method": "post",
2321
+ "path": "/inventory/v1/global-desktop-entitlements"
2322
+ },
2323
+ {
2324
+ "fnName": "deleteGlobalDesktopEntitlement",
2325
+ "method": "delete",
2326
+ "path": "/inventory/v1/global-desktop-entitlements/{id}"
2327
+ },
2328
+ {
2329
+ "fnName": "getGlobalDesktopEntitlement",
2330
+ "method": "get",
2331
+ "path": "/inventory/v1/global-desktop-entitlements/{id}"
2332
+ },
2333
+ {
2334
+ "fnName": "updateGlobalDesktopEntitlement",
2335
+ "method": "put",
2336
+ "path": "/inventory/v1/global-desktop-entitlements/{id}"
2337
+ },
2338
+ {
2339
+ "fnName": "listCompatibleBackupGDEs",
2340
+ "method": "get",
2341
+ "path": "/inventory/v1/global-desktop-entitlements/{id}/compatible-backup-global-desktop-entitlements"
2342
+ },
2343
+ {
2344
+ "fnName": "listCompatibleLocalDesktopPools",
2345
+ "method": "get",
2346
+ "path": "/inventory/v1/global-desktop-entitlements/{id}/compatible-local-desktop-pools"
2347
+ },
2348
+ {
2349
+ "fnName": "removeLocalDesktopPoolsFromGDE",
2350
+ "method": "delete",
2351
+ "path": "/inventory/v1/global-desktop-entitlements/{id}/local-desktop-pools"
2352
+ },
2353
+ {
2354
+ "fnName": "listLocalDesktopPools",
2355
+ "method": "get",
2356
+ "path": "/inventory/v1/global-desktop-entitlements/{id}/local-desktop-pools"
2357
+ },
2358
+ {
2359
+ "fnName": "addLocalDesktopPoolsToGDE",
2360
+ "method": "post",
2361
+ "path": "/inventory/v1/global-desktop-entitlements/{id}/local-desktop-pools"
2362
+ },
2363
+ {
2364
+ "fnName": "queryGlobalSessions",
2365
+ "method": "get",
2366
+ "path": "/inventory/v1/global-sessions"
2367
+ },
2368
+ {
2369
+ "fnName": "disconnectGlobalSessions",
2370
+ "method": "post",
2371
+ "path": "/inventory/v1/global-sessions/action/disconnect"
2372
+ },
2373
+ {
2374
+ "fnName": "logOffGlobalSessions",
2375
+ "method": "post",
2376
+ "path": "/inventory/v1/global-sessions/action/logoff"
2377
+ },
2378
+ {
2379
+ "fnName": "resetGlobalSessions",
2380
+ "method": "post",
2381
+ "path": "/inventory/v1/global-sessions/action/reset"
2382
+ },
2383
+ {
2384
+ "fnName": "restartGlobalSessions",
2385
+ "method": "post",
2386
+ "path": "/inventory/v1/global-sessions/action/restart"
2387
+ },
2388
+ {
2389
+ "fnName": "sendMessageToGlobalSessions",
2390
+ "method": "post",
2391
+ "path": "/inventory/v1/global-sessions/action/send-message"
2392
+ },
2393
+ {
2394
+ "fnName": "deleteMachines",
2395
+ "method": "delete",
2396
+ "path": "/inventory/v1/machines"
2397
+ },
2398
+ {
2399
+ "fnName": "listMachines",
2400
+ "method": "get",
2401
+ "path": "/inventory/v1/machines"
2402
+ },
2403
+ {
2404
+ "fnName": "archiveMachines",
2405
+ "method": "post",
2406
+ "path": "/inventory/v1/machines/action/archive"
2407
+ },
2408
+ {
2409
+ "fnName": "cancelAgentUpgrades",
2410
+ "method": "post",
2411
+ "path": "/inventory/v1/machines/action/cancel-agent-upgrade"
2412
+ },
2413
+ {
2414
+ "fnName": "checkMachinePrefixAvailability",
2415
+ "method": "post",
2416
+ "path": "/inventory/v1/machines/action/check-name-availability"
2417
+ },
2418
+ {
2419
+ "fnName": "enterMaintenance",
2420
+ "method": "post",
2421
+ "path": "/inventory/v1/machines/action/enter-maintenance"
2422
+ },
2423
+ {
2424
+ "fnName": "exitMaintenance",
2425
+ "method": "post",
2426
+ "path": "/inventory/v1/machines/action/exit-maintenance"
2427
+ },
2428
+ {
2429
+ "fnName": "rebuildMachines",
2430
+ "method": "post",
2431
+ "path": "/inventory/v1/machines/action/rebuild"
2432
+ },
2433
+ {
2434
+ "fnName": "recoverMachines",
2435
+ "method": "post",
2436
+ "path": "/inventory/v1/machines/action/recover"
2437
+ },
2438
+ {
2439
+ "fnName": "recreateFromPersistentDisk",
2440
+ "method": "post",
2441
+ "path": "/inventory/v1/machines/action/recreate-from-persistent-disk"
2442
+ },
2443
+ {
2444
+ "fnName": "resetMachines",
2445
+ "method": "post",
2446
+ "path": "/inventory/v1/machines/action/reset"
2447
+ },
2448
+ {
2449
+ "fnName": "restartMachines",
2450
+ "method": "post",
2451
+ "path": "/inventory/v1/machines/action/restart"
2452
+ },
2453
+ {
2454
+ "fnName": "scheduleAgentForUpgrade",
2455
+ "method": "post",
2456
+ "path": "/inventory/v1/machines/action/schedule-agent-upgrade"
2457
+ },
2458
+ {
2459
+ "fnName": "listAgentUpgradeTasks",
2460
+ "method": "get",
2461
+ "path": "/inventory/v1/machines/agent-upgrade-tasks"
2462
+ },
2463
+ {
2464
+ "fnName": "getAgentUpgradeTask",
2465
+ "method": "get",
2466
+ "path": "/inventory/v1/machines/agent-upgrade-tasks/{id}"
2467
+ },
2468
+ {
2469
+ "fnName": "listUnentitledMachines",
2470
+ "method": "get",
2471
+ "path": "/inventory/v1/machines/unentitled"
2472
+ },
2473
+ {
2474
+ "fnName": "deleteMachine",
2475
+ "method": "delete",
2476
+ "path": "/inventory/v1/machines/{id}"
2477
+ },
2478
+ {
2479
+ "fnName": "getMachine",
2480
+ "method": "get",
2481
+ "path": "/inventory/v1/machines/{id}"
2482
+ },
2483
+ {
2484
+ "fnName": "assignMachineAliases",
2485
+ "method": "post",
2486
+ "path": "/inventory/v1/machines/{id}/action/assign-aliases"
2487
+ },
2488
+ {
2489
+ "fnName": "assignUsers",
2490
+ "method": "post",
2491
+ "path": "/inventory/v1/machines/{id}/action/assign-users"
2492
+ },
2493
+ {
2494
+ "fnName": "attachPersistentDisk",
2495
+ "method": "post",
2496
+ "path": "/inventory/v1/machines/{id}/action/attach-persistent-disk"
2497
+ },
2498
+ {
2499
+ "fnName": "detachPersistentDisk",
2500
+ "method": "post",
2501
+ "path": "/inventory/v1/machines/{id}/action/detach-persistent-disk"
2502
+ },
2503
+ {
2504
+ "fnName": "unassignMachineAliases",
2505
+ "method": "post",
2506
+ "path": "/inventory/v1/machines/{id}/action/unassign-aliases"
2507
+ },
2508
+ {
2509
+ "fnName": "unassignUsers",
2510
+ "method": "post",
2511
+ "path": "/inventory/v1/machines/{id}/action/unassign-users"
2512
+ },
2513
+ {
2514
+ "fnName": "listPersistentDisks",
2515
+ "method": "get",
2516
+ "path": "/inventory/v1/persistent-disks"
2517
+ },
2518
+ {
2519
+ "fnName": "createPersistentDisk",
2520
+ "method": "post",
2521
+ "path": "/inventory/v1/persistent-disks"
2522
+ },
2523
+ {
2524
+ "fnName": "deletePersistentDisk",
2525
+ "method": "delete",
2526
+ "path": "/inventory/v1/persistent-disks/{id}"
2527
+ },
2528
+ {
2529
+ "fnName": "getPersistentDisk",
2530
+ "method": "get",
2531
+ "path": "/inventory/v1/persistent-disks/{id}"
2532
+ },
2533
+ {
2534
+ "fnName": "updatePersistentDisk",
2535
+ "method": "put",
2536
+ "path": "/inventory/v1/persistent-disks/{id}"
2537
+ },
2538
+ {
2539
+ "fnName": "listAttachableMachines",
2540
+ "method": "get",
2541
+ "path": "/inventory/v1/persistent-disks/{id}/attachable-machines"
2542
+ },
2543
+ {
2544
+ "fnName": "listPhysicalMachines",
2545
+ "method": "get",
2546
+ "path": "/inventory/v1/physical-machines"
2547
+ },
2548
+ {
2549
+ "fnName": "registerPhysicalMachine",
2550
+ "method": "post",
2551
+ "path": "/inventory/v1/physical-machines/action/register"
2552
+ },
2553
+ {
2554
+ "fnName": "deletePhysicalMachine",
2555
+ "method": "delete",
2556
+ "path": "/inventory/v1/physical-machines/{id}"
2557
+ },
2558
+ {
2559
+ "fnName": "getPhysicalMachine",
2560
+ "method": "get",
2561
+ "path": "/inventory/v1/physical-machines/{id}"
2562
+ },
2563
+ {
2564
+ "fnName": "listRDSServers",
2565
+ "method": "get",
2566
+ "path": "/inventory/v1/rds-servers"
2567
+ },
2568
+ {
2569
+ "fnName": "cancelRdsServerAgentUpgrades",
2570
+ "method": "post",
2571
+ "path": "/inventory/v1/rds-servers/action/cancel-agent-upgrade"
2572
+ },
2573
+ {
2574
+ "fnName": "checkRDSServerPrefixAvailability",
2575
+ "method": "post",
2576
+ "path": "/inventory/v1/rds-servers/action/check-name-availability"
2577
+ },
2578
+ {
2579
+ "fnName": "recoverRDSServers",
2580
+ "method": "post",
2581
+ "path": "/inventory/v1/rds-servers/action/recover"
2582
+ },
2583
+ {
2584
+ "fnName": "registerRDSServer",
2585
+ "method": "post",
2586
+ "path": "/inventory/v1/rds-servers/action/register"
2587
+ },
2588
+ {
2589
+ "fnName": "scheduleAgentForUpgradeRdsServer",
2590
+ "method": "post",
2591
+ "path": "/inventory/v1/rds-servers/action/schedule-agent-upgrade"
2592
+ },
2593
+ {
2594
+ "fnName": "listRdsServerAgentUpgradeTasks",
2595
+ "method": "get",
2596
+ "path": "/inventory/v1/rds-servers/agent-upgrade-tasks"
2597
+ },
2598
+ {
2599
+ "fnName": "getRdsServerAgentUpgradeTask",
2600
+ "method": "get",
2601
+ "path": "/inventory/v1/rds-servers/agent-upgrade-tasks/{id}"
2602
+ },
2603
+ {
2604
+ "fnName": "deleteRDSServer",
2605
+ "method": "delete",
2606
+ "path": "/inventory/v1/rds-servers/{id}"
2607
+ },
2608
+ {
2609
+ "fnName": "getRDSServer",
2610
+ "method": "get",
2611
+ "path": "/inventory/v1/rds-servers/{id}"
2612
+ },
2613
+ {
2614
+ "fnName": "updateRDSServer",
2615
+ "method": "put",
2616
+ "path": "/inventory/v1/rds-servers/{id}"
2617
+ },
2618
+ {
2619
+ "fnName": "listSessionInfo",
2620
+ "method": "get",
2621
+ "path": "/inventory/v1/sessions"
2622
+ },
2623
+ {
2624
+ "fnName": "disconnectSessions",
2625
+ "method": "post",
2626
+ "path": "/inventory/v1/sessions/action/disconnect"
2627
+ },
2628
+ {
2629
+ "fnName": "logOffSessions",
2630
+ "method": "post",
2631
+ "path": "/inventory/v1/sessions/action/logoff"
2632
+ },
2633
+ {
2634
+ "fnName": "resetSessions",
2635
+ "method": "post",
2636
+ "path": "/inventory/v1/sessions/action/reset"
2637
+ },
2638
+ {
2639
+ "fnName": "restartSessions",
2640
+ "method": "post",
2641
+ "path": "/inventory/v1/sessions/action/restart"
2642
+ },
2643
+ {
2644
+ "fnName": "sendMessageToSessions",
2645
+ "method": "post",
2646
+ "path": "/inventory/v1/sessions/action/send-message"
2647
+ },
2648
+ {
2649
+ "fnName": "getSessionInfo",
2650
+ "method": "get",
2651
+ "path": "/inventory/v1/sessions/{id}"
2652
+ },
2653
+ {
2654
+ "fnName": "listApplicationPoolsV2",
2655
+ "method": "get",
2656
+ "path": "/inventory/v2/application-pools"
2657
+ },
2658
+ {
2659
+ "fnName": "createApplicationPoolV2",
2660
+ "method": "post",
2661
+ "path": "/inventory/v2/application-pools"
2662
+ },
2663
+ {
2664
+ "fnName": "getApplicationPoolV2",
2665
+ "method": "get",
2666
+ "path": "/inventory/v2/application-pools/{id}"
2667
+ },
2668
+ {
2669
+ "fnName": "updateApplicationPoolV2",
2670
+ "method": "put",
2671
+ "path": "/inventory/v2/application-pools/{id}"
2672
+ },
2673
+ {
2674
+ "fnName": "listDesktopPoolsV2",
2675
+ "method": "get",
2676
+ "path": "/inventory/v2/desktop-pools"
2677
+ },
2678
+ {
2679
+ "fnName": "createDesktopPoolV2",
2680
+ "method": "post",
2681
+ "path": "/inventory/v2/desktop-pools"
2682
+ },
2683
+ {
2684
+ "fnName": "getDesktopPoolV2",
2685
+ "method": "get",
2686
+ "path": "/inventory/v2/desktop-pools/{id}"
2687
+ },
2688
+ {
2689
+ "fnName": "schedulePushImageV2",
2690
+ "method": "post",
2691
+ "path": "/inventory/v2/desktop-pools/{id}/action/schedule-push-image"
2692
+ },
2693
+ {
2694
+ "fnName": "listFarmsV2",
2695
+ "method": "get",
2696
+ "path": "/inventory/v2/farms"
2697
+ },
2698
+ {
2699
+ "fnName": "createFarmV2",
2700
+ "method": "post",
2701
+ "path": "/inventory/v2/farms"
2702
+ },
2703
+ {
2704
+ "fnName": "getFarmV2",
2705
+ "method": "get",
2706
+ "path": "/inventory/v2/farms/{id}"
2707
+ },
2708
+ {
2709
+ "fnName": "updateFarmV2",
2710
+ "method": "put",
2711
+ "path": "/inventory/v2/farms/{id}"
2712
+ },
2713
+ {
2714
+ "fnName": "scheduleMaintenanceV2",
2715
+ "method": "post",
2716
+ "path": "/inventory/v2/farms/{id}/action/schedule-maintenance"
2717
+ },
2718
+ {
2719
+ "fnName": "listGlobalApplicationEntitlementsV2",
2720
+ "method": "get",
2721
+ "path": "/inventory/v2/global-application-entitlements"
2722
+ },
2723
+ {
2724
+ "fnName": "getGlobalApplicationEntitlementV2",
2725
+ "method": "get",
2726
+ "path": "/inventory/v2/global-application-entitlements/{id}"
2727
+ },
2728
+ {
2729
+ "fnName": "listGlobalDesktopEntitlementsV2",
2730
+ "method": "get",
2731
+ "path": "/inventory/v2/global-desktop-entitlements"
2732
+ },
2733
+ {
2734
+ "fnName": "createGlobalDesktopEntitlementV2",
2735
+ "method": "post",
2736
+ "path": "/inventory/v2/global-desktop-entitlements"
2737
+ },
2738
+ {
2739
+ "fnName": "getGlobalDesktopEntitlementV2",
2740
+ "method": "get",
2741
+ "path": "/inventory/v2/global-desktop-entitlements/{id}"
2742
+ },
2743
+ {
2744
+ "fnName": "listMachinesV2",
2745
+ "method": "get",
2746
+ "path": "/inventory/v2/machines"
2747
+ },
2748
+ {
2749
+ "fnName": "scheduleAgentForUpgradeV2",
2750
+ "method": "post",
2751
+ "path": "/inventory/v2/machines/action/schedule-agent-upgrade"
2752
+ },
2753
+ {
2754
+ "fnName": "listAgentUpgradeTasksV2",
2755
+ "method": "get",
2756
+ "path": "/inventory/v2/machines/agent-upgrade-tasks"
2757
+ },
2758
+ {
2759
+ "fnName": "getAgentUpgradeTaskV2",
2760
+ "method": "get",
2761
+ "path": "/inventory/v2/machines/agent-upgrade-tasks/{id}"
2762
+ },
2763
+ {
2764
+ "fnName": "getMachineV2",
2765
+ "method": "get",
2766
+ "path": "/inventory/v2/machines/{id}"
2767
+ },
2768
+ {
2769
+ "fnName": "listPhysicalMachinesV2",
2770
+ "method": "get",
2771
+ "path": "/inventory/v2/physical-machines"
2772
+ },
2773
+ {
2774
+ "fnName": "getPhysicalMachineV2",
2775
+ "method": "get",
2776
+ "path": "/inventory/v2/physical-machines/{id}"
2777
+ },
2778
+ {
2779
+ "fnName": "listRDSServersV2",
2780
+ "method": "get",
2781
+ "path": "/inventory/v2/rds-servers"
2782
+ },
2783
+ {
2784
+ "fnName": "deleteRDSServerV2",
2785
+ "method": "delete",
2786
+ "path": "/inventory/v2/rds-servers/{id}"
2787
+ },
2788
+ {
2789
+ "fnName": "getRDSServerV2",
2790
+ "method": "get",
2791
+ "path": "/inventory/v2/rds-servers/{id}"
2792
+ },
2793
+ {
2794
+ "fnName": "updateRDSServerV2",
2795
+ "method": "put",
2796
+ "path": "/inventory/v2/rds-servers/{id}"
2797
+ },
2798
+ {
2799
+ "fnName": "listApplicationPoolsV3",
2800
+ "method": "get",
2801
+ "path": "/inventory/v3/application-pools"
2802
+ },
2803
+ {
2804
+ "fnName": "createApplicationPoolV3",
2805
+ "method": "post",
2806
+ "path": "/inventory/v3/application-pools"
2807
+ },
2808
+ {
2809
+ "fnName": "getApplicationPoolV3",
2810
+ "method": "get",
2811
+ "path": "/inventory/v3/application-pools/{id}"
2812
+ },
2813
+ {
2814
+ "fnName": "updateApplicationPoolV3",
2815
+ "method": "put",
2816
+ "path": "/inventory/v3/application-pools/{id}"
2817
+ },
2818
+ {
2819
+ "fnName": "listDesktopPoolsV3",
2820
+ "method": "get",
2821
+ "path": "/inventory/v3/desktop-pools"
2822
+ },
2823
+ {
2824
+ "fnName": "getDesktopPoolV3",
2825
+ "method": "get",
2826
+ "path": "/inventory/v3/desktop-pools/{id}"
2827
+ },
2828
+ {
2829
+ "fnName": "listFarmsV3",
2830
+ "method": "get",
2831
+ "path": "/inventory/v3/farms"
2832
+ },
2833
+ {
2834
+ "fnName": "createFarmV3",
2835
+ "method": "post",
2836
+ "path": "/inventory/v3/farms"
2837
+ },
2838
+ {
2839
+ "fnName": "getFarmV3",
2840
+ "method": "get",
2841
+ "path": "/inventory/v3/farms/{id}"
2842
+ },
2843
+ {
2844
+ "fnName": "updateFarmV3",
2845
+ "method": "put",
2846
+ "path": "/inventory/v3/farms/{id}"
2847
+ },
2848
+ {
2849
+ "fnName": "listGlobalApplicationEntitlementsV3",
2850
+ "method": "get",
2851
+ "path": "/inventory/v3/global-application-entitlements"
2852
+ },
2853
+ {
2854
+ "fnName": "createGlobalApplicationEntitlementV3",
2855
+ "method": "post",
2856
+ "path": "/inventory/v3/global-application-entitlements"
2857
+ },
2858
+ {
2859
+ "fnName": "deleteGlobalApplicationEntitlementV3",
2860
+ "method": "delete",
2861
+ "path": "/inventory/v3/global-application-entitlements/{id}"
2862
+ },
2863
+ {
2864
+ "fnName": "getGlobalApplicationEntitlementV3",
2865
+ "method": "get",
2866
+ "path": "/inventory/v3/global-application-entitlements/{id}"
2867
+ },
2868
+ {
2869
+ "fnName": "updateGlobalApplicationEntitlementV3",
2870
+ "method": "put",
2871
+ "path": "/inventory/v3/global-application-entitlements/{id}"
2872
+ },
2873
+ {
2874
+ "fnName": "listGlobalDesktopEntitlementsV3",
2875
+ "method": "get",
2876
+ "path": "/inventory/v3/global-desktop-entitlements"
2877
+ },
2878
+ {
2879
+ "fnName": "createGlobalDesktopEntitlementV3",
2880
+ "method": "post",
2881
+ "path": "/inventory/v3/global-desktop-entitlements"
2882
+ },
2883
+ {
2884
+ "fnName": "deleteGlobalDesktopEntitlementV3",
2885
+ "method": "delete",
2886
+ "path": "/inventory/v3/global-desktop-entitlements/{id}"
2887
+ },
2888
+ {
2889
+ "fnName": "getGlobalDesktopEntitlementV3",
2890
+ "method": "get",
2891
+ "path": "/inventory/v3/global-desktop-entitlements/{id}"
2892
+ },
2893
+ {
2894
+ "fnName": "updateGlobalDesktopEntitlementV3",
2895
+ "method": "put",
2896
+ "path": "/inventory/v3/global-desktop-entitlements/{id}"
2897
+ },
2898
+ {
2899
+ "fnName": "listMachinesV3",
2900
+ "method": "get",
2901
+ "path": "/inventory/v3/machines"
2902
+ },
2903
+ {
2904
+ "fnName": "getMachineV3",
2905
+ "method": "get",
2906
+ "path": "/inventory/v3/machines/{id}"
2907
+ },
2908
+ {
2909
+ "fnName": "deleteApplicationPools",
2910
+ "method": "delete",
2911
+ "path": "/inventory/v4/application-pools"
2912
+ },
2913
+ {
2914
+ "fnName": "listApplicationPoolsV4",
2915
+ "method": "get",
2916
+ "path": "/inventory/v4/application-pools"
2917
+ },
2918
+ {
2919
+ "fnName": "getApplicationPoolV4",
2920
+ "method": "get",
2921
+ "path": "/inventory/v4/application-pools/{id}"
2922
+ },
2923
+ {
2924
+ "fnName": "listDesktopPoolsV4",
2925
+ "method": "get",
2926
+ "path": "/inventory/v4/desktop-pools"
2927
+ },
2928
+ {
2929
+ "fnName": "getDesktopPoolV4",
2930
+ "method": "get",
2931
+ "path": "/inventory/v4/desktop-pools/{id}"
2932
+ },
2933
+ {
2934
+ "fnName": "listFarmsV4",
2935
+ "method": "get",
2936
+ "path": "/inventory/v4/farms"
2937
+ },
2938
+ {
2939
+ "fnName": "getFarmV4",
2940
+ "method": "get",
2941
+ "path": "/inventory/v4/farms/{id}"
2942
+ },
2943
+ {
2944
+ "fnName": "listMachinesV4",
2945
+ "method": "get",
2946
+ "path": "/inventory/v4/machines"
2947
+ },
2948
+ {
2949
+ "fnName": "getMachineV4",
2950
+ "method": "get",
2951
+ "path": "/inventory/v4/machines/{id}"
2952
+ },
2953
+ {
2954
+ "fnName": "deleteApplicationPoolsV5",
2955
+ "method": "delete",
2956
+ "path": "/inventory/v5/application-pools"
2957
+ },
2958
+ {
2959
+ "fnName": "listApplicationPoolsV5",
2960
+ "method": "get",
2961
+ "path": "/inventory/v5/application-pools"
2962
+ },
2963
+ {
2964
+ "fnName": "createApplicationPoolV5",
2965
+ "method": "post",
2966
+ "path": "/inventory/v5/application-pools"
2967
+ },
2968
+ {
2969
+ "fnName": "getApplicationPoolV5",
2970
+ "method": "get",
2971
+ "path": "/inventory/v5/application-pools/{id}"
2972
+ },
2973
+ {
2974
+ "fnName": "updateApplicationPoolV5",
2975
+ "method": "put",
2976
+ "path": "/inventory/v5/application-pools/{id}"
2977
+ },
2978
+ {
2979
+ "fnName": "listDesktopPoolsV5",
2980
+ "method": "get",
2981
+ "path": "/inventory/v5/desktop-pools"
2982
+ },
2983
+ {
2984
+ "fnName": "getDesktopPoolV5",
2985
+ "method": "get",
2986
+ "path": "/inventory/v5/desktop-pools/{id}"
2987
+ },
2988
+ {
2989
+ "fnName": "listFarmsV5",
2990
+ "method": "get",
2991
+ "path": "/inventory/v5/farms"
2992
+ },
2993
+ {
2994
+ "fnName": "getFarmV5",
2995
+ "method": "get",
2996
+ "path": "/inventory/v5/farms/{id}"
2997
+ },
2998
+ {
2999
+ "fnName": "listMachinesV5",
3000
+ "method": "get",
3001
+ "path": "/inventory/v5/machines"
3002
+ },
3003
+ {
3004
+ "fnName": "getMachineV5",
3005
+ "method": "get",
3006
+ "path": "/inventory/v5/machines/{id}"
3007
+ },
3008
+ {
3009
+ "fnName": "listDesktopPoolsV6",
3010
+ "method": "get",
3011
+ "path": "/inventory/v6/desktop-pools"
3012
+ },
3013
+ {
3014
+ "fnName": "getDesktopPoolV6",
3015
+ "method": "get",
3016
+ "path": "/inventory/v6/desktop-pools/{id}"
3017
+ },
3018
+ {
3019
+ "fnName": "listFarmsV6",
3020
+ "method": "get",
3021
+ "path": "/inventory/v6/farms"
3022
+ },
3023
+ {
3024
+ "fnName": "createFarmV6",
3025
+ "method": "post",
3026
+ "path": "/inventory/v6/farms"
3027
+ },
3028
+ {
3029
+ "fnName": "deleteFarmV6",
3030
+ "method": "delete",
3031
+ "path": "/inventory/v6/farms/{id}"
3032
+ },
3033
+ {
3034
+ "fnName": "getFarmV6",
3035
+ "method": "get",
3036
+ "path": "/inventory/v6/farms/{id}"
3037
+ },
3038
+ {
3039
+ "fnName": "updateFarmV6",
3040
+ "method": "put",
3041
+ "path": "/inventory/v6/farms/{id}"
3042
+ },
3043
+ {
3044
+ "fnName": "listDesktopPoolsV7",
3045
+ "method": "get",
3046
+ "path": "/inventory/v7/desktop-pools"
3047
+ },
3048
+ {
3049
+ "fnName": "createDesktopPoolV7",
3050
+ "method": "post",
3051
+ "path": "/inventory/v7/desktop-pools"
3052
+ },
3053
+ {
3054
+ "fnName": "deleteDesktopPoolV7",
3055
+ "method": "delete",
3056
+ "path": "/inventory/v7/desktop-pools/{id}"
3057
+ },
3058
+ {
3059
+ "fnName": "getDesktopPoolV7",
3060
+ "method": "get",
3061
+ "path": "/inventory/v7/desktop-pools/{id}"
3062
+ },
3063
+ {
3064
+ "fnName": "updateDesktopPoolv7",
3065
+ "method": "put",
3066
+ "path": "/inventory/v7/desktop-pools/{id}"
3067
+ },
3068
+ {
3069
+ "fnName": "listADDomainMonitors",
3070
+ "method": "get",
3071
+ "path": "/monitor/ad-domains"
3072
+ },
3073
+ {
3074
+ "fnName": "listAppVolumesManagerMonitorInfoV1",
3075
+ "method": "get",
3076
+ "path": "/monitor/app-volumes-managers"
3077
+ },
3078
+ {
3079
+ "fnName": "getAppVolumesManagerMonitorInfo",
3080
+ "method": "get",
3081
+ "path": "/monitor/app-volumes-managers/{id}"
3082
+ },
3083
+ {
3084
+ "fnName": "listConnectionServerMonitors",
3085
+ "method": "get",
3086
+ "path": "/monitor/connection-servers"
3087
+ },
3088
+ {
3089
+ "fnName": "getEventDatabaseMonitor",
3090
+ "method": "get",
3091
+ "path": "/monitor/event-database"
3092
+ },
3093
+ {
3094
+ "fnName": "listFarmMonitors",
3095
+ "method": "get",
3096
+ "path": "/monitor/farms"
3097
+ },
3098
+ {
3099
+ "fnName": "listGatewayMonitorInfoV1",
3100
+ "method": "get",
3101
+ "path": "/monitor/gateways"
3102
+ },
3103
+ {
3104
+ "fnName": "listRDSServerMonitors",
3105
+ "method": "get",
3106
+ "path": "/monitor/rds-servers"
3107
+ },
3108
+ {
3109
+ "fnName": "listSAMLAuthenticatorMonitorsV1",
3110
+ "method": "get",
3111
+ "path": "/monitor/saml-authenticators"
3112
+ },
3113
+ {
3114
+ "fnName": "getConnectionServerMonitorInfoV2",
3115
+ "method": "get",
3116
+ "path": "/monitor/v1/connection-servers/{id}"
3117
+ },
3118
+ {
3119
+ "fnName": "listDesktopPoolOrFarmDatastoreUsageInfo",
3120
+ "method": "get",
3121
+ "path": "/monitor/v1/datastores/usage-metrics"
3122
+ },
3123
+ {
3124
+ "fnName": "listDesktopPoolMetrics",
3125
+ "method": "get",
3126
+ "path": "/monitor/v1/desktop-pools/metrics"
3127
+ },
3128
+ {
3129
+ "fnName": "getFarmMonitorInfo",
3130
+ "method": "get",
3131
+ "path": "/monitor/v1/farms/{id}"
3132
+ },
3133
+ {
3134
+ "fnName": "getGatewayMonitorInfo",
3135
+ "method": "get",
3136
+ "path": "/monitor/v1/gateways/{id}"
3137
+ },
3138
+ {
3139
+ "fnName": "listGlobalDesktopEntitlementsMetrics",
3140
+ "method": "get",
3141
+ "path": "/monitor/v1/global-desktop-entitlements/metrics"
3142
+ },
3143
+ {
3144
+ "fnName": "listHealthMetricsInfo",
3145
+ "method": "get",
3146
+ "path": "/monitor/v1/health-metrics"
3147
+ },
3148
+ {
3149
+ "fnName": "getLicenseUsageMetrics",
3150
+ "method": "get",
3151
+ "path": "/monitor/v1/licenses/usage-metrics"
3152
+ },
3153
+ {
3154
+ "fnName": "listMessageClientsMonitors",
3155
+ "method": "get",
3156
+ "path": "/monitor/v1/message-clients"
3157
+ },
3158
+ {
3159
+ "fnName": "getMessageClientMonitor",
3160
+ "method": "get",
3161
+ "path": "/monitor/v1/message-clients/{id}"
3162
+ },
3163
+ {
3164
+ "fnName": "listPodMonitorInfosV1",
3165
+ "method": "get",
3166
+ "path": "/monitor/v1/pods"
3167
+ },
3168
+ {
3169
+ "fnName": "getPodSessionMetricsInfo",
3170
+ "method": "get",
3171
+ "path": "/monitor/v1/pods/global-session-metrics"
3172
+ },
3173
+ {
3174
+ "fnName": "getPodMonitorInfoV2",
3175
+ "method": "get",
3176
+ "path": "/monitor/v1/pods/{id}"
3177
+ },
3178
+ {
3179
+ "fnName": "getRDSServerMonitors",
3180
+ "method": "get",
3181
+ "path": "/monitor/v1/rds-servers/{id}"
3182
+ },
3183
+ {
3184
+ "fnName": "getSAMLAuthenticatorMonitorInfo",
3185
+ "method": "get",
3186
+ "path": "/monitor/v1/saml-authenticators/{id}"
3187
+ },
3188
+ {
3189
+ "fnName": "getSessionMetrics",
3190
+ "method": "get",
3191
+ "path": "/monitor/v1/sessions/metrics"
3192
+ },
3193
+ {
3194
+ "fnName": "getSystemMetricsInfo",
3195
+ "method": "get",
3196
+ "path": "/monitor/v1/system-metrics"
3197
+ },
3198
+ {
3199
+ "fnName": "listTrueSSOMonitorInfos",
3200
+ "method": "get",
3201
+ "path": "/monitor/v1/true-sso"
3202
+ },
3203
+ {
3204
+ "fnName": "getTrueSSOMonitorInfo",
3205
+ "method": "get",
3206
+ "path": "/monitor/v1/true-sso/{id}"
3207
+ },
3208
+ {
3209
+ "fnName": "getViewComposerByVCId",
3210
+ "method": "get",
3211
+ "path": "/monitor/v1/view-composers/{vcId}"
3212
+ },
3213
+ {
3214
+ "fnName": "getVirtualCenterMonitorInfo",
3215
+ "method": "get",
3216
+ "path": "/monitor/v1/virtual-centers/{id}"
3217
+ },
3218
+ {
3219
+ "fnName": "listADDomainMonitorInfosV2",
3220
+ "method": "get",
3221
+ "path": "/monitor/v2/ad-domains"
3222
+ },
3223
+ {
3224
+ "fnName": "listAppVolumesManagerMonitorInfoV2",
3225
+ "method": "get",
3226
+ "path": "/monitor/v2/app-volumes-managers"
3227
+ },
3228
+ {
3229
+ "fnName": "getAppVolumesManagerMonitorInfoV2",
3230
+ "method": "get",
3231
+ "path": "/monitor/v2/app-volumes-managers/{id}"
3232
+ },
3233
+ {
3234
+ "fnName": "listConnectionServerMonitorsV2",
3235
+ "method": "get",
3236
+ "path": "/monitor/v2/connection-servers"
3237
+ },
3238
+ {
3239
+ "fnName": "getConnectionServerMonitorInfoV3",
3240
+ "method": "get",
3241
+ "path": "/monitor/v2/connection-servers/{id}"
3242
+ },
3243
+ {
3244
+ "fnName": "listGatewayMonitorInfoV2",
3245
+ "method": "get",
3246
+ "path": "/monitor/v2/gateways"
3247
+ },
3248
+ {
3249
+ "fnName": "getGatewayMonitorInfoV2",
3250
+ "method": "get",
3251
+ "path": "/monitor/v2/gateways/{id}"
3252
+ },
3253
+ {
3254
+ "fnName": "listPodMonitorInfosV2",
3255
+ "method": "get",
3256
+ "path": "/monitor/v2/pods"
3257
+ },
3258
+ {
3259
+ "fnName": "listSAMLAuthenticatorMonitorsV2",
3260
+ "method": "get",
3261
+ "path": "/monitor/v2/saml-authenticators"
3262
+ },
3263
+ {
3264
+ "fnName": "listViewComposerMonitorsV2",
3265
+ "method": "get",
3266
+ "path": "/monitor/v2/view-composers"
3267
+ },
3268
+ {
3269
+ "fnName": "listVirtualCenterMonitorsV2",
3270
+ "method": "get",
3271
+ "path": "/monitor/v2/virtual-centers"
3272
+ },
3273
+ {
3274
+ "fnName": "listADDomainMonitorInfosV3",
3275
+ "method": "get",
3276
+ "path": "/monitor/v3/ad-domains"
3277
+ },
3278
+ {
3279
+ "fnName": "listConnectionServerMonitorsV3",
3280
+ "method": "get",
3281
+ "path": "/monitor/v3/connection-servers"
3282
+ },
3283
+ {
3284
+ "fnName": "listGatewayMonitorInfoV3",
3285
+ "method": "get",
3286
+ "path": "/monitor/v3/gateways"
3287
+ },
3288
+ {
3289
+ "fnName": "listVirtualCenterMonitorsV3",
3290
+ "method": "get",
3291
+ "path": "/monitor/v3/virtual-centers"
3292
+ },
3293
+ {
3294
+ "fnName": "getVirtualCenterMonitorInfoV3",
3295
+ "method": "get",
3296
+ "path": "/monitor/v3/virtual-centers/{id}"
3297
+ },
3298
+ {
3299
+ "fnName": "listViewComposerMonitorsV1",
3300
+ "method": "get",
3301
+ "path": "/monitor/view-composers"
3302
+ },
3303
+ {
3304
+ "fnName": "listVirtualCenterMonitors",
3305
+ "method": "get",
3306
+ "path": "/monitor/virtual-centers"
3307
+ }
3308
+ ],
3309
+ "errors": [],
3310
+ "warnings": [],
3311
+ "callsTotal": 600,
3312
+ "callsConverted": 600,
3313
+ "no_mockdata_num": 600
3314
+ }
3315
+ }