@itentialopensource/adapter-vmware_vcenter 0.8.2 → 0.9.0

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 (43) hide show
  1. package/AUTH.md +10 -13
  2. package/CALLS.md +655 -22
  3. package/CHANGELOG.md +8 -0
  4. package/CONTRIBUTING.md +1 -160
  5. package/ENHANCE.md +2 -2
  6. package/README.md +32 -23
  7. package/SYSTEMINFO.md +13 -4
  8. package/adapter.js +157 -329
  9. package/adapterBase.js +549 -879
  10. package/changelogs/changelog.md +187 -0
  11. package/metadata.json +60 -0
  12. package/package.json +24 -24
  13. package/pronghorn.json +974 -635
  14. package/propertiesSchema.json +422 -31
  15. package/refs?service=git-upload-pack +0 -0
  16. package/report/adapter-openapi.json +4014 -0
  17. package/report/adapter-openapi.yaml +3108 -0
  18. package/report/adapterInfo.json +8 -8
  19. package/report/updateReport1691507527594.json +120 -0
  20. package/report/updateReport1692202545966.json +120 -0
  21. package/report/updateReport1694461552745.json +120 -0
  22. package/sampleProperties.json +63 -2
  23. package/test/integration/adapterTestBasicGet.js +2 -4
  24. package/test/integration/adapterTestConnectivity.js +91 -42
  25. package/test/integration/adapterTestIntegration.js +130 -2
  26. package/test/unit/adapterBaseTestUnit.js +388 -313
  27. package/test/unit/adapterTestUnit.js +338 -112
  28. package/utils/adapterInfo.js +1 -1
  29. package/utils/addAuth.js +1 -1
  30. package/utils/artifactize.js +1 -1
  31. package/utils/checkMigrate.js +1 -1
  32. package/utils/entitiesToDB.js +2 -2
  33. package/utils/findPath.js +1 -1
  34. package/utils/methodDocumentor.js +260 -0
  35. package/utils/modify.js +13 -15
  36. package/utils/packModificationScript.js +1 -1
  37. package/utils/pre-commit.sh +2 -0
  38. package/utils/taskMover.js +309 -0
  39. package/utils/tbScript.js +89 -34
  40. package/utils/tbUtils.js +41 -21
  41. package/utils/testRunner.js +1 -1
  42. package/utils/troubleshootingAdapter.js +9 -6
  43. package/workflows/README.md +0 -3
@@ -0,0 +1,4014 @@
1
+ {
2
+ "openapi": "3.0.2",
3
+ "info": {
4
+ "title": "vMware vCenter",
5
+ "version": "1.0.0"
6
+ },
7
+ "paths": {
8
+ "/com/vmware/vcenter/inventory/datastore": {
9
+ "post": {
10
+ "operationId": "postComvmwarevcenterinventorydatastoreactionfind",
11
+ "responses": {
12
+ "200": {
13
+ "description": "Successful operation",
14
+ "content": {
15
+ "application/json": {
16
+ "schema": {
17
+ "title": "result",
18
+ "type": "object"
19
+ }
20
+ }
21
+ }
22
+ }
23
+ }
24
+ }
25
+ },
26
+ "/com/vmware/vcenter/inventory/network": {
27
+ "post": {
28
+ "operationId": "postComvmwarevcenterinventorynetworkactionfind",
29
+ "responses": {
30
+ "200": {
31
+ "description": "Successful operation",
32
+ "content": {
33
+ "application/json": {
34
+ "schema": {
35
+ "title": "result",
36
+ "type": "object"
37
+ }
38
+ }
39
+ }
40
+ }
41
+ }
42
+ }
43
+ },
44
+ "/com/vmware/vcenter/iso/image/id:{libraryItem}": {
45
+ "post": {
46
+ "operationId": "postComvmwarevcenterisoimageidlibraryItemactionmount",
47
+ "responses": {
48
+ "200": {
49
+ "description": "Successful operation",
50
+ "content": {
51
+ "application/json": {
52
+ "schema": {
53
+ "title": "result",
54
+ "type": "object"
55
+ }
56
+ }
57
+ }
58
+ }
59
+ },
60
+ "parameters": [
61
+ {
62
+ "name": "libraryItem",
63
+ "in": "path",
64
+ "required": true,
65
+ "schema": {
66
+ "title": "libraryItem",
67
+ "type": "string"
68
+ }
69
+ }
70
+ ],
71
+ "requestBody": {
72
+ "content": {
73
+ "application/json": {
74
+ "schema": {
75
+ "type": "object"
76
+ }
77
+ }
78
+ }
79
+ }
80
+ }
81
+ },
82
+ "/com/vmware/vcenter/iso/image/id:{vm}": {
83
+ "post": {
84
+ "operationId": "postComvmwarevcenterisoimageidvmactionunmount",
85
+ "responses": {
86
+ "200": {
87
+ "description": "Successful operation",
88
+ "content": {
89
+ "application/json": {
90
+ "schema": {
91
+ "title": "result",
92
+ "type": "object"
93
+ }
94
+ }
95
+ }
96
+ }
97
+ },
98
+ "parameters": [
99
+ {
100
+ "name": "vm",
101
+ "in": "path",
102
+ "required": true,
103
+ "schema": {
104
+ "title": "vm",
105
+ "type": "string"
106
+ }
107
+ }
108
+ ],
109
+ "requestBody": {
110
+ "content": {
111
+ "application/json": {
112
+ "schema": {
113
+ "type": "object"
114
+ }
115
+ }
116
+ }
117
+ }
118
+ }
119
+ },
120
+ "/com/vmware/vcenter/ovf/export-flag": {
121
+ "get": {
122
+ "operationId": "getComvmwarevcenterovfexportFlag",
123
+ "responses": {
124
+ "200": {
125
+ "description": "Successful operation",
126
+ "content": {
127
+ "application/json": {
128
+ "schema": {
129
+ "title": "result",
130
+ "type": "object"
131
+ }
132
+ }
133
+ }
134
+ }
135
+ }
136
+ }
137
+ },
138
+ "/com/vmware/vcenter/ovf/import-flag": {
139
+ "get": {
140
+ "operationId": "getComvmwarevcenterovfimportFlag",
141
+ "responses": {
142
+ "200": {
143
+ "description": "Successful operation",
144
+ "content": {
145
+ "application/json": {
146
+ "schema": {
147
+ "title": "result",
148
+ "type": "object"
149
+ }
150
+ }
151
+ }
152
+ }
153
+ }
154
+ }
155
+ },
156
+ "/com/vmware/vcenter/ovf/library-item": {
157
+ "post": {
158
+ "operationId": "postComvmwarevcenterovflibraryItem",
159
+ "responses": {
160
+ "200": {
161
+ "description": "Successful operation",
162
+ "content": {
163
+ "application/json": {
164
+ "schema": {
165
+ "title": "result",
166
+ "type": "object"
167
+ }
168
+ }
169
+ }
170
+ }
171
+ },
172
+ "parameters": [
173
+ {
174
+ "name": "clientTokensourcetargetcreateSpec",
175
+ "in": "query",
176
+ "required": true,
177
+ "schema": {
178
+ "title": "clientTokensourcetargetcreateSpec",
179
+ "type": "object"
180
+ }
181
+ }
182
+ ],
183
+ "requestBody": {
184
+ "content": {
185
+ "application/json": {
186
+ "schema": {
187
+ "type": "object"
188
+ }
189
+ }
190
+ }
191
+ }
192
+ }
193
+ },
194
+ "/com/vmware/vcenter/ovf/library-item/id:{ovfLibraryItemId}": {
195
+ "post": {
196
+ "operationId": "postComvmwarevcenterovflibraryItemidovfLibraryItemIdactionfilter",
197
+ "responses": {
198
+ "200": {
199
+ "description": "Successful operation",
200
+ "content": {
201
+ "application/json": {
202
+ "schema": {
203
+ "title": "result",
204
+ "type": "object"
205
+ }
206
+ }
207
+ }
208
+ }
209
+ },
210
+ "parameters": [
211
+ {
212
+ "name": "ovfLibraryItemId",
213
+ "in": "path",
214
+ "required": true,
215
+ "schema": {
216
+ "title": "ovfLibraryItemId",
217
+ "type": "string"
218
+ }
219
+ },
220
+ {
221
+ "name": "target",
222
+ "in": "query",
223
+ "required": true,
224
+ "schema": {
225
+ "title": "target",
226
+ "type": "object"
227
+ }
228
+ }
229
+ ],
230
+ "requestBody": {
231
+ "content": {
232
+ "application/json": {
233
+ "schema": {
234
+ "type": "object"
235
+ }
236
+ }
237
+ }
238
+ }
239
+ }
240
+ },
241
+ "/vcenter/cluster": {
242
+ "get": {
243
+ "operationId": "getVcentercluster",
244
+ "responses": {
245
+ "200": {
246
+ "description": "Successful operation",
247
+ "content": {
248
+ "application/json": {
249
+ "schema": {
250
+ "title": "result",
251
+ "type": "object"
252
+ }
253
+ }
254
+ }
255
+ }
256
+ },
257
+ "parameters": [
258
+ {
259
+ "name": "filterfolders",
260
+ "in": "query",
261
+ "required": false,
262
+ "schema": {
263
+ "title": "filterfolders",
264
+ "type": "array",
265
+ "items": {
266
+ "type": "string"
267
+ }
268
+ }
269
+ },
270
+ {
271
+ "name": "filterclusters",
272
+ "in": "query",
273
+ "required": false,
274
+ "schema": {
275
+ "title": "filterclusters",
276
+ "type": "array",
277
+ "items": {
278
+ "type": "string"
279
+ }
280
+ }
281
+ },
282
+ {
283
+ "name": "filternames",
284
+ "in": "query",
285
+ "required": false,
286
+ "schema": {
287
+ "title": "filternames",
288
+ "type": "array",
289
+ "items": {
290
+ "type": "string"
291
+ }
292
+ }
293
+ },
294
+ {
295
+ "name": "filterdatacenters",
296
+ "in": "query",
297
+ "required": false,
298
+ "schema": {
299
+ "title": "filterdatacenters",
300
+ "type": "array",
301
+ "items": {
302
+ "type": "string"
303
+ }
304
+ }
305
+ }
306
+ ]
307
+ }
308
+ },
309
+ "/vcenter/cluster/{cluster}": {
310
+ "get": {
311
+ "operationId": "getVcenterclustercluster",
312
+ "responses": {
313
+ "200": {
314
+ "description": "Successful operation",
315
+ "content": {
316
+ "application/json": {
317
+ "schema": {
318
+ "title": "result",
319
+ "type": "object"
320
+ }
321
+ }
322
+ }
323
+ }
324
+ },
325
+ "parameters": [
326
+ {
327
+ "name": "cluster",
328
+ "in": "path",
329
+ "required": true,
330
+ "schema": {
331
+ "title": "cluster",
332
+ "type": "string"
333
+ }
334
+ }
335
+ ]
336
+ }
337
+ },
338
+ "/vcenter/datacenter": {
339
+ "post": {
340
+ "operationId": "postVcenterdatacenter",
341
+ "responses": {
342
+ "200": {
343
+ "description": "Successful operation",
344
+ "content": {
345
+ "application/json": {
346
+ "schema": {
347
+ "title": "result",
348
+ "type": "object"
349
+ }
350
+ }
351
+ }
352
+ }
353
+ },
354
+ "parameters": [
355
+ {
356
+ "name": "spec",
357
+ "in": "query",
358
+ "required": true,
359
+ "schema": {
360
+ "title": "spec",
361
+ "type": "object"
362
+ }
363
+ }
364
+ ],
365
+ "requestBody": {
366
+ "content": {
367
+ "application/json": {
368
+ "schema": {
369
+ "type": "object"
370
+ }
371
+ }
372
+ }
373
+ }
374
+ },
375
+ "get": {
376
+ "operationId": "getVcenterdatacenter",
377
+ "responses": {
378
+ "200": {
379
+ "description": "Successful operation",
380
+ "content": {
381
+ "application/json": {
382
+ "schema": {
383
+ "title": "result",
384
+ "type": "object"
385
+ }
386
+ }
387
+ }
388
+ }
389
+ },
390
+ "parameters": [
391
+ {
392
+ "name": "filterfolders",
393
+ "in": "query",
394
+ "required": false,
395
+ "schema": {
396
+ "title": "filterfolders",
397
+ "type": "array",
398
+ "items": {
399
+ "type": "string"
400
+ }
401
+ }
402
+ },
403
+ {
404
+ "name": "filterdatacenters",
405
+ "in": "query",
406
+ "required": false,
407
+ "schema": {
408
+ "title": "filterdatacenters",
409
+ "type": "array",
410
+ "items": {
411
+ "type": "string"
412
+ }
413
+ }
414
+ },
415
+ {
416
+ "name": "filternames",
417
+ "in": "query",
418
+ "required": false,
419
+ "schema": {
420
+ "title": "filternames",
421
+ "type": "array",
422
+ "items": {
423
+ "type": "string"
424
+ }
425
+ }
426
+ }
427
+ ]
428
+ }
429
+ },
430
+ "/vcenter/datacenter/{datacenter}": {
431
+ "get": {
432
+ "operationId": "getVcenterdatacenterdatacenter",
433
+ "responses": {
434
+ "200": {
435
+ "description": "Successful operation",
436
+ "content": {
437
+ "application/json": {
438
+ "schema": {
439
+ "title": "result",
440
+ "type": "object"
441
+ }
442
+ }
443
+ }
444
+ }
445
+ },
446
+ "parameters": [
447
+ {
448
+ "name": "datacenter",
449
+ "in": "path",
450
+ "required": true,
451
+ "schema": {
452
+ "title": "datacenter",
453
+ "type": "string"
454
+ }
455
+ }
456
+ ]
457
+ },
458
+ "delete": {
459
+ "operationId": "deleteVcenterdatacenterdatacenter",
460
+ "responses": {
461
+ "200": {
462
+ "description": "Successful operation",
463
+ "content": {
464
+ "application/json": {
465
+ "schema": {
466
+ "title": "result",
467
+ "type": "object"
468
+ }
469
+ }
470
+ }
471
+ }
472
+ },
473
+ "parameters": [
474
+ {
475
+ "name": "datacenter",
476
+ "in": "path",
477
+ "required": true,
478
+ "schema": {
479
+ "title": "datacenter",
480
+ "type": "string"
481
+ }
482
+ },
483
+ {
484
+ "name": "force",
485
+ "in": "query",
486
+ "required": false,
487
+ "schema": {
488
+ "title": "force",
489
+ "type": "boolean"
490
+ }
491
+ }
492
+ ]
493
+ }
494
+ },
495
+ "/vcenter/datastore": {
496
+ "get": {
497
+ "operationId": "getVcenterdatastore",
498
+ "responses": {
499
+ "200": {
500
+ "description": "Successful operation",
501
+ "content": {
502
+ "application/json": {
503
+ "schema": {
504
+ "title": "result",
505
+ "type": "object"
506
+ }
507
+ }
508
+ }
509
+ }
510
+ },
511
+ "parameters": [
512
+ {
513
+ "name": "filterdatastores",
514
+ "in": "query",
515
+ "required": false,
516
+ "schema": {
517
+ "title": "filterdatastores",
518
+ "type": "array",
519
+ "items": {
520
+ "type": "string"
521
+ }
522
+ }
523
+ },
524
+ {
525
+ "name": "filterfolders",
526
+ "in": "query",
527
+ "required": false,
528
+ "schema": {
529
+ "title": "filterfolders",
530
+ "type": "array",
531
+ "items": {
532
+ "type": "string"
533
+ }
534
+ }
535
+ },
536
+ {
537
+ "name": "filternames",
538
+ "in": "query",
539
+ "required": false,
540
+ "schema": {
541
+ "title": "filternames",
542
+ "type": "array",
543
+ "items": {
544
+ "type": "string"
545
+ }
546
+ }
547
+ },
548
+ {
549
+ "name": "filtertypes",
550
+ "in": "query",
551
+ "required": false,
552
+ "schema": {
553
+ "title": "filtertypes",
554
+ "type": "array",
555
+ "items": {
556
+ "type": "string"
557
+ }
558
+ }
559
+ },
560
+ {
561
+ "name": "filterdatacenters",
562
+ "in": "query",
563
+ "required": false,
564
+ "schema": {
565
+ "title": "filterdatacenters",
566
+ "type": "array",
567
+ "items": {
568
+ "type": "string"
569
+ }
570
+ }
571
+ }
572
+ ]
573
+ }
574
+ },
575
+ "/vcenter/datastore/{datastore}": {
576
+ "get": {
577
+ "operationId": "getVcenterdatastoredatastore",
578
+ "responses": {
579
+ "200": {
580
+ "description": "Successful operation",
581
+ "content": {
582
+ "application/json": {
583
+ "schema": {
584
+ "title": "result",
585
+ "type": "object"
586
+ }
587
+ }
588
+ }
589
+ }
590
+ },
591
+ "parameters": [
592
+ {
593
+ "name": "datastore",
594
+ "in": "path",
595
+ "required": true,
596
+ "schema": {
597
+ "title": "datastore",
598
+ "type": "string"
599
+ }
600
+ }
601
+ ]
602
+ }
603
+ },
604
+ "/vcenter/folder": {
605
+ "get": {
606
+ "operationId": "getVcenterfolder",
607
+ "responses": {
608
+ "200": {
609
+ "description": "Successful operation",
610
+ "content": {
611
+ "application/json": {
612
+ "schema": {
613
+ "title": "result",
614
+ "type": "object"
615
+ }
616
+ }
617
+ }
618
+ }
619
+ },
620
+ "parameters": [
621
+ {
622
+ "name": "filterfolders",
623
+ "in": "query",
624
+ "required": false,
625
+ "schema": {
626
+ "title": "filterfolders",
627
+ "type": "array",
628
+ "items": {
629
+ "type": "string"
630
+ }
631
+ }
632
+ },
633
+ {
634
+ "name": "filterparentFolders",
635
+ "in": "query",
636
+ "required": false,
637
+ "schema": {
638
+ "title": "filterparentFolders",
639
+ "type": "array",
640
+ "items": {
641
+ "type": "string"
642
+ }
643
+ }
644
+ },
645
+ {
646
+ "name": "filtertype",
647
+ "in": "query",
648
+ "required": false,
649
+ "schema": {
650
+ "title": "filtertype",
651
+ "type": "string"
652
+ }
653
+ },
654
+ {
655
+ "name": "filternames",
656
+ "in": "query",
657
+ "required": false,
658
+ "schema": {
659
+ "title": "filternames",
660
+ "type": "array",
661
+ "items": {
662
+ "type": "string"
663
+ }
664
+ }
665
+ },
666
+ {
667
+ "name": "filterdatacenters",
668
+ "in": "query",
669
+ "required": false,
670
+ "schema": {
671
+ "title": "filterdatacenters",
672
+ "type": "array",
673
+ "items": {
674
+ "type": "string"
675
+ }
676
+ }
677
+ }
678
+ ]
679
+ }
680
+ },
681
+ "/vcenter/host": {
682
+ "post": {
683
+ "operationId": "postVcenterhost",
684
+ "responses": {
685
+ "200": {
686
+ "description": "Successful operation",
687
+ "content": {
688
+ "application/json": {
689
+ "schema": {
690
+ "title": "result",
691
+ "type": "object"
692
+ }
693
+ }
694
+ }
695
+ }
696
+ },
697
+ "parameters": [
698
+ {
699
+ "name": "spec",
700
+ "in": "query",
701
+ "required": true,
702
+ "schema": {
703
+ "title": "spec",
704
+ "type": "object"
705
+ }
706
+ }
707
+ ],
708
+ "requestBody": {
709
+ "content": {
710
+ "application/json": {
711
+ "schema": {
712
+ "type": "object"
713
+ }
714
+ }
715
+ }
716
+ }
717
+ },
718
+ "get": {
719
+ "operationId": "getVcenterhost",
720
+ "responses": {
721
+ "200": {
722
+ "description": "Successful operation",
723
+ "content": {
724
+ "application/json": {
725
+ "schema": {
726
+ "title": "result",
727
+ "type": "object"
728
+ }
729
+ }
730
+ }
731
+ }
732
+ },
733
+ "parameters": [
734
+ {
735
+ "name": "filterfolders",
736
+ "in": "query",
737
+ "required": false,
738
+ "schema": {
739
+ "title": "filterfolders",
740
+ "type": "array",
741
+ "items": {
742
+ "type": "string"
743
+ }
744
+ }
745
+ },
746
+ {
747
+ "name": "filterstandalone",
748
+ "in": "query",
749
+ "required": false,
750
+ "schema": {
751
+ "title": "filterstandalone",
752
+ "type": "boolean"
753
+ }
754
+ },
755
+ {
756
+ "name": "filterhosts",
757
+ "in": "query",
758
+ "required": false,
759
+ "schema": {
760
+ "title": "filterhosts",
761
+ "type": "array",
762
+ "items": {
763
+ "type": "string"
764
+ }
765
+ }
766
+ },
767
+ {
768
+ "name": "filternames",
769
+ "in": "query",
770
+ "required": false,
771
+ "schema": {
772
+ "title": "filternames",
773
+ "type": "array",
774
+ "items": {
775
+ "type": "string"
776
+ }
777
+ }
778
+ },
779
+ {
780
+ "name": "filterclusters",
781
+ "in": "query",
782
+ "required": false,
783
+ "schema": {
784
+ "title": "filterclusters",
785
+ "type": "array",
786
+ "items": {
787
+ "type": "string"
788
+ }
789
+ }
790
+ },
791
+ {
792
+ "name": "filterdatacenters",
793
+ "in": "query",
794
+ "required": false,
795
+ "schema": {
796
+ "title": "filterdatacenters",
797
+ "type": "array",
798
+ "items": {
799
+ "type": "string"
800
+ }
801
+ }
802
+ },
803
+ {
804
+ "name": "filterconnectionStates",
805
+ "in": "query",
806
+ "required": false,
807
+ "schema": {
808
+ "title": "filterconnectionStates",
809
+ "type": "array",
810
+ "items": {
811
+ "type": "string"
812
+ }
813
+ }
814
+ }
815
+ ]
816
+ }
817
+ },
818
+ "/vcenter/host/{host}": {
819
+ "delete": {
820
+ "operationId": "deleteVcenterhosthost",
821
+ "responses": {
822
+ "200": {
823
+ "description": "Successful operation",
824
+ "content": {
825
+ "application/json": {
826
+ "schema": {
827
+ "title": "result",
828
+ "type": "object"
829
+ }
830
+ }
831
+ }
832
+ }
833
+ },
834
+ "parameters": [
835
+ {
836
+ "name": "host",
837
+ "in": "path",
838
+ "required": true,
839
+ "schema": {
840
+ "title": "host",
841
+ "type": "string"
842
+ }
843
+ }
844
+ ]
845
+ }
846
+ },
847
+ "/vcenter/host/{host}/connect": {
848
+ "post": {
849
+ "operationId": "postVcenterhosthostconnect",
850
+ "responses": {
851
+ "200": {
852
+ "description": "Successful operation",
853
+ "content": {
854
+ "application/json": {
855
+ "schema": {
856
+ "title": "result",
857
+ "type": "object"
858
+ }
859
+ }
860
+ }
861
+ }
862
+ },
863
+ "parameters": [
864
+ {
865
+ "name": "host",
866
+ "in": "path",
867
+ "required": true,
868
+ "schema": {
869
+ "title": "host",
870
+ "type": "string"
871
+ }
872
+ }
873
+ ],
874
+ "requestBody": {
875
+ "content": {
876
+ "application/json": {
877
+ "schema": {
878
+ "type": "object"
879
+ }
880
+ }
881
+ }
882
+ }
883
+ }
884
+ },
885
+ "/vcenter/host/{host}/disconnect": {
886
+ "post": {
887
+ "operationId": "postVcenterhosthostdisconnect",
888
+ "responses": {
889
+ "200": {
890
+ "description": "Successful operation",
891
+ "content": {
892
+ "application/json": {
893
+ "schema": {
894
+ "title": "result",
895
+ "type": "object"
896
+ }
897
+ }
898
+ }
899
+ }
900
+ },
901
+ "parameters": [
902
+ {
903
+ "name": "host",
904
+ "in": "path",
905
+ "required": true,
906
+ "schema": {
907
+ "title": "host",
908
+ "type": "string"
909
+ }
910
+ }
911
+ ],
912
+ "requestBody": {
913
+ "content": {
914
+ "application/json": {
915
+ "schema": {
916
+ "type": "object"
917
+ }
918
+ }
919
+ }
920
+ }
921
+ }
922
+ },
923
+ "/vcenter/network": {
924
+ "get": {
925
+ "operationId": "getVcenternetwork",
926
+ "responses": {
927
+ "200": {
928
+ "description": "Successful operation",
929
+ "content": {
930
+ "application/json": {
931
+ "schema": {
932
+ "title": "result",
933
+ "type": "object"
934
+ }
935
+ }
936
+ }
937
+ }
938
+ },
939
+ "parameters": [
940
+ {
941
+ "name": "filterfolders",
942
+ "in": "query",
943
+ "required": false,
944
+ "schema": {
945
+ "title": "filterfolders",
946
+ "type": "array",
947
+ "items": {
948
+ "type": "string"
949
+ }
950
+ }
951
+ },
952
+ {
953
+ "name": "filterdatacenters",
954
+ "in": "query",
955
+ "required": false,
956
+ "schema": {
957
+ "title": "filterdatacenters",
958
+ "type": "array",
959
+ "items": {
960
+ "type": "string"
961
+ }
962
+ }
963
+ },
964
+ {
965
+ "name": "filternetworks",
966
+ "in": "query",
967
+ "required": false,
968
+ "schema": {
969
+ "title": "filternetworks",
970
+ "type": "array",
971
+ "items": {
972
+ "type": "string"
973
+ }
974
+ }
975
+ },
976
+ {
977
+ "name": "filtertypes",
978
+ "in": "query",
979
+ "required": false,
980
+ "schema": {
981
+ "title": "filtertypes",
982
+ "type": "array",
983
+ "items": {
984
+ "type": "string"
985
+ }
986
+ }
987
+ },
988
+ {
989
+ "name": "filternames",
990
+ "in": "query",
991
+ "required": false,
992
+ "schema": {
993
+ "title": "filternames",
994
+ "type": "array",
995
+ "items": {
996
+ "type": "string"
997
+ }
998
+ }
999
+ }
1000
+ ]
1001
+ }
1002
+ },
1003
+ "/vcenter/resource-pool": {
1004
+ "get": {
1005
+ "operationId": "getVcenterresourcePool",
1006
+ "responses": {
1007
+ "200": {
1008
+ "description": "Successful operation",
1009
+ "content": {
1010
+ "application/json": {
1011
+ "schema": {
1012
+ "title": "result",
1013
+ "type": "object"
1014
+ }
1015
+ }
1016
+ }
1017
+ }
1018
+ },
1019
+ "parameters": [
1020
+ {
1021
+ "name": "filterparentResourcePools",
1022
+ "in": "query",
1023
+ "required": false,
1024
+ "schema": {
1025
+ "title": "filterparentResourcePools",
1026
+ "type": "array",
1027
+ "items": {
1028
+ "type": "string"
1029
+ }
1030
+ }
1031
+ },
1032
+ {
1033
+ "name": "filterhosts",
1034
+ "in": "query",
1035
+ "required": false,
1036
+ "schema": {
1037
+ "title": "filterhosts",
1038
+ "type": "array",
1039
+ "items": {
1040
+ "type": "string"
1041
+ }
1042
+ }
1043
+ },
1044
+ {
1045
+ "name": "filternames",
1046
+ "in": "query",
1047
+ "required": false,
1048
+ "schema": {
1049
+ "title": "filternames",
1050
+ "type": "array",
1051
+ "items": {
1052
+ "type": "string"
1053
+ }
1054
+ }
1055
+ },
1056
+ {
1057
+ "name": "filterclusters",
1058
+ "in": "query",
1059
+ "required": false,
1060
+ "schema": {
1061
+ "title": "filterclusters",
1062
+ "type": "array",
1063
+ "items": {
1064
+ "type": "string"
1065
+ }
1066
+ }
1067
+ },
1068
+ {
1069
+ "name": "filterdatacenters",
1070
+ "in": "query",
1071
+ "required": false,
1072
+ "schema": {
1073
+ "title": "filterdatacenters",
1074
+ "type": "array",
1075
+ "items": {
1076
+ "type": "string"
1077
+ }
1078
+ }
1079
+ },
1080
+ {
1081
+ "name": "filterresourcePools",
1082
+ "in": "query",
1083
+ "required": false,
1084
+ "schema": {
1085
+ "title": "filterresourcePools",
1086
+ "type": "array",
1087
+ "items": {
1088
+ "type": "string"
1089
+ }
1090
+ }
1091
+ }
1092
+ ]
1093
+ }
1094
+ },
1095
+ "/vcenter/resource-pool/{resourcepool}": {
1096
+ "get": {
1097
+ "operationId": "getVcenterresourcePoolresourcePool",
1098
+ "responses": {
1099
+ "200": {
1100
+ "description": "Successful operation",
1101
+ "content": {
1102
+ "application/json": {
1103
+ "schema": {
1104
+ "title": "result",
1105
+ "type": "object"
1106
+ }
1107
+ }
1108
+ }
1109
+ }
1110
+ },
1111
+ "parameters": [
1112
+ {
1113
+ "name": "resourcepool",
1114
+ "in": "path",
1115
+ "required": true,
1116
+ "schema": {
1117
+ "title": "resourcepool",
1118
+ "type": "string"
1119
+ }
1120
+ }
1121
+ ]
1122
+ }
1123
+ },
1124
+ "/vcenter/vm": {
1125
+ "post": {
1126
+ "operationId": "postVcentervm",
1127
+ "responses": {
1128
+ "200": {
1129
+ "description": "Successful operation",
1130
+ "content": {
1131
+ "application/json": {
1132
+ "schema": {
1133
+ "title": "result",
1134
+ "type": "object"
1135
+ }
1136
+ }
1137
+ }
1138
+ }
1139
+ },
1140
+ "parameters": [
1141
+ {
1142
+ "name": "spec",
1143
+ "in": "query",
1144
+ "required": true,
1145
+ "schema": {
1146
+ "title": "spec",
1147
+ "type": "object"
1148
+ }
1149
+ }
1150
+ ],
1151
+ "requestBody": {
1152
+ "content": {
1153
+ "application/json": {
1154
+ "schema": {
1155
+ "type": "object"
1156
+ }
1157
+ }
1158
+ }
1159
+ }
1160
+ },
1161
+ "get": {
1162
+ "operationId": "getVcentervm",
1163
+ "responses": {
1164
+ "200": {
1165
+ "description": "Successful operation",
1166
+ "content": {
1167
+ "application/json": {
1168
+ "schema": {
1169
+ "title": "result",
1170
+ "type": "object"
1171
+ }
1172
+ }
1173
+ }
1174
+ }
1175
+ },
1176
+ "parameters": [
1177
+ {
1178
+ "name": "filterfolders",
1179
+ "in": "query",
1180
+ "required": false,
1181
+ "schema": {
1182
+ "title": "filterfolders",
1183
+ "type": "array",
1184
+ "items": {
1185
+ "type": "string"
1186
+ }
1187
+ }
1188
+ },
1189
+ {
1190
+ "name": "filterpowerStates",
1191
+ "in": "query",
1192
+ "required": false,
1193
+ "schema": {
1194
+ "title": "filterpowerStates",
1195
+ "type": "array",
1196
+ "items": {
1197
+ "type": "string"
1198
+ }
1199
+ }
1200
+ },
1201
+ {
1202
+ "name": "filterhosts",
1203
+ "in": "query",
1204
+ "required": false,
1205
+ "schema": {
1206
+ "title": "filterhosts",
1207
+ "type": "array",
1208
+ "items": {
1209
+ "type": "string"
1210
+ }
1211
+ }
1212
+ },
1213
+ {
1214
+ "name": "filternames",
1215
+ "in": "query",
1216
+ "required": false,
1217
+ "schema": {
1218
+ "title": "filternames",
1219
+ "type": "array",
1220
+ "items": {
1221
+ "type": "string"
1222
+ }
1223
+ }
1224
+ },
1225
+ {
1226
+ "name": "filterclusters",
1227
+ "in": "query",
1228
+ "required": false,
1229
+ "schema": {
1230
+ "title": "filterclusters",
1231
+ "type": "array",
1232
+ "items": {
1233
+ "type": "string"
1234
+ }
1235
+ }
1236
+ },
1237
+ {
1238
+ "name": "filterdatacenters",
1239
+ "in": "query",
1240
+ "required": false,
1241
+ "schema": {
1242
+ "title": "filterdatacenters",
1243
+ "type": "array",
1244
+ "items": {
1245
+ "type": "string"
1246
+ }
1247
+ }
1248
+ },
1249
+ {
1250
+ "name": "filterresourcePools",
1251
+ "in": "query",
1252
+ "required": false,
1253
+ "schema": {
1254
+ "title": "filterresourcePools",
1255
+ "type": "array",
1256
+ "items": {
1257
+ "type": "string"
1258
+ }
1259
+ }
1260
+ },
1261
+ {
1262
+ "name": "filtervms",
1263
+ "in": "query",
1264
+ "required": false,
1265
+ "schema": {
1266
+ "title": "filtervms",
1267
+ "type": "array",
1268
+ "items": {
1269
+ "type": "string"
1270
+ }
1271
+ }
1272
+ }
1273
+ ]
1274
+ }
1275
+ },
1276
+ "/vcenter/vm/{vm}": {
1277
+ "delete": {
1278
+ "operationId": "deleteVcentervmvm",
1279
+ "responses": {
1280
+ "200": {
1281
+ "description": "Successful operation",
1282
+ "content": {
1283
+ "application/json": {
1284
+ "schema": {
1285
+ "title": "result",
1286
+ "type": "object"
1287
+ }
1288
+ }
1289
+ }
1290
+ }
1291
+ },
1292
+ "parameters": [
1293
+ {
1294
+ "name": "vm",
1295
+ "in": "path",
1296
+ "required": true,
1297
+ "schema": {
1298
+ "title": "vm",
1299
+ "type": "string"
1300
+ }
1301
+ }
1302
+ ]
1303
+ },
1304
+ "get": {
1305
+ "operationId": "getVcentervmvm",
1306
+ "responses": {
1307
+ "200": {
1308
+ "description": "Successful operation",
1309
+ "content": {
1310
+ "application/json": {
1311
+ "schema": {
1312
+ "title": "result",
1313
+ "type": "object"
1314
+ }
1315
+ }
1316
+ }
1317
+ }
1318
+ },
1319
+ "parameters": [
1320
+ {
1321
+ "name": "vm",
1322
+ "in": "path",
1323
+ "required": true,
1324
+ "schema": {
1325
+ "title": "vm",
1326
+ "type": "string"
1327
+ }
1328
+ }
1329
+ ]
1330
+ }
1331
+ },
1332
+ "/vcenter/vm/{vm}/hardware": {
1333
+ "get": {
1334
+ "operationId": "getVcentervmvmhardware",
1335
+ "responses": {
1336
+ "200": {
1337
+ "description": "Successful operation",
1338
+ "content": {
1339
+ "application/json": {
1340
+ "schema": {
1341
+ "title": "result",
1342
+ "type": "object"
1343
+ }
1344
+ }
1345
+ }
1346
+ }
1347
+ },
1348
+ "parameters": [
1349
+ {
1350
+ "name": "vm",
1351
+ "in": "path",
1352
+ "required": true,
1353
+ "schema": {
1354
+ "title": "vm",
1355
+ "type": "string"
1356
+ }
1357
+ }
1358
+ ]
1359
+ },
1360
+ "patch": {
1361
+ "operationId": "patchVcentervmvmhardware",
1362
+ "responses": {
1363
+ "200": {
1364
+ "description": "Successful operation",
1365
+ "content": {
1366
+ "application/json": {
1367
+ "schema": {
1368
+ "title": "result",
1369
+ "type": "object"
1370
+ }
1371
+ }
1372
+ }
1373
+ }
1374
+ },
1375
+ "parameters": [
1376
+ {
1377
+ "name": "vm",
1378
+ "in": "path",
1379
+ "required": true,
1380
+ "schema": {
1381
+ "title": "vm",
1382
+ "type": "string"
1383
+ }
1384
+ },
1385
+ {
1386
+ "name": "spec",
1387
+ "in": "query",
1388
+ "required": true,
1389
+ "schema": {
1390
+ "title": "spec",
1391
+ "type": "object"
1392
+ }
1393
+ }
1394
+ ],
1395
+ "requestBody": {
1396
+ "content": {
1397
+ "application/json": {
1398
+ "schema": {
1399
+ "type": "object"
1400
+ }
1401
+ }
1402
+ }
1403
+ }
1404
+ }
1405
+ },
1406
+ "/vcenter/vm/{vm}/hardware/action/upgrade": {
1407
+ "post": {
1408
+ "operationId": "postVcentervmvmhardwareactionupgrade",
1409
+ "responses": {
1410
+ "200": {
1411
+ "description": "Successful operation",
1412
+ "content": {
1413
+ "application/json": {
1414
+ "schema": {
1415
+ "title": "result",
1416
+ "type": "object"
1417
+ }
1418
+ }
1419
+ }
1420
+ }
1421
+ },
1422
+ "parameters": [
1423
+ {
1424
+ "name": "vm",
1425
+ "in": "path",
1426
+ "required": true,
1427
+ "schema": {
1428
+ "title": "vm",
1429
+ "type": "string"
1430
+ }
1431
+ },
1432
+ {
1433
+ "name": "version",
1434
+ "in": "query",
1435
+ "required": false,
1436
+ "schema": {
1437
+ "title": "version",
1438
+ "type": "object"
1439
+ }
1440
+ }
1441
+ ],
1442
+ "requestBody": {
1443
+ "content": {
1444
+ "application/json": {
1445
+ "schema": {
1446
+ "type": "object"
1447
+ }
1448
+ }
1449
+ }
1450
+ }
1451
+ }
1452
+ },
1453
+ "/vcenter/vm/{vm}/hardware/adapter/sata": {
1454
+ "post": {
1455
+ "operationId": "postVcentervmvmhardwareadaptersata",
1456
+ "responses": {
1457
+ "200": {
1458
+ "description": "Successful operation",
1459
+ "content": {
1460
+ "application/json": {
1461
+ "schema": {
1462
+ "title": "result",
1463
+ "type": "object"
1464
+ }
1465
+ }
1466
+ }
1467
+ }
1468
+ },
1469
+ "parameters": [
1470
+ {
1471
+ "name": "vm",
1472
+ "in": "path",
1473
+ "required": true,
1474
+ "schema": {
1475
+ "title": "vm",
1476
+ "type": "string"
1477
+ }
1478
+ },
1479
+ {
1480
+ "name": "spec",
1481
+ "in": "query",
1482
+ "required": true,
1483
+ "schema": {
1484
+ "title": "spec",
1485
+ "type": "object"
1486
+ }
1487
+ }
1488
+ ],
1489
+ "requestBody": {
1490
+ "content": {
1491
+ "application/json": {
1492
+ "schema": {
1493
+ "type": "object"
1494
+ }
1495
+ }
1496
+ }
1497
+ }
1498
+ },
1499
+ "get": {
1500
+ "operationId": "getVcentervmvmhardwareadaptersata",
1501
+ "responses": {
1502
+ "200": {
1503
+ "description": "Successful operation",
1504
+ "content": {
1505
+ "application/json": {
1506
+ "schema": {
1507
+ "title": "result",
1508
+ "type": "object"
1509
+ }
1510
+ }
1511
+ }
1512
+ }
1513
+ },
1514
+ "parameters": [
1515
+ {
1516
+ "name": "vm",
1517
+ "in": "path",
1518
+ "required": true,
1519
+ "schema": {
1520
+ "title": "vm",
1521
+ "type": "string"
1522
+ }
1523
+ }
1524
+ ]
1525
+ }
1526
+ },
1527
+ "/vcenter/vm/{vm}/hardware/adapter/sata/{adapter}": {
1528
+ "delete": {
1529
+ "operationId": "deleteVcentervmvmhardwareadaptersataadapter",
1530
+ "responses": {
1531
+ "200": {
1532
+ "description": "Successful operation",
1533
+ "content": {
1534
+ "application/json": {
1535
+ "schema": {
1536
+ "title": "result",
1537
+ "type": "object"
1538
+ }
1539
+ }
1540
+ }
1541
+ }
1542
+ },
1543
+ "parameters": [
1544
+ {
1545
+ "name": "vm",
1546
+ "in": "path",
1547
+ "required": true,
1548
+ "schema": {
1549
+ "title": "vm",
1550
+ "type": "string"
1551
+ }
1552
+ },
1553
+ {
1554
+ "name": "adapter",
1555
+ "in": "path",
1556
+ "required": true,
1557
+ "schema": {
1558
+ "title": "adapter",
1559
+ "type": "string"
1560
+ }
1561
+ }
1562
+ ]
1563
+ },
1564
+ "get": {
1565
+ "operationId": "getVcentervmvmhardwareadaptersataadapter",
1566
+ "responses": {
1567
+ "200": {
1568
+ "description": "Successful operation",
1569
+ "content": {
1570
+ "application/json": {
1571
+ "schema": {
1572
+ "title": "result",
1573
+ "type": "object"
1574
+ }
1575
+ }
1576
+ }
1577
+ }
1578
+ },
1579
+ "parameters": [
1580
+ {
1581
+ "name": "vm",
1582
+ "in": "path",
1583
+ "required": true,
1584
+ "schema": {
1585
+ "title": "vm",
1586
+ "type": "string"
1587
+ }
1588
+ },
1589
+ {
1590
+ "name": "adapter",
1591
+ "in": "path",
1592
+ "required": true,
1593
+ "schema": {
1594
+ "title": "adapter",
1595
+ "type": "string"
1596
+ }
1597
+ }
1598
+ ]
1599
+ }
1600
+ },
1601
+ "/vcenter/vm/{vm}/hardware/adapter/scsi": {
1602
+ "post": {
1603
+ "operationId": "postVcentervmvmhardwareadapterscsi",
1604
+ "responses": {
1605
+ "200": {
1606
+ "description": "Successful operation",
1607
+ "content": {
1608
+ "application/json": {
1609
+ "schema": {
1610
+ "title": "result",
1611
+ "type": "object"
1612
+ }
1613
+ }
1614
+ }
1615
+ }
1616
+ },
1617
+ "parameters": [
1618
+ {
1619
+ "name": "vm",
1620
+ "in": "path",
1621
+ "required": true,
1622
+ "schema": {
1623
+ "title": "vm",
1624
+ "type": "string"
1625
+ }
1626
+ },
1627
+ {
1628
+ "name": "spec",
1629
+ "in": "query",
1630
+ "required": true,
1631
+ "schema": {
1632
+ "title": "spec",
1633
+ "type": "object"
1634
+ }
1635
+ }
1636
+ ],
1637
+ "requestBody": {
1638
+ "content": {
1639
+ "application/json": {
1640
+ "schema": {
1641
+ "type": "object"
1642
+ }
1643
+ }
1644
+ }
1645
+ }
1646
+ },
1647
+ "get": {
1648
+ "operationId": "getVcentervmvmhardwareadapterscsi",
1649
+ "responses": {
1650
+ "200": {
1651
+ "description": "Successful operation",
1652
+ "content": {
1653
+ "application/json": {
1654
+ "schema": {
1655
+ "title": "result",
1656
+ "type": "object"
1657
+ }
1658
+ }
1659
+ }
1660
+ }
1661
+ },
1662
+ "parameters": [
1663
+ {
1664
+ "name": "vm",
1665
+ "in": "path",
1666
+ "required": true,
1667
+ "schema": {
1668
+ "title": "vm",
1669
+ "type": "string"
1670
+ }
1671
+ }
1672
+ ]
1673
+ }
1674
+ },
1675
+ "/vcenter/vm/{vm}/hardware/adapter/scsi/{adapter}": {
1676
+ "get": {
1677
+ "operationId": "getVcentervmvmhardwareadapterscsiadapter",
1678
+ "responses": {
1679
+ "200": {
1680
+ "description": "Successful operation",
1681
+ "content": {
1682
+ "application/json": {
1683
+ "schema": {
1684
+ "title": "result",
1685
+ "type": "object"
1686
+ }
1687
+ }
1688
+ }
1689
+ }
1690
+ },
1691
+ "parameters": [
1692
+ {
1693
+ "name": "vm",
1694
+ "in": "path",
1695
+ "required": true,
1696
+ "schema": {
1697
+ "title": "vm",
1698
+ "type": "string"
1699
+ }
1700
+ },
1701
+ {
1702
+ "name": "adapter",
1703
+ "in": "path",
1704
+ "required": true,
1705
+ "schema": {
1706
+ "title": "adapter",
1707
+ "type": "string"
1708
+ }
1709
+ }
1710
+ ]
1711
+ },
1712
+ "patch": {
1713
+ "operationId": "patchVcentervmvmhardwareadapterscsiadapter",
1714
+ "responses": {
1715
+ "200": {
1716
+ "description": "Successful operation",
1717
+ "content": {
1718
+ "application/json": {
1719
+ "schema": {
1720
+ "title": "result",
1721
+ "type": "object"
1722
+ }
1723
+ }
1724
+ }
1725
+ }
1726
+ },
1727
+ "parameters": [
1728
+ {
1729
+ "name": "vm",
1730
+ "in": "path",
1731
+ "required": true,
1732
+ "schema": {
1733
+ "title": "vm",
1734
+ "type": "string"
1735
+ }
1736
+ },
1737
+ {
1738
+ "name": "adapter",
1739
+ "in": "path",
1740
+ "required": true,
1741
+ "schema": {
1742
+ "title": "adapter",
1743
+ "type": "string"
1744
+ }
1745
+ },
1746
+ {
1747
+ "name": "spec",
1748
+ "in": "query",
1749
+ "required": true,
1750
+ "schema": {
1751
+ "title": "spec",
1752
+ "type": "object"
1753
+ }
1754
+ }
1755
+ ],
1756
+ "requestBody": {
1757
+ "content": {
1758
+ "application/json": {
1759
+ "schema": {
1760
+ "type": "object"
1761
+ }
1762
+ }
1763
+ }
1764
+ }
1765
+ },
1766
+ "delete": {
1767
+ "operationId": "deleteVcentervmvmhardwareadapterscsiadapter",
1768
+ "responses": {
1769
+ "200": {
1770
+ "description": "Successful operation",
1771
+ "content": {
1772
+ "application/json": {
1773
+ "schema": {
1774
+ "title": "result",
1775
+ "type": "object"
1776
+ }
1777
+ }
1778
+ }
1779
+ }
1780
+ },
1781
+ "parameters": [
1782
+ {
1783
+ "name": "vm",
1784
+ "in": "path",
1785
+ "required": true,
1786
+ "schema": {
1787
+ "title": "vm",
1788
+ "type": "string"
1789
+ }
1790
+ },
1791
+ {
1792
+ "name": "adapter",
1793
+ "in": "path",
1794
+ "required": true,
1795
+ "schema": {
1796
+ "title": "adapter",
1797
+ "type": "string"
1798
+ }
1799
+ }
1800
+ ]
1801
+ }
1802
+ },
1803
+ "/vcenter/vm/{vm}/hardware/boot": {
1804
+ "get": {
1805
+ "operationId": "getVcentervmvmhardwareboot",
1806
+ "responses": {
1807
+ "200": {
1808
+ "description": "Successful operation",
1809
+ "content": {
1810
+ "application/json": {
1811
+ "schema": {
1812
+ "title": "result",
1813
+ "type": "object"
1814
+ }
1815
+ }
1816
+ }
1817
+ }
1818
+ },
1819
+ "parameters": [
1820
+ {
1821
+ "name": "vm",
1822
+ "in": "path",
1823
+ "required": true,
1824
+ "schema": {
1825
+ "title": "vm",
1826
+ "type": "string"
1827
+ }
1828
+ }
1829
+ ]
1830
+ },
1831
+ "patch": {
1832
+ "operationId": "patchVcentervmvmhardwareboot",
1833
+ "responses": {
1834
+ "200": {
1835
+ "description": "Successful operation",
1836
+ "content": {
1837
+ "application/json": {
1838
+ "schema": {
1839
+ "title": "result",
1840
+ "type": "object"
1841
+ }
1842
+ }
1843
+ }
1844
+ }
1845
+ },
1846
+ "parameters": [
1847
+ {
1848
+ "name": "vm",
1849
+ "in": "path",
1850
+ "required": true,
1851
+ "schema": {
1852
+ "title": "vm",
1853
+ "type": "string"
1854
+ }
1855
+ },
1856
+ {
1857
+ "name": "spec",
1858
+ "in": "query",
1859
+ "required": true,
1860
+ "schema": {
1861
+ "title": "spec",
1862
+ "type": "object"
1863
+ }
1864
+ }
1865
+ ],
1866
+ "requestBody": {
1867
+ "content": {
1868
+ "application/json": {
1869
+ "schema": {
1870
+ "type": "object"
1871
+ }
1872
+ }
1873
+ }
1874
+ }
1875
+ }
1876
+ },
1877
+ "/vcenter/vm/{vm}/hardware/boot/device": {
1878
+ "put": {
1879
+ "operationId": "putVcentervmvmhardwarebootdevice",
1880
+ "responses": {
1881
+ "200": {
1882
+ "description": "Successful operation",
1883
+ "content": {
1884
+ "application/json": {
1885
+ "schema": {
1886
+ "title": "result",
1887
+ "type": "object"
1888
+ }
1889
+ }
1890
+ }
1891
+ }
1892
+ },
1893
+ "parameters": [
1894
+ {
1895
+ "name": "vm",
1896
+ "in": "path",
1897
+ "required": true,
1898
+ "schema": {
1899
+ "title": "vm",
1900
+ "type": "string"
1901
+ }
1902
+ },
1903
+ {
1904
+ "name": "devices",
1905
+ "in": "query",
1906
+ "required": true,
1907
+ "schema": {
1908
+ "title": "devices",
1909
+ "type": "object"
1910
+ }
1911
+ }
1912
+ ],
1913
+ "requestBody": {
1914
+ "content": {
1915
+ "application/json": {
1916
+ "schema": {
1917
+ "type": "object"
1918
+ }
1919
+ }
1920
+ }
1921
+ }
1922
+ },
1923
+ "get": {
1924
+ "operationId": "getVcentervmvmhardwarebootdevice",
1925
+ "responses": {
1926
+ "200": {
1927
+ "description": "Successful operation",
1928
+ "content": {
1929
+ "application/json": {
1930
+ "schema": {
1931
+ "title": "result",
1932
+ "type": "object"
1933
+ }
1934
+ }
1935
+ }
1936
+ }
1937
+ },
1938
+ "parameters": [
1939
+ {
1940
+ "name": "vm",
1941
+ "in": "path",
1942
+ "required": true,
1943
+ "schema": {
1944
+ "title": "vm",
1945
+ "type": "string"
1946
+ }
1947
+ }
1948
+ ]
1949
+ }
1950
+ },
1951
+ "/vcenter/vm/{vm}/hardware/cdrom": {
1952
+ "post": {
1953
+ "operationId": "postVcentervmvmhardwarecdrom",
1954
+ "responses": {
1955
+ "200": {
1956
+ "description": "Successful operation",
1957
+ "content": {
1958
+ "application/json": {
1959
+ "schema": {
1960
+ "title": "result",
1961
+ "type": "object"
1962
+ }
1963
+ }
1964
+ }
1965
+ }
1966
+ },
1967
+ "parameters": [
1968
+ {
1969
+ "name": "vm",
1970
+ "in": "path",
1971
+ "required": true,
1972
+ "schema": {
1973
+ "title": "vm",
1974
+ "type": "string"
1975
+ }
1976
+ },
1977
+ {
1978
+ "name": "spec",
1979
+ "in": "query",
1980
+ "required": true,
1981
+ "schema": {
1982
+ "title": "spec",
1983
+ "type": "object"
1984
+ }
1985
+ }
1986
+ ],
1987
+ "requestBody": {
1988
+ "content": {
1989
+ "application/json": {
1990
+ "schema": {
1991
+ "type": "object"
1992
+ }
1993
+ }
1994
+ }
1995
+ }
1996
+ },
1997
+ "get": {
1998
+ "operationId": "getVcentervmvmhardwarecdrom",
1999
+ "responses": {
2000
+ "200": {
2001
+ "description": "Successful operation",
2002
+ "content": {
2003
+ "application/json": {
2004
+ "schema": {
2005
+ "title": "result",
2006
+ "type": "object"
2007
+ }
2008
+ }
2009
+ }
2010
+ }
2011
+ },
2012
+ "parameters": [
2013
+ {
2014
+ "name": "vm",
2015
+ "in": "path",
2016
+ "required": true,
2017
+ "schema": {
2018
+ "title": "vm",
2019
+ "type": "string"
2020
+ }
2021
+ }
2022
+ ]
2023
+ }
2024
+ },
2025
+ "/vcenter/vm/{vm}/hardware/cdrom/{cdrom}": {
2026
+ "patch": {
2027
+ "operationId": "patchVcentervmvmhardwarecdromcdrom",
2028
+ "responses": {
2029
+ "200": {
2030
+ "description": "Successful operation",
2031
+ "content": {
2032
+ "application/json": {
2033
+ "schema": {
2034
+ "title": "result",
2035
+ "type": "object"
2036
+ }
2037
+ }
2038
+ }
2039
+ }
2040
+ },
2041
+ "parameters": [
2042
+ {
2043
+ "name": "vm",
2044
+ "in": "path",
2045
+ "required": true,
2046
+ "schema": {
2047
+ "title": "vm",
2048
+ "type": "string"
2049
+ }
2050
+ },
2051
+ {
2052
+ "name": "cdrom",
2053
+ "in": "path",
2054
+ "required": true,
2055
+ "schema": {
2056
+ "title": "cdrom",
2057
+ "type": "string"
2058
+ }
2059
+ },
2060
+ {
2061
+ "name": "spec",
2062
+ "in": "query",
2063
+ "required": true,
2064
+ "schema": {
2065
+ "title": "spec",
2066
+ "type": "object"
2067
+ }
2068
+ }
2069
+ ],
2070
+ "requestBody": {
2071
+ "content": {
2072
+ "application/json": {
2073
+ "schema": {
2074
+ "type": "object"
2075
+ }
2076
+ }
2077
+ }
2078
+ }
2079
+ },
2080
+ "get": {
2081
+ "operationId": "getVcentervmvmhardwarecdromcdrom",
2082
+ "responses": {
2083
+ "200": {
2084
+ "description": "Successful operation",
2085
+ "content": {
2086
+ "application/json": {
2087
+ "schema": {
2088
+ "title": "result",
2089
+ "type": "object"
2090
+ }
2091
+ }
2092
+ }
2093
+ }
2094
+ },
2095
+ "parameters": [
2096
+ {
2097
+ "name": "vm",
2098
+ "in": "path",
2099
+ "required": true,
2100
+ "schema": {
2101
+ "title": "vm",
2102
+ "type": "string"
2103
+ }
2104
+ },
2105
+ {
2106
+ "name": "cdrom",
2107
+ "in": "path",
2108
+ "required": true,
2109
+ "schema": {
2110
+ "title": "cdrom",
2111
+ "type": "string"
2112
+ }
2113
+ }
2114
+ ]
2115
+ },
2116
+ "delete": {
2117
+ "operationId": "deleteVcentervmvmhardwarecdromcdrom",
2118
+ "responses": {
2119
+ "200": {
2120
+ "description": "Successful operation",
2121
+ "content": {
2122
+ "application/json": {
2123
+ "schema": {
2124
+ "title": "result",
2125
+ "type": "object"
2126
+ }
2127
+ }
2128
+ }
2129
+ }
2130
+ },
2131
+ "parameters": [
2132
+ {
2133
+ "name": "vm",
2134
+ "in": "path",
2135
+ "required": true,
2136
+ "schema": {
2137
+ "title": "vm",
2138
+ "type": "string"
2139
+ }
2140
+ },
2141
+ {
2142
+ "name": "cdrom",
2143
+ "in": "path",
2144
+ "required": true,
2145
+ "schema": {
2146
+ "title": "cdrom",
2147
+ "type": "string"
2148
+ }
2149
+ }
2150
+ ]
2151
+ }
2152
+ },
2153
+ "/vcenter/vm/{vm}/hardware/cdrom/{cdrom}/connect": {
2154
+ "post": {
2155
+ "operationId": "postVcentervmvmhardwarecdromcdromconnect",
2156
+ "responses": {
2157
+ "200": {
2158
+ "description": "Successful operation",
2159
+ "content": {
2160
+ "application/json": {
2161
+ "schema": {
2162
+ "title": "result",
2163
+ "type": "object"
2164
+ }
2165
+ }
2166
+ }
2167
+ }
2168
+ },
2169
+ "parameters": [
2170
+ {
2171
+ "name": "vm",
2172
+ "in": "path",
2173
+ "required": true,
2174
+ "schema": {
2175
+ "title": "vm",
2176
+ "type": "string"
2177
+ }
2178
+ },
2179
+ {
2180
+ "name": "cdrom",
2181
+ "in": "path",
2182
+ "required": true,
2183
+ "schema": {
2184
+ "title": "cdrom",
2185
+ "type": "string"
2186
+ }
2187
+ }
2188
+ ],
2189
+ "requestBody": {
2190
+ "content": {
2191
+ "application/json": {
2192
+ "schema": {
2193
+ "type": "object"
2194
+ }
2195
+ }
2196
+ }
2197
+ }
2198
+ }
2199
+ },
2200
+ "/vcenter/vm/{vm}/hardware/cdrom/{cdrom}/disconnect": {
2201
+ "post": {
2202
+ "operationId": "postVcentervmvmhardwarecdromcdromdisconnect",
2203
+ "responses": {
2204
+ "200": {
2205
+ "description": "Successful operation",
2206
+ "content": {
2207
+ "application/json": {
2208
+ "schema": {
2209
+ "title": "result",
2210
+ "type": "object"
2211
+ }
2212
+ }
2213
+ }
2214
+ }
2215
+ },
2216
+ "parameters": [
2217
+ {
2218
+ "name": "vm",
2219
+ "in": "path",
2220
+ "required": true,
2221
+ "schema": {
2222
+ "title": "vm",
2223
+ "type": "string"
2224
+ }
2225
+ },
2226
+ {
2227
+ "name": "cdrom",
2228
+ "in": "path",
2229
+ "required": true,
2230
+ "schema": {
2231
+ "title": "cdrom",
2232
+ "type": "string"
2233
+ }
2234
+ }
2235
+ ],
2236
+ "requestBody": {
2237
+ "content": {
2238
+ "application/json": {
2239
+ "schema": {
2240
+ "type": "object"
2241
+ }
2242
+ }
2243
+ }
2244
+ }
2245
+ }
2246
+ },
2247
+ "/vcenter/vm/{vm}/hardware/cpu": {
2248
+ "get": {
2249
+ "operationId": "getVcentervmvmhardwarecpu",
2250
+ "responses": {
2251
+ "200": {
2252
+ "description": "Successful operation",
2253
+ "content": {
2254
+ "application/json": {
2255
+ "schema": {
2256
+ "title": "result",
2257
+ "type": "object"
2258
+ }
2259
+ }
2260
+ }
2261
+ }
2262
+ },
2263
+ "parameters": [
2264
+ {
2265
+ "name": "vm",
2266
+ "in": "path",
2267
+ "required": true,
2268
+ "schema": {
2269
+ "title": "vm",
2270
+ "type": "string"
2271
+ }
2272
+ }
2273
+ ]
2274
+ },
2275
+ "patch": {
2276
+ "operationId": "patchVcentervmvmhardwarecpu",
2277
+ "responses": {
2278
+ "200": {
2279
+ "description": "Successful operation",
2280
+ "content": {
2281
+ "application/json": {
2282
+ "schema": {
2283
+ "title": "result",
2284
+ "type": "object"
2285
+ }
2286
+ }
2287
+ }
2288
+ }
2289
+ },
2290
+ "parameters": [
2291
+ {
2292
+ "name": "vm",
2293
+ "in": "path",
2294
+ "required": true,
2295
+ "schema": {
2296
+ "title": "vm",
2297
+ "type": "string"
2298
+ }
2299
+ },
2300
+ {
2301
+ "name": "spec",
2302
+ "in": "query",
2303
+ "required": true,
2304
+ "schema": {
2305
+ "title": "spec",
2306
+ "type": "object"
2307
+ }
2308
+ }
2309
+ ],
2310
+ "requestBody": {
2311
+ "content": {
2312
+ "application/json": {
2313
+ "schema": {
2314
+ "type": "object"
2315
+ }
2316
+ }
2317
+ }
2318
+ }
2319
+ }
2320
+ },
2321
+ "/vcenter/vm/{vm}/hardware/disk": {
2322
+ "post": {
2323
+ "operationId": "postVcentervmvmhardwaredisk",
2324
+ "responses": {
2325
+ "200": {
2326
+ "description": "Successful operation",
2327
+ "content": {
2328
+ "application/json": {
2329
+ "schema": {
2330
+ "title": "result",
2331
+ "type": "object"
2332
+ }
2333
+ }
2334
+ }
2335
+ }
2336
+ },
2337
+ "parameters": [
2338
+ {
2339
+ "name": "vm",
2340
+ "in": "path",
2341
+ "required": true,
2342
+ "schema": {
2343
+ "title": "vm",
2344
+ "type": "string"
2345
+ }
2346
+ },
2347
+ {
2348
+ "name": "spec",
2349
+ "in": "query",
2350
+ "required": true,
2351
+ "schema": {
2352
+ "title": "spec",
2353
+ "type": "object"
2354
+ }
2355
+ }
2356
+ ],
2357
+ "requestBody": {
2358
+ "content": {
2359
+ "application/json": {
2360
+ "schema": {
2361
+ "type": "object"
2362
+ }
2363
+ }
2364
+ }
2365
+ }
2366
+ },
2367
+ "get": {
2368
+ "operationId": "getVcentervmvmhardwaredisk",
2369
+ "responses": {
2370
+ "200": {
2371
+ "description": "Successful operation",
2372
+ "content": {
2373
+ "application/json": {
2374
+ "schema": {
2375
+ "title": "result",
2376
+ "type": "object"
2377
+ }
2378
+ }
2379
+ }
2380
+ }
2381
+ },
2382
+ "parameters": [
2383
+ {
2384
+ "name": "vm",
2385
+ "in": "path",
2386
+ "required": true,
2387
+ "schema": {
2388
+ "title": "vm",
2389
+ "type": "string"
2390
+ }
2391
+ }
2392
+ ]
2393
+ }
2394
+ },
2395
+ "/vcenter/vm/{vm}/hardware/disk/{disk}": {
2396
+ "get": {
2397
+ "operationId": "getVcentervmvmhardwarediskdisk",
2398
+ "responses": {
2399
+ "200": {
2400
+ "description": "Successful operation",
2401
+ "content": {
2402
+ "application/json": {
2403
+ "schema": {
2404
+ "title": "result",
2405
+ "type": "object"
2406
+ }
2407
+ }
2408
+ }
2409
+ }
2410
+ },
2411
+ "parameters": [
2412
+ {
2413
+ "name": "vm",
2414
+ "in": "path",
2415
+ "required": true,
2416
+ "schema": {
2417
+ "title": "vm",
2418
+ "type": "string"
2419
+ }
2420
+ },
2421
+ {
2422
+ "name": "disk",
2423
+ "in": "path",
2424
+ "required": true,
2425
+ "schema": {
2426
+ "title": "disk",
2427
+ "type": "string"
2428
+ }
2429
+ }
2430
+ ]
2431
+ },
2432
+ "delete": {
2433
+ "operationId": "deleteVcentervmvmhardwarediskdisk",
2434
+ "responses": {
2435
+ "200": {
2436
+ "description": "Successful operation",
2437
+ "content": {
2438
+ "application/json": {
2439
+ "schema": {
2440
+ "title": "result",
2441
+ "type": "object"
2442
+ }
2443
+ }
2444
+ }
2445
+ }
2446
+ },
2447
+ "parameters": [
2448
+ {
2449
+ "name": "vm",
2450
+ "in": "path",
2451
+ "required": true,
2452
+ "schema": {
2453
+ "title": "vm",
2454
+ "type": "string"
2455
+ }
2456
+ },
2457
+ {
2458
+ "name": "disk",
2459
+ "in": "path",
2460
+ "required": true,
2461
+ "schema": {
2462
+ "title": "disk",
2463
+ "type": "string"
2464
+ }
2465
+ }
2466
+ ]
2467
+ },
2468
+ "patch": {
2469
+ "operationId": "patchVcentervmvmhardwarediskdisk",
2470
+ "responses": {
2471
+ "200": {
2472
+ "description": "Successful operation",
2473
+ "content": {
2474
+ "application/json": {
2475
+ "schema": {
2476
+ "title": "result",
2477
+ "type": "object"
2478
+ }
2479
+ }
2480
+ }
2481
+ }
2482
+ },
2483
+ "parameters": [
2484
+ {
2485
+ "name": "vm",
2486
+ "in": "path",
2487
+ "required": true,
2488
+ "schema": {
2489
+ "title": "vm",
2490
+ "type": "string"
2491
+ }
2492
+ },
2493
+ {
2494
+ "name": "disk",
2495
+ "in": "path",
2496
+ "required": true,
2497
+ "schema": {
2498
+ "title": "disk",
2499
+ "type": "string"
2500
+ }
2501
+ },
2502
+ {
2503
+ "name": "spec",
2504
+ "in": "query",
2505
+ "required": true,
2506
+ "schema": {
2507
+ "title": "spec",
2508
+ "type": "object"
2509
+ }
2510
+ }
2511
+ ],
2512
+ "requestBody": {
2513
+ "content": {
2514
+ "application/json": {
2515
+ "schema": {
2516
+ "type": "object"
2517
+ }
2518
+ }
2519
+ }
2520
+ }
2521
+ }
2522
+ },
2523
+ "/vcenter/vm/{vm}/hardware/ethernet": {
2524
+ "post": {
2525
+ "operationId": "postVcentervmvmhardwareethernet",
2526
+ "responses": {
2527
+ "200": {
2528
+ "description": "Successful operation",
2529
+ "content": {
2530
+ "application/json": {
2531
+ "schema": {
2532
+ "title": "result",
2533
+ "type": "object"
2534
+ }
2535
+ }
2536
+ }
2537
+ }
2538
+ },
2539
+ "parameters": [
2540
+ {
2541
+ "name": "vm",
2542
+ "in": "path",
2543
+ "required": true,
2544
+ "schema": {
2545
+ "title": "vm",
2546
+ "type": "string"
2547
+ }
2548
+ },
2549
+ {
2550
+ "name": "spec",
2551
+ "in": "query",
2552
+ "required": true,
2553
+ "schema": {
2554
+ "title": "spec",
2555
+ "type": "object"
2556
+ }
2557
+ }
2558
+ ],
2559
+ "requestBody": {
2560
+ "content": {
2561
+ "application/json": {
2562
+ "schema": {
2563
+ "type": "object"
2564
+ }
2565
+ }
2566
+ }
2567
+ }
2568
+ },
2569
+ "get": {
2570
+ "operationId": "getVcentervmvmhardwareethernet",
2571
+ "responses": {
2572
+ "200": {
2573
+ "description": "Successful operation",
2574
+ "content": {
2575
+ "application/json": {
2576
+ "schema": {
2577
+ "title": "result",
2578
+ "type": "object"
2579
+ }
2580
+ }
2581
+ }
2582
+ }
2583
+ },
2584
+ "parameters": [
2585
+ {
2586
+ "name": "vm",
2587
+ "in": "path",
2588
+ "required": true,
2589
+ "schema": {
2590
+ "title": "vm",
2591
+ "type": "string"
2592
+ }
2593
+ }
2594
+ ]
2595
+ }
2596
+ },
2597
+ "/vcenter/vm/{vm}/hardware/ethernet/{nic}": {
2598
+ "patch": {
2599
+ "operationId": "patchVcentervmvmhardwareethernetnic",
2600
+ "responses": {
2601
+ "200": {
2602
+ "description": "Successful operation",
2603
+ "content": {
2604
+ "application/json": {
2605
+ "schema": {
2606
+ "title": "result",
2607
+ "type": "object"
2608
+ }
2609
+ }
2610
+ }
2611
+ }
2612
+ },
2613
+ "parameters": [
2614
+ {
2615
+ "name": "vm",
2616
+ "in": "path",
2617
+ "required": true,
2618
+ "schema": {
2619
+ "title": "vm",
2620
+ "type": "string"
2621
+ }
2622
+ },
2623
+ {
2624
+ "name": "nic",
2625
+ "in": "path",
2626
+ "required": true,
2627
+ "schema": {
2628
+ "title": "nic",
2629
+ "type": "string"
2630
+ }
2631
+ },
2632
+ {
2633
+ "name": "spec",
2634
+ "in": "query",
2635
+ "required": true,
2636
+ "schema": {
2637
+ "title": "spec",
2638
+ "type": "object"
2639
+ }
2640
+ }
2641
+ ],
2642
+ "requestBody": {
2643
+ "content": {
2644
+ "application/json": {
2645
+ "schema": {
2646
+ "type": "object"
2647
+ }
2648
+ }
2649
+ }
2650
+ }
2651
+ },
2652
+ "get": {
2653
+ "operationId": "getVcentervmvmhardwareethernetnic",
2654
+ "responses": {
2655
+ "200": {
2656
+ "description": "Successful operation",
2657
+ "content": {
2658
+ "application/json": {
2659
+ "schema": {
2660
+ "title": "result",
2661
+ "type": "object"
2662
+ }
2663
+ }
2664
+ }
2665
+ }
2666
+ },
2667
+ "parameters": [
2668
+ {
2669
+ "name": "vm",
2670
+ "in": "path",
2671
+ "required": true,
2672
+ "schema": {
2673
+ "title": "vm",
2674
+ "type": "string"
2675
+ }
2676
+ },
2677
+ {
2678
+ "name": "nic",
2679
+ "in": "path",
2680
+ "required": true,
2681
+ "schema": {
2682
+ "title": "nic",
2683
+ "type": "string"
2684
+ }
2685
+ }
2686
+ ]
2687
+ },
2688
+ "delete": {
2689
+ "operationId": "deleteVcentervmvmhardwareethernetnic",
2690
+ "responses": {
2691
+ "200": {
2692
+ "description": "Successful operation",
2693
+ "content": {
2694
+ "application/json": {
2695
+ "schema": {
2696
+ "title": "result",
2697
+ "type": "object"
2698
+ }
2699
+ }
2700
+ }
2701
+ }
2702
+ },
2703
+ "parameters": [
2704
+ {
2705
+ "name": "vm",
2706
+ "in": "path",
2707
+ "required": true,
2708
+ "schema": {
2709
+ "title": "vm",
2710
+ "type": "string"
2711
+ }
2712
+ },
2713
+ {
2714
+ "name": "nic",
2715
+ "in": "path",
2716
+ "required": true,
2717
+ "schema": {
2718
+ "title": "nic",
2719
+ "type": "string"
2720
+ }
2721
+ }
2722
+ ]
2723
+ }
2724
+ },
2725
+ "/vcenter/vm/{vm}/hardware/ethernet/{nic}/connect": {
2726
+ "post": {
2727
+ "operationId": "postVcentervmvmhardwareethernetnicconnect",
2728
+ "responses": {
2729
+ "200": {
2730
+ "description": "Successful operation",
2731
+ "content": {
2732
+ "application/json": {
2733
+ "schema": {
2734
+ "title": "result",
2735
+ "type": "object"
2736
+ }
2737
+ }
2738
+ }
2739
+ }
2740
+ },
2741
+ "parameters": [
2742
+ {
2743
+ "name": "vm",
2744
+ "in": "path",
2745
+ "required": true,
2746
+ "schema": {
2747
+ "title": "vm",
2748
+ "type": "string"
2749
+ }
2750
+ },
2751
+ {
2752
+ "name": "nic",
2753
+ "in": "path",
2754
+ "required": true,
2755
+ "schema": {
2756
+ "title": "nic",
2757
+ "type": "string"
2758
+ }
2759
+ }
2760
+ ],
2761
+ "requestBody": {
2762
+ "content": {
2763
+ "application/json": {
2764
+ "schema": {
2765
+ "type": "object"
2766
+ }
2767
+ }
2768
+ }
2769
+ }
2770
+ }
2771
+ },
2772
+ "/vcenter/vm/{vm}/hardware/ethernet/{nic}/disconnect": {
2773
+ "post": {
2774
+ "operationId": "postVcentervmvmhardwareethernetnicdisconnect",
2775
+ "responses": {
2776
+ "200": {
2777
+ "description": "Successful operation",
2778
+ "content": {
2779
+ "application/json": {
2780
+ "schema": {
2781
+ "title": "result",
2782
+ "type": "object"
2783
+ }
2784
+ }
2785
+ }
2786
+ }
2787
+ },
2788
+ "parameters": [
2789
+ {
2790
+ "name": "vm",
2791
+ "in": "path",
2792
+ "required": true,
2793
+ "schema": {
2794
+ "title": "vm",
2795
+ "type": "string"
2796
+ }
2797
+ },
2798
+ {
2799
+ "name": "nic",
2800
+ "in": "path",
2801
+ "required": true,
2802
+ "schema": {
2803
+ "title": "nic",
2804
+ "type": "string"
2805
+ }
2806
+ }
2807
+ ],
2808
+ "requestBody": {
2809
+ "content": {
2810
+ "application/json": {
2811
+ "schema": {
2812
+ "type": "object"
2813
+ }
2814
+ }
2815
+ }
2816
+ }
2817
+ }
2818
+ },
2819
+ "/vcenter/vm/{vm}/hardware/floppy": {
2820
+ "post": {
2821
+ "operationId": "postVcentervmvmhardwarefloppy",
2822
+ "responses": {
2823
+ "200": {
2824
+ "description": "Successful operation",
2825
+ "content": {
2826
+ "application/json": {
2827
+ "schema": {
2828
+ "title": "result",
2829
+ "type": "object"
2830
+ }
2831
+ }
2832
+ }
2833
+ }
2834
+ },
2835
+ "parameters": [
2836
+ {
2837
+ "name": "vm",
2838
+ "in": "path",
2839
+ "required": true,
2840
+ "schema": {
2841
+ "title": "vm",
2842
+ "type": "string"
2843
+ }
2844
+ },
2845
+ {
2846
+ "name": "spec",
2847
+ "in": "query",
2848
+ "required": true,
2849
+ "schema": {
2850
+ "title": "spec",
2851
+ "type": "object"
2852
+ }
2853
+ }
2854
+ ],
2855
+ "requestBody": {
2856
+ "content": {
2857
+ "application/json": {
2858
+ "schema": {
2859
+ "type": "object"
2860
+ }
2861
+ }
2862
+ }
2863
+ }
2864
+ },
2865
+ "get": {
2866
+ "operationId": "getVcentervmvmhardwarefloppy",
2867
+ "responses": {
2868
+ "200": {
2869
+ "description": "Successful operation",
2870
+ "content": {
2871
+ "application/json": {
2872
+ "schema": {
2873
+ "title": "result",
2874
+ "type": "object"
2875
+ }
2876
+ }
2877
+ }
2878
+ }
2879
+ },
2880
+ "parameters": [
2881
+ {
2882
+ "name": "vm",
2883
+ "in": "path",
2884
+ "required": true,
2885
+ "schema": {
2886
+ "title": "vm",
2887
+ "type": "string"
2888
+ }
2889
+ }
2890
+ ]
2891
+ }
2892
+ },
2893
+ "/vcenter/vm/{vm}/hardware/floppy/{floppy}": {
2894
+ "delete": {
2895
+ "operationId": "deleteVcentervmvmhardwarefloppyfloppy",
2896
+ "responses": {
2897
+ "200": {
2898
+ "description": "Successful operation",
2899
+ "content": {
2900
+ "application/json": {
2901
+ "schema": {
2902
+ "title": "result",
2903
+ "type": "object"
2904
+ }
2905
+ }
2906
+ }
2907
+ }
2908
+ },
2909
+ "parameters": [
2910
+ {
2911
+ "name": "vm",
2912
+ "in": "path",
2913
+ "required": true,
2914
+ "schema": {
2915
+ "title": "vm",
2916
+ "type": "string"
2917
+ }
2918
+ },
2919
+ {
2920
+ "name": "floppy",
2921
+ "in": "path",
2922
+ "required": true,
2923
+ "schema": {
2924
+ "title": "floppy",
2925
+ "type": "string"
2926
+ }
2927
+ }
2928
+ ]
2929
+ },
2930
+ "patch": {
2931
+ "operationId": "patchVcentervmvmhardwarefloppyfloppy",
2932
+ "responses": {
2933
+ "200": {
2934
+ "description": "Successful operation",
2935
+ "content": {
2936
+ "application/json": {
2937
+ "schema": {
2938
+ "title": "result",
2939
+ "type": "object"
2940
+ }
2941
+ }
2942
+ }
2943
+ }
2944
+ },
2945
+ "parameters": [
2946
+ {
2947
+ "name": "vm",
2948
+ "in": "path",
2949
+ "required": true,
2950
+ "schema": {
2951
+ "title": "vm",
2952
+ "type": "string"
2953
+ }
2954
+ },
2955
+ {
2956
+ "name": "floppy",
2957
+ "in": "path",
2958
+ "required": true,
2959
+ "schema": {
2960
+ "title": "floppy",
2961
+ "type": "string"
2962
+ }
2963
+ },
2964
+ {
2965
+ "name": "spec",
2966
+ "in": "query",
2967
+ "required": true,
2968
+ "schema": {
2969
+ "title": "spec",
2970
+ "type": "object"
2971
+ }
2972
+ }
2973
+ ],
2974
+ "requestBody": {
2975
+ "content": {
2976
+ "application/json": {
2977
+ "schema": {
2978
+ "type": "object"
2979
+ }
2980
+ }
2981
+ }
2982
+ }
2983
+ },
2984
+ "get": {
2985
+ "operationId": "getVcentervmvmhardwarefloppyfloppy",
2986
+ "responses": {
2987
+ "200": {
2988
+ "description": "Successful operation",
2989
+ "content": {
2990
+ "application/json": {
2991
+ "schema": {
2992
+ "title": "result",
2993
+ "type": "object"
2994
+ }
2995
+ }
2996
+ }
2997
+ }
2998
+ },
2999
+ "parameters": [
3000
+ {
3001
+ "name": "vm",
3002
+ "in": "path",
3003
+ "required": true,
3004
+ "schema": {
3005
+ "title": "vm",
3006
+ "type": "string"
3007
+ }
3008
+ },
3009
+ {
3010
+ "name": "floppy",
3011
+ "in": "path",
3012
+ "required": true,
3013
+ "schema": {
3014
+ "title": "floppy",
3015
+ "type": "string"
3016
+ }
3017
+ }
3018
+ ]
3019
+ }
3020
+ },
3021
+ "/vcenter/vm/{vm}/hardware/floppy/{floppy}/connect": {
3022
+ "post": {
3023
+ "operationId": "postVcentervmvmhardwarefloppyfloppyconnect",
3024
+ "responses": {
3025
+ "200": {
3026
+ "description": "Successful operation",
3027
+ "content": {
3028
+ "application/json": {
3029
+ "schema": {
3030
+ "title": "result",
3031
+ "type": "object"
3032
+ }
3033
+ }
3034
+ }
3035
+ }
3036
+ },
3037
+ "parameters": [
3038
+ {
3039
+ "name": "vm",
3040
+ "in": "path",
3041
+ "required": true,
3042
+ "schema": {
3043
+ "title": "vm",
3044
+ "type": "string"
3045
+ }
3046
+ },
3047
+ {
3048
+ "name": "floppy",
3049
+ "in": "path",
3050
+ "required": true,
3051
+ "schema": {
3052
+ "title": "floppy",
3053
+ "type": "string"
3054
+ }
3055
+ }
3056
+ ],
3057
+ "requestBody": {
3058
+ "content": {
3059
+ "application/json": {
3060
+ "schema": {
3061
+ "type": "object"
3062
+ }
3063
+ }
3064
+ }
3065
+ }
3066
+ }
3067
+ },
3068
+ "/vcenter/vm/{vm}/hardware/floppy/{floppy}/disconnect": {
3069
+ "post": {
3070
+ "operationId": "postVcentervmvmhardwarefloppyfloppydisconnect",
3071
+ "responses": {
3072
+ "200": {
3073
+ "description": "Successful operation",
3074
+ "content": {
3075
+ "application/json": {
3076
+ "schema": {
3077
+ "title": "result",
3078
+ "type": "object"
3079
+ }
3080
+ }
3081
+ }
3082
+ }
3083
+ },
3084
+ "parameters": [
3085
+ {
3086
+ "name": "vm",
3087
+ "in": "path",
3088
+ "required": true,
3089
+ "schema": {
3090
+ "title": "vm",
3091
+ "type": "string"
3092
+ }
3093
+ },
3094
+ {
3095
+ "name": "floppy",
3096
+ "in": "path",
3097
+ "required": true,
3098
+ "schema": {
3099
+ "title": "floppy",
3100
+ "type": "string"
3101
+ }
3102
+ }
3103
+ ],
3104
+ "requestBody": {
3105
+ "content": {
3106
+ "application/json": {
3107
+ "schema": {
3108
+ "type": "object"
3109
+ }
3110
+ }
3111
+ }
3112
+ }
3113
+ }
3114
+ },
3115
+ "/vcenter/vm/{vm}/hardware/memory": {
3116
+ "patch": {
3117
+ "operationId": "patchVcentervmvmhardwarememory",
3118
+ "responses": {
3119
+ "200": {
3120
+ "description": "Successful operation",
3121
+ "content": {
3122
+ "application/json": {
3123
+ "schema": {
3124
+ "title": "result",
3125
+ "type": "object"
3126
+ }
3127
+ }
3128
+ }
3129
+ }
3130
+ },
3131
+ "parameters": [
3132
+ {
3133
+ "name": "vm",
3134
+ "in": "path",
3135
+ "required": true,
3136
+ "schema": {
3137
+ "title": "vm",
3138
+ "type": "string"
3139
+ }
3140
+ },
3141
+ {
3142
+ "name": "spec",
3143
+ "in": "query",
3144
+ "required": true,
3145
+ "schema": {
3146
+ "title": "spec",
3147
+ "type": "object"
3148
+ }
3149
+ }
3150
+ ],
3151
+ "requestBody": {
3152
+ "content": {
3153
+ "application/json": {
3154
+ "schema": {
3155
+ "type": "object"
3156
+ }
3157
+ }
3158
+ }
3159
+ }
3160
+ },
3161
+ "get": {
3162
+ "operationId": "getVcentervmvmhardwarememory",
3163
+ "responses": {
3164
+ "200": {
3165
+ "description": "Successful operation",
3166
+ "content": {
3167
+ "application/json": {
3168
+ "schema": {
3169
+ "title": "result",
3170
+ "type": "object"
3171
+ }
3172
+ }
3173
+ }
3174
+ }
3175
+ },
3176
+ "parameters": [
3177
+ {
3178
+ "name": "vm",
3179
+ "in": "path",
3180
+ "required": true,
3181
+ "schema": {
3182
+ "title": "vm",
3183
+ "type": "string"
3184
+ }
3185
+ }
3186
+ ]
3187
+ }
3188
+ },
3189
+ "/vcenter/vm/{vm}/hardware/parallel": {
3190
+ "post": {
3191
+ "operationId": "postVcentervmvmhardwareparallel",
3192
+ "responses": {
3193
+ "200": {
3194
+ "description": "Successful operation",
3195
+ "content": {
3196
+ "application/json": {
3197
+ "schema": {
3198
+ "title": "result",
3199
+ "type": "object"
3200
+ }
3201
+ }
3202
+ }
3203
+ }
3204
+ },
3205
+ "parameters": [
3206
+ {
3207
+ "name": "vm",
3208
+ "in": "path",
3209
+ "required": true,
3210
+ "schema": {
3211
+ "title": "vm",
3212
+ "type": "string"
3213
+ }
3214
+ },
3215
+ {
3216
+ "name": "spec",
3217
+ "in": "query",
3218
+ "required": true,
3219
+ "schema": {
3220
+ "title": "spec",
3221
+ "type": "object"
3222
+ }
3223
+ }
3224
+ ],
3225
+ "requestBody": {
3226
+ "content": {
3227
+ "application/json": {
3228
+ "schema": {
3229
+ "type": "object"
3230
+ }
3231
+ }
3232
+ }
3233
+ }
3234
+ },
3235
+ "get": {
3236
+ "operationId": "getVcentervmvmhardwareparallel",
3237
+ "responses": {
3238
+ "200": {
3239
+ "description": "Successful operation",
3240
+ "content": {
3241
+ "application/json": {
3242
+ "schema": {
3243
+ "title": "result",
3244
+ "type": "object"
3245
+ }
3246
+ }
3247
+ }
3248
+ }
3249
+ },
3250
+ "parameters": [
3251
+ {
3252
+ "name": "vm",
3253
+ "in": "path",
3254
+ "required": true,
3255
+ "schema": {
3256
+ "title": "vm",
3257
+ "type": "string"
3258
+ }
3259
+ }
3260
+ ]
3261
+ }
3262
+ },
3263
+ "/vcenter/vm/{vm}/hardware/parallel/{port}": {
3264
+ "delete": {
3265
+ "operationId": "deleteVcentervmvmhardwareparallelport",
3266
+ "responses": {
3267
+ "200": {
3268
+ "description": "Successful operation",
3269
+ "content": {
3270
+ "application/json": {
3271
+ "schema": {
3272
+ "title": "result",
3273
+ "type": "object"
3274
+ }
3275
+ }
3276
+ }
3277
+ }
3278
+ },
3279
+ "parameters": [
3280
+ {
3281
+ "name": "vm",
3282
+ "in": "path",
3283
+ "required": true,
3284
+ "schema": {
3285
+ "title": "vm",
3286
+ "type": "string"
3287
+ }
3288
+ },
3289
+ {
3290
+ "name": "port",
3291
+ "in": "path",
3292
+ "required": true,
3293
+ "schema": {
3294
+ "title": "port",
3295
+ "type": "string"
3296
+ }
3297
+ }
3298
+ ]
3299
+ },
3300
+ "patch": {
3301
+ "operationId": "patchVcentervmvmhardwareparallelport",
3302
+ "responses": {
3303
+ "200": {
3304
+ "description": "Successful operation",
3305
+ "content": {
3306
+ "application/json": {
3307
+ "schema": {
3308
+ "title": "result",
3309
+ "type": "object"
3310
+ }
3311
+ }
3312
+ }
3313
+ }
3314
+ },
3315
+ "parameters": [
3316
+ {
3317
+ "name": "vm",
3318
+ "in": "path",
3319
+ "required": true,
3320
+ "schema": {
3321
+ "title": "vm",
3322
+ "type": "string"
3323
+ }
3324
+ },
3325
+ {
3326
+ "name": "port",
3327
+ "in": "path",
3328
+ "required": true,
3329
+ "schema": {
3330
+ "title": "port",
3331
+ "type": "string"
3332
+ }
3333
+ },
3334
+ {
3335
+ "name": "spec",
3336
+ "in": "query",
3337
+ "required": true,
3338
+ "schema": {
3339
+ "title": "spec",
3340
+ "type": "object"
3341
+ }
3342
+ }
3343
+ ],
3344
+ "requestBody": {
3345
+ "content": {
3346
+ "application/json": {
3347
+ "schema": {
3348
+ "type": "object"
3349
+ }
3350
+ }
3351
+ }
3352
+ }
3353
+ },
3354
+ "get": {
3355
+ "operationId": "getVcentervmvmhardwareparallelport",
3356
+ "responses": {
3357
+ "200": {
3358
+ "description": "Successful operation",
3359
+ "content": {
3360
+ "application/json": {
3361
+ "schema": {
3362
+ "title": "result",
3363
+ "type": "object"
3364
+ }
3365
+ }
3366
+ }
3367
+ }
3368
+ },
3369
+ "parameters": [
3370
+ {
3371
+ "name": "vm",
3372
+ "in": "path",
3373
+ "required": true,
3374
+ "schema": {
3375
+ "title": "vm",
3376
+ "type": "string"
3377
+ }
3378
+ },
3379
+ {
3380
+ "name": "port",
3381
+ "in": "path",
3382
+ "required": true,
3383
+ "schema": {
3384
+ "title": "port",
3385
+ "type": "string"
3386
+ }
3387
+ }
3388
+ ]
3389
+ }
3390
+ },
3391
+ "/vcenter/vm/{vm}/hardware/parallel/{port}/connect": {
3392
+ "post": {
3393
+ "operationId": "postVcentervmvmhardwareparallelportconnect",
3394
+ "responses": {
3395
+ "200": {
3396
+ "description": "Successful operation",
3397
+ "content": {
3398
+ "application/json": {
3399
+ "schema": {
3400
+ "title": "result",
3401
+ "type": "object"
3402
+ }
3403
+ }
3404
+ }
3405
+ }
3406
+ },
3407
+ "parameters": [
3408
+ {
3409
+ "name": "vm",
3410
+ "in": "path",
3411
+ "required": true,
3412
+ "schema": {
3413
+ "title": "vm",
3414
+ "type": "string"
3415
+ }
3416
+ },
3417
+ {
3418
+ "name": "port",
3419
+ "in": "path",
3420
+ "required": true,
3421
+ "schema": {
3422
+ "title": "port",
3423
+ "type": "string"
3424
+ }
3425
+ }
3426
+ ],
3427
+ "requestBody": {
3428
+ "content": {
3429
+ "application/json": {
3430
+ "schema": {
3431
+ "type": "object"
3432
+ }
3433
+ }
3434
+ }
3435
+ }
3436
+ }
3437
+ },
3438
+ "/vcenter/vm/{vm}/hardware/parallel/{port}/disconnect": {
3439
+ "post": {
3440
+ "operationId": "postVcentervmvmhardwareparallelportdisconnect",
3441
+ "responses": {
3442
+ "200": {
3443
+ "description": "Successful operation",
3444
+ "content": {
3445
+ "application/json": {
3446
+ "schema": {
3447
+ "title": "result",
3448
+ "type": "object"
3449
+ }
3450
+ }
3451
+ }
3452
+ }
3453
+ },
3454
+ "parameters": [
3455
+ {
3456
+ "name": "vm",
3457
+ "in": "path",
3458
+ "required": true,
3459
+ "schema": {
3460
+ "title": "vm",
3461
+ "type": "string"
3462
+ }
3463
+ },
3464
+ {
3465
+ "name": "port",
3466
+ "in": "path",
3467
+ "required": true,
3468
+ "schema": {
3469
+ "title": "port",
3470
+ "type": "string"
3471
+ }
3472
+ }
3473
+ ],
3474
+ "requestBody": {
3475
+ "content": {
3476
+ "application/json": {
3477
+ "schema": {
3478
+ "type": "object"
3479
+ }
3480
+ }
3481
+ }
3482
+ }
3483
+ }
3484
+ },
3485
+ "/vcenter/vm/{vm}/hardware/serial": {
3486
+ "post": {
3487
+ "operationId": "postVcentervmvmhardwareserial",
3488
+ "responses": {
3489
+ "200": {
3490
+ "description": "Successful operation",
3491
+ "content": {
3492
+ "application/json": {
3493
+ "schema": {
3494
+ "title": "result",
3495
+ "type": "object"
3496
+ }
3497
+ }
3498
+ }
3499
+ }
3500
+ },
3501
+ "parameters": [
3502
+ {
3503
+ "name": "vm",
3504
+ "in": "path",
3505
+ "required": true,
3506
+ "schema": {
3507
+ "title": "vm",
3508
+ "type": "string"
3509
+ }
3510
+ },
3511
+ {
3512
+ "name": "spec",
3513
+ "in": "query",
3514
+ "required": true,
3515
+ "schema": {
3516
+ "title": "spec",
3517
+ "type": "object"
3518
+ }
3519
+ }
3520
+ ],
3521
+ "requestBody": {
3522
+ "content": {
3523
+ "application/json": {
3524
+ "schema": {
3525
+ "type": "object"
3526
+ }
3527
+ }
3528
+ }
3529
+ }
3530
+ },
3531
+ "get": {
3532
+ "operationId": "getVcentervmvmhardwareserial",
3533
+ "responses": {
3534
+ "200": {
3535
+ "description": "Successful operation",
3536
+ "content": {
3537
+ "application/json": {
3538
+ "schema": {
3539
+ "title": "result",
3540
+ "type": "object"
3541
+ }
3542
+ }
3543
+ }
3544
+ }
3545
+ },
3546
+ "parameters": [
3547
+ {
3548
+ "name": "vm",
3549
+ "in": "path",
3550
+ "required": true,
3551
+ "schema": {
3552
+ "title": "vm",
3553
+ "type": "string"
3554
+ }
3555
+ }
3556
+ ]
3557
+ }
3558
+ },
3559
+ "/vcenter/vm/{vm}/hardware/serial/{port}": {
3560
+ "patch": {
3561
+ "operationId": "patchVcentervmvmhardwareserialport",
3562
+ "responses": {
3563
+ "200": {
3564
+ "description": "Successful operation",
3565
+ "content": {
3566
+ "application/json": {
3567
+ "schema": {
3568
+ "title": "result",
3569
+ "type": "object"
3570
+ }
3571
+ }
3572
+ }
3573
+ }
3574
+ },
3575
+ "parameters": [
3576
+ {
3577
+ "name": "vm",
3578
+ "in": "path",
3579
+ "required": true,
3580
+ "schema": {
3581
+ "title": "vm",
3582
+ "type": "string"
3583
+ }
3584
+ },
3585
+ {
3586
+ "name": "port",
3587
+ "in": "path",
3588
+ "required": true,
3589
+ "schema": {
3590
+ "title": "port",
3591
+ "type": "string"
3592
+ }
3593
+ },
3594
+ {
3595
+ "name": "spec",
3596
+ "in": "query",
3597
+ "required": true,
3598
+ "schema": {
3599
+ "title": "spec",
3600
+ "type": "object"
3601
+ }
3602
+ }
3603
+ ],
3604
+ "requestBody": {
3605
+ "content": {
3606
+ "application/json": {
3607
+ "schema": {
3608
+ "type": "object"
3609
+ }
3610
+ }
3611
+ }
3612
+ }
3613
+ },
3614
+ "get": {
3615
+ "operationId": "getVcentervmvmhardwareserialport",
3616
+ "responses": {
3617
+ "200": {
3618
+ "description": "Successful operation",
3619
+ "content": {
3620
+ "application/json": {
3621
+ "schema": {
3622
+ "title": "result",
3623
+ "type": "object"
3624
+ }
3625
+ }
3626
+ }
3627
+ }
3628
+ },
3629
+ "parameters": [
3630
+ {
3631
+ "name": "vm",
3632
+ "in": "path",
3633
+ "required": true,
3634
+ "schema": {
3635
+ "title": "vm",
3636
+ "type": "string"
3637
+ }
3638
+ },
3639
+ {
3640
+ "name": "port",
3641
+ "in": "path",
3642
+ "required": true,
3643
+ "schema": {
3644
+ "title": "port",
3645
+ "type": "string"
3646
+ }
3647
+ }
3648
+ ]
3649
+ },
3650
+ "delete": {
3651
+ "operationId": "deleteVcentervmvmhardwareserialport",
3652
+ "responses": {
3653
+ "200": {
3654
+ "description": "Successful operation",
3655
+ "content": {
3656
+ "application/json": {
3657
+ "schema": {
3658
+ "title": "result",
3659
+ "type": "object"
3660
+ }
3661
+ }
3662
+ }
3663
+ }
3664
+ },
3665
+ "parameters": [
3666
+ {
3667
+ "name": "vm",
3668
+ "in": "path",
3669
+ "required": true,
3670
+ "schema": {
3671
+ "title": "vm",
3672
+ "type": "string"
3673
+ }
3674
+ },
3675
+ {
3676
+ "name": "port",
3677
+ "in": "path",
3678
+ "required": true,
3679
+ "schema": {
3680
+ "title": "port",
3681
+ "type": "string"
3682
+ }
3683
+ }
3684
+ ]
3685
+ }
3686
+ },
3687
+ "/vcenter/vm/{vm}/hardware/serial/{port}/connect": {
3688
+ "post": {
3689
+ "operationId": "postVcentervmvmhardwareserialportconnect",
3690
+ "responses": {
3691
+ "200": {
3692
+ "description": "Successful operation",
3693
+ "content": {
3694
+ "application/json": {
3695
+ "schema": {
3696
+ "title": "result",
3697
+ "type": "object"
3698
+ }
3699
+ }
3700
+ }
3701
+ }
3702
+ },
3703
+ "parameters": [
3704
+ {
3705
+ "name": "vm",
3706
+ "in": "path",
3707
+ "required": true,
3708
+ "schema": {
3709
+ "title": "vm",
3710
+ "type": "string"
3711
+ }
3712
+ },
3713
+ {
3714
+ "name": "port",
3715
+ "in": "path",
3716
+ "required": true,
3717
+ "schema": {
3718
+ "title": "port",
3719
+ "type": "string"
3720
+ }
3721
+ }
3722
+ ],
3723
+ "requestBody": {
3724
+ "content": {
3725
+ "application/json": {
3726
+ "schema": {
3727
+ "type": "object"
3728
+ }
3729
+ }
3730
+ }
3731
+ }
3732
+ }
3733
+ },
3734
+ "/vcenter/vm/{vm}/hardware/serial/{port}/disconnect": {
3735
+ "post": {
3736
+ "operationId": "postVcentervmvmhardwareserialportdisconnect",
3737
+ "responses": {
3738
+ "200": {
3739
+ "description": "Successful operation",
3740
+ "content": {
3741
+ "application/json": {
3742
+ "schema": {
3743
+ "title": "result",
3744
+ "type": "object"
3745
+ }
3746
+ }
3747
+ }
3748
+ }
3749
+ },
3750
+ "parameters": [
3751
+ {
3752
+ "name": "vm",
3753
+ "in": "path",
3754
+ "required": true,
3755
+ "schema": {
3756
+ "title": "vm",
3757
+ "type": "string"
3758
+ }
3759
+ },
3760
+ {
3761
+ "name": "port",
3762
+ "in": "path",
3763
+ "required": true,
3764
+ "schema": {
3765
+ "title": "port",
3766
+ "type": "string"
3767
+ }
3768
+ }
3769
+ ],
3770
+ "requestBody": {
3771
+ "content": {
3772
+ "application/json": {
3773
+ "schema": {
3774
+ "type": "object"
3775
+ }
3776
+ }
3777
+ }
3778
+ }
3779
+ }
3780
+ },
3781
+ "/vcenter/vm/{vm}/power": {
3782
+ "get": {
3783
+ "operationId": "getVcentervmvmpower",
3784
+ "responses": {
3785
+ "200": {
3786
+ "description": "Successful operation",
3787
+ "content": {
3788
+ "application/json": {
3789
+ "schema": {
3790
+ "title": "result",
3791
+ "type": "object"
3792
+ }
3793
+ }
3794
+ }
3795
+ }
3796
+ },
3797
+ "parameters": [
3798
+ {
3799
+ "name": "vm",
3800
+ "in": "path",
3801
+ "required": true,
3802
+ "schema": {
3803
+ "title": "vm",
3804
+ "type": "string"
3805
+ }
3806
+ }
3807
+ ]
3808
+ }
3809
+ },
3810
+ "/vcenter/vm/{vm}/power/reset": {
3811
+ "post": {
3812
+ "operationId": "postVcentervmvmpowerreset",
3813
+ "responses": {
3814
+ "200": {
3815
+ "description": "Successful operation",
3816
+ "content": {
3817
+ "application/json": {
3818
+ "schema": {
3819
+ "title": "result",
3820
+ "type": "object"
3821
+ }
3822
+ }
3823
+ }
3824
+ }
3825
+ },
3826
+ "parameters": [
3827
+ {
3828
+ "name": "vm",
3829
+ "in": "path",
3830
+ "required": true,
3831
+ "schema": {
3832
+ "title": "vm",
3833
+ "type": "string"
3834
+ }
3835
+ }
3836
+ ],
3837
+ "requestBody": {
3838
+ "content": {
3839
+ "application/json": {
3840
+ "schema": {
3841
+ "type": "object"
3842
+ }
3843
+ }
3844
+ }
3845
+ }
3846
+ }
3847
+ },
3848
+ "/vcenter/vm/{vm}/power/start": {
3849
+ "post": {
3850
+ "operationId": "postVcentervmvmpowerstart",
3851
+ "responses": {
3852
+ "200": {
3853
+ "description": "Successful operation",
3854
+ "content": {
3855
+ "application/json": {
3856
+ "schema": {
3857
+ "title": "result",
3858
+ "type": "object"
3859
+ }
3860
+ }
3861
+ }
3862
+ }
3863
+ },
3864
+ "parameters": [
3865
+ {
3866
+ "name": "vm",
3867
+ "in": "path",
3868
+ "required": true,
3869
+ "schema": {
3870
+ "title": "vm",
3871
+ "type": "string"
3872
+ }
3873
+ }
3874
+ ],
3875
+ "requestBody": {
3876
+ "content": {
3877
+ "application/json": {
3878
+ "schema": {
3879
+ "type": "object"
3880
+ }
3881
+ }
3882
+ }
3883
+ }
3884
+ }
3885
+ },
3886
+ "/vcenter/vm/{vm}/power/stop": {
3887
+ "post": {
3888
+ "operationId": "postVcentervmvmpowerstop",
3889
+ "responses": {
3890
+ "200": {
3891
+ "description": "Successful operation",
3892
+ "content": {
3893
+ "application/json": {
3894
+ "schema": {
3895
+ "title": "result",
3896
+ "type": "object"
3897
+ }
3898
+ }
3899
+ }
3900
+ }
3901
+ },
3902
+ "parameters": [
3903
+ {
3904
+ "name": "vm",
3905
+ "in": "path",
3906
+ "required": true,
3907
+ "schema": {
3908
+ "title": "vm",
3909
+ "type": "string"
3910
+ }
3911
+ }
3912
+ ],
3913
+ "requestBody": {
3914
+ "content": {
3915
+ "application/json": {
3916
+ "schema": {
3917
+ "type": "object"
3918
+ }
3919
+ }
3920
+ }
3921
+ }
3922
+ }
3923
+ },
3924
+ "/vcenter/vm/{vm}/power/suspend": {
3925
+ "post": {
3926
+ "operationId": "postVcentervmvmpowersuspend",
3927
+ "responses": {
3928
+ "200": {
3929
+ "description": "Successful operation",
3930
+ "content": {
3931
+ "application/json": {
3932
+ "schema": {
3933
+ "title": "result",
3934
+ "type": "object"
3935
+ }
3936
+ }
3937
+ }
3938
+ }
3939
+ },
3940
+ "parameters": [
3941
+ {
3942
+ "name": "vm",
3943
+ "in": "path",
3944
+ "required": true,
3945
+ "schema": {
3946
+ "title": "vm",
3947
+ "type": "string"
3948
+ }
3949
+ }
3950
+ ],
3951
+ "requestBody": {
3952
+ "content": {
3953
+ "application/json": {
3954
+ "schema": {
3955
+ "type": "object"
3956
+ }
3957
+ }
3958
+ }
3959
+ }
3960
+ }
3961
+ },
3962
+ "/vcenter/vm-template/library-items/{item}": {
3963
+ "post": {
3964
+ "operationId": "postVcentervmtemplatedeploy",
3965
+ "responses": {
3966
+ "200": {
3967
+ "description": "Successful operation",
3968
+ "content": {
3969
+ "application/json": {
3970
+ "schema": {
3971
+ "title": "result",
3972
+ "type": "object"
3973
+ }
3974
+ }
3975
+ }
3976
+ }
3977
+ },
3978
+ "parameters": [
3979
+ {
3980
+ "name": "item",
3981
+ "in": "path",
3982
+ "required": true,
3983
+ "schema": {
3984
+ "title": "item",
3985
+ "type": "string"
3986
+ }
3987
+ },
3988
+ {
3989
+ "name": "requestBody",
3990
+ "in": "query",
3991
+ "required": true,
3992
+ "schema": {
3993
+ "title": "requestBody",
3994
+ "type": "object"
3995
+ }
3996
+ }
3997
+ ],
3998
+ "requestBody": {
3999
+ "content": {
4000
+ "application/json": {
4001
+ "schema": {
4002
+ "title": "requestBody",
4003
+ "type": "object"
4004
+ }
4005
+ }
4006
+ }
4007
+ }
4008
+ }
4009
+ }
4010
+ },
4011
+ "components": {
4012
+ "schemas": {}
4013
+ }
4014
+ }