@itentialopensource/adapter-vmware_vcenter 0.8.2 → 0.10.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 +16 -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,3108 @@
1
+ openapi: 3.0.0
2
+ info:
3
+ title: vMware vCenter
4
+ contact: {}
5
+ version: '1.0.0'
6
+ servers:
7
+ - url: https://{defaultHost}
8
+ variables:
9
+ defaultHost:
10
+ default: www.example.com
11
+ paths:
12
+ /com/vmware/vcenter/inventory/datastore:
13
+ post:
14
+ summary: postComvmwarevcenterinventorydatastoreactionfind
15
+ description: ''
16
+ operationId: postComvmwarevcenterinventorydatastoreactionfind
17
+ parameters: []
18
+ responses:
19
+ '200':
20
+ description: Successful operation
21
+ headers: {}
22
+ content:
23
+ application/json:
24
+ schema:
25
+ type: object
26
+ deprecated: false
27
+ /com/vmware/vcenter/inventory/network:
28
+ post:
29
+ summary: postComvmwarevcenterinventorynetworkactionfind
30
+ description: ''
31
+ operationId: postComvmwarevcenterinventorynetworkactionfind
32
+ parameters: []
33
+ responses:
34
+ '200':
35
+ description: Successful operation
36
+ headers: {}
37
+ content:
38
+ application/json:
39
+ schema:
40
+ type: object
41
+ deprecated: false
42
+ /com/vmware/vcenter/iso/image/id:{libraryItem}:
43
+ post:
44
+ summary: postComvmwarevcenterisoimageidlibraryItemactionmount
45
+ description: ''
46
+ operationId: postComvmwarevcenterisoimageidlibraryItemactionmount
47
+ parameters:
48
+ - name: libraryItem
49
+ in: path
50
+ description: ''
51
+ required: true
52
+ style: simple
53
+ schema:
54
+ type: string
55
+ requestBody:
56
+ description: ''
57
+ content:
58
+ application/json:
59
+ schema:
60
+ type: object
61
+ required: false
62
+ responses:
63
+ '200':
64
+ description: Successful operation
65
+ headers: {}
66
+ content:
67
+ application/json:
68
+ schema:
69
+ type: object
70
+ deprecated: false
71
+ /com/vmware/vcenter/iso/image/id:{vm}:
72
+ post:
73
+ summary: postComvmwarevcenterisoimageidvmactionunmount
74
+ description: ''
75
+ operationId: postComvmwarevcenterisoimageidvmactionunmount
76
+ parameters:
77
+ - name: vm
78
+ in: path
79
+ description: ''
80
+ required: true
81
+ style: simple
82
+ schema:
83
+ type: string
84
+ requestBody:
85
+ description: ''
86
+ content:
87
+ application/json:
88
+ schema:
89
+ type: object
90
+ required: false
91
+ responses:
92
+ '200':
93
+ description: Successful operation
94
+ headers: {}
95
+ content:
96
+ application/json:
97
+ schema:
98
+ type: object
99
+ deprecated: false
100
+ /com/vmware/vcenter/ovf/export-flag:
101
+ get:
102
+ summary: getComvmwarevcenterovfexportFlag
103
+ description: ''
104
+ operationId: getComvmwarevcenterovfexportFlag
105
+ parameters: []
106
+ responses:
107
+ '200':
108
+ description: Successful operation
109
+ headers: {}
110
+ content:
111
+ application/json:
112
+ schema:
113
+ type: object
114
+ deprecated: false
115
+ /com/vmware/vcenter/ovf/import-flag:
116
+ get:
117
+ summary: getComvmwarevcenterovfimportFlag
118
+ description: ''
119
+ operationId: getComvmwarevcenterovfimportFlag
120
+ parameters: []
121
+ responses:
122
+ '200':
123
+ description: Successful operation
124
+ headers: {}
125
+ content:
126
+ application/json:
127
+ schema:
128
+ type: object
129
+ deprecated: false
130
+ /com/vmware/vcenter/ovf/library-item:
131
+ post:
132
+ summary: postComvmwarevcenterovflibraryItem
133
+ description: ''
134
+ operationId: postComvmwarevcenterovflibraryItem
135
+ parameters:
136
+ - name: clientTokensourcetargetcreateSpec
137
+ in: query
138
+ description: ''
139
+ required: true
140
+ style: form
141
+ explode: true
142
+ schema:
143
+ type: object
144
+ requestBody:
145
+ description: ''
146
+ content:
147
+ application/json:
148
+ schema:
149
+ type: object
150
+ required: false
151
+ responses:
152
+ '200':
153
+ description: Successful operation
154
+ headers: {}
155
+ content:
156
+ application/json:
157
+ schema:
158
+ type: object
159
+ deprecated: false
160
+ /com/vmware/vcenter/ovf/library-item/id:{ovfLibraryItemId}:
161
+ post:
162
+ summary: postComvmwarevcenterovflibraryItemidovfLibraryItemIdactionfilter
163
+ description: ''
164
+ operationId: postComvmwarevcenterovflibraryItemidovfLibraryItemIdactionfilter
165
+ parameters:
166
+ - name: ovfLibraryItemId
167
+ in: path
168
+ description: ''
169
+ required: true
170
+ style: simple
171
+ schema:
172
+ type: string
173
+ - name: target
174
+ in: query
175
+ description: ''
176
+ required: true
177
+ style: form
178
+ explode: true
179
+ schema:
180
+ type: object
181
+ requestBody:
182
+ description: ''
183
+ content:
184
+ application/json:
185
+ schema:
186
+ type: object
187
+ required: false
188
+ responses:
189
+ '200':
190
+ description: Successful operation
191
+ headers: {}
192
+ content:
193
+ application/json:
194
+ schema:
195
+ type: object
196
+ deprecated: false
197
+ /vcenter/cluster:
198
+ get:
199
+ summary: getVcentercluster
200
+ description: ''
201
+ operationId: getVcentercluster
202
+ parameters:
203
+ - name: filterfolders
204
+ in: query
205
+ description: ''
206
+ style: form
207
+ explode: true
208
+ schema:
209
+ type: array
210
+ items:
211
+ type: string
212
+ - name: filterclusters
213
+ in: query
214
+ description: ''
215
+ style: form
216
+ explode: true
217
+ schema:
218
+ type: array
219
+ items:
220
+ type: string
221
+ - name: filternames
222
+ in: query
223
+ description: ''
224
+ style: form
225
+ explode: true
226
+ schema:
227
+ type: array
228
+ items:
229
+ type: string
230
+ - name: filterdatacenters
231
+ in: query
232
+ description: ''
233
+ style: form
234
+ explode: true
235
+ schema:
236
+ type: array
237
+ items:
238
+ type: string
239
+ responses:
240
+ '200':
241
+ description: Successful operation
242
+ headers: {}
243
+ content:
244
+ application/json:
245
+ schema:
246
+ type: object
247
+ deprecated: false
248
+ /vcenter/cluster/{cluster}:
249
+ get:
250
+ summary: getVcenterclustercluster
251
+ description: ''
252
+ operationId: getVcenterclustercluster
253
+ parameters:
254
+ - name: cluster
255
+ in: path
256
+ description: ''
257
+ required: true
258
+ style: simple
259
+ schema:
260
+ type: string
261
+ responses:
262
+ '200':
263
+ description: Successful operation
264
+ headers: {}
265
+ content:
266
+ application/json:
267
+ schema:
268
+ type: object
269
+ deprecated: false
270
+ /vcenter/datacenter:
271
+ post:
272
+ summary: postVcenterdatacenter
273
+ description: ''
274
+ operationId: postVcenterdatacenter
275
+ parameters:
276
+ - name: spec
277
+ in: query
278
+ description: ''
279
+ required: true
280
+ style: form
281
+ explode: true
282
+ schema:
283
+ type: object
284
+ requestBody:
285
+ description: ''
286
+ content:
287
+ application/json:
288
+ schema:
289
+ type: object
290
+ required: false
291
+ responses:
292
+ '200':
293
+ description: Successful operation
294
+ headers: {}
295
+ content:
296
+ application/json:
297
+ schema:
298
+ type: object
299
+ deprecated: false
300
+ get:
301
+ summary: getVcenterdatacenter
302
+ description: ''
303
+ operationId: getVcenterdatacenter
304
+ parameters:
305
+ - name: filterfolders
306
+ in: query
307
+ description: ''
308
+ style: form
309
+ explode: true
310
+ schema:
311
+ type: array
312
+ items:
313
+ type: string
314
+ - name: filterdatacenters
315
+ in: query
316
+ description: ''
317
+ style: form
318
+ explode: true
319
+ schema:
320
+ type: array
321
+ items:
322
+ type: string
323
+ - name: filternames
324
+ in: query
325
+ description: ''
326
+ style: form
327
+ explode: true
328
+ schema:
329
+ type: array
330
+ items:
331
+ type: string
332
+ responses:
333
+ '200':
334
+ description: Successful operation
335
+ headers: {}
336
+ content:
337
+ application/json:
338
+ schema:
339
+ type: object
340
+ deprecated: false
341
+ /vcenter/datacenter/{datacenter}:
342
+ get:
343
+ summary: getVcenterdatacenterdatacenter
344
+ description: ''
345
+ operationId: getVcenterdatacenterdatacenter
346
+ parameters:
347
+ - name: datacenter
348
+ in: path
349
+ description: ''
350
+ required: true
351
+ style: simple
352
+ schema:
353
+ type: string
354
+ responses:
355
+ '200':
356
+ description: Successful operation
357
+ headers: {}
358
+ content:
359
+ application/json:
360
+ schema:
361
+ type: object
362
+ deprecated: false
363
+ delete:
364
+ summary: deleteVcenterdatacenterdatacenter
365
+ description: ''
366
+ operationId: deleteVcenterdatacenterdatacenter
367
+ parameters:
368
+ - name: datacenter
369
+ in: path
370
+ description: ''
371
+ required: true
372
+ style: simple
373
+ schema:
374
+ type: string
375
+ - name: force
376
+ in: query
377
+ description: ''
378
+ style: form
379
+ explode: true
380
+ schema:
381
+ type: boolean
382
+ responses:
383
+ '200':
384
+ description: Successful operation
385
+ headers: {}
386
+ content:
387
+ application/json:
388
+ schema:
389
+ type: object
390
+ deprecated: false
391
+ /vcenter/datastore:
392
+ get:
393
+ summary: getVcenterdatastore
394
+ description: ''
395
+ operationId: getVcenterdatastore
396
+ parameters:
397
+ - name: filterdatastores
398
+ in: query
399
+ description: ''
400
+ style: form
401
+ explode: true
402
+ schema:
403
+ type: array
404
+ items:
405
+ type: string
406
+ - name: filterfolders
407
+ in: query
408
+ description: ''
409
+ style: form
410
+ explode: true
411
+ schema:
412
+ type: array
413
+ items:
414
+ type: string
415
+ - name: filternames
416
+ in: query
417
+ description: ''
418
+ style: form
419
+ explode: true
420
+ schema:
421
+ type: array
422
+ items:
423
+ type: string
424
+ - name: filtertypes
425
+ in: query
426
+ description: ''
427
+ style: form
428
+ explode: true
429
+ schema:
430
+ type: array
431
+ items:
432
+ type: string
433
+ - name: filterdatacenters
434
+ in: query
435
+ description: ''
436
+ style: form
437
+ explode: true
438
+ schema:
439
+ type: array
440
+ items:
441
+ type: string
442
+ responses:
443
+ '200':
444
+ description: Successful operation
445
+ headers: {}
446
+ content:
447
+ application/json:
448
+ schema:
449
+ type: object
450
+ deprecated: false
451
+ /vcenter/datastore/{datastore}:
452
+ get:
453
+ summary: getVcenterdatastoredatastore
454
+ description: ''
455
+ operationId: getVcenterdatastoredatastore
456
+ parameters:
457
+ - name: datastore
458
+ in: path
459
+ description: ''
460
+ required: true
461
+ style: simple
462
+ schema:
463
+ type: string
464
+ responses:
465
+ '200':
466
+ description: Successful operation
467
+ headers: {}
468
+ content:
469
+ application/json:
470
+ schema:
471
+ type: object
472
+ deprecated: false
473
+ /vcenter/folder:
474
+ get:
475
+ summary: getVcenterfolder
476
+ description: ''
477
+ operationId: getVcenterfolder
478
+ parameters:
479
+ - name: filterfolders
480
+ in: query
481
+ description: ''
482
+ style: form
483
+ explode: true
484
+ schema:
485
+ type: array
486
+ items:
487
+ type: string
488
+ - name: filterparentFolders
489
+ in: query
490
+ description: ''
491
+ style: form
492
+ explode: true
493
+ schema:
494
+ type: array
495
+ items:
496
+ type: string
497
+ - name: filtertype
498
+ in: query
499
+ description: ''
500
+ style: form
501
+ explode: true
502
+ schema:
503
+ type: string
504
+ - name: filternames
505
+ in: query
506
+ description: ''
507
+ style: form
508
+ explode: true
509
+ schema:
510
+ type: array
511
+ items:
512
+ type: string
513
+ - name: filterdatacenters
514
+ in: query
515
+ description: ''
516
+ style: form
517
+ explode: true
518
+ schema:
519
+ type: array
520
+ items:
521
+ type: string
522
+ responses:
523
+ '200':
524
+ description: Successful operation
525
+ headers: {}
526
+ content:
527
+ application/json:
528
+ schema:
529
+ type: object
530
+ deprecated: false
531
+ /vcenter/host:
532
+ post:
533
+ summary: postVcenterhost
534
+ description: ''
535
+ operationId: postVcenterhost
536
+ parameters:
537
+ - name: spec
538
+ in: query
539
+ description: ''
540
+ required: true
541
+ style: form
542
+ explode: true
543
+ schema:
544
+ type: object
545
+ requestBody:
546
+ description: ''
547
+ content:
548
+ application/json:
549
+ schema:
550
+ type: object
551
+ required: false
552
+ responses:
553
+ '200':
554
+ description: Successful operation
555
+ headers: {}
556
+ content:
557
+ application/json:
558
+ schema:
559
+ type: object
560
+ deprecated: false
561
+ get:
562
+ summary: getVcenterhost
563
+ description: ''
564
+ operationId: getVcenterhost
565
+ parameters:
566
+ - name: filterfolders
567
+ in: query
568
+ description: ''
569
+ style: form
570
+ explode: true
571
+ schema:
572
+ type: array
573
+ items:
574
+ type: string
575
+ - name: filterstandalone
576
+ in: query
577
+ description: ''
578
+ style: form
579
+ explode: true
580
+ schema:
581
+ type: boolean
582
+ - name: filterhosts
583
+ in: query
584
+ description: ''
585
+ style: form
586
+ explode: true
587
+ schema:
588
+ type: array
589
+ items:
590
+ type: string
591
+ - name: filternames
592
+ in: query
593
+ description: ''
594
+ style: form
595
+ explode: true
596
+ schema:
597
+ type: array
598
+ items:
599
+ type: string
600
+ - name: filterclusters
601
+ in: query
602
+ description: ''
603
+ style: form
604
+ explode: true
605
+ schema:
606
+ type: array
607
+ items:
608
+ type: string
609
+ - name: filterdatacenters
610
+ in: query
611
+ description: ''
612
+ style: form
613
+ explode: true
614
+ schema:
615
+ type: array
616
+ items:
617
+ type: string
618
+ - name: filterconnectionStates
619
+ in: query
620
+ description: ''
621
+ style: form
622
+ explode: true
623
+ schema:
624
+ type: array
625
+ items:
626
+ type: string
627
+ responses:
628
+ '200':
629
+ description: Successful operation
630
+ headers: {}
631
+ content:
632
+ application/json:
633
+ schema:
634
+ type: object
635
+ deprecated: false
636
+ /vcenter/host/{host}:
637
+ delete:
638
+ summary: deleteVcenterhosthost
639
+ description: ''
640
+ operationId: deleteVcenterhosthost
641
+ parameters:
642
+ - name: host
643
+ in: path
644
+ description: ''
645
+ required: true
646
+ style: simple
647
+ schema:
648
+ type: string
649
+ responses:
650
+ '200':
651
+ description: Successful operation
652
+ headers: {}
653
+ content:
654
+ application/json:
655
+ schema:
656
+ type: object
657
+ deprecated: false
658
+ /vcenter/host/{host}/connect:
659
+ post:
660
+ summary: postVcenterhosthostconnect
661
+ description: ''
662
+ operationId: postVcenterhosthostconnect
663
+ parameters:
664
+ - name: host
665
+ in: path
666
+ description: ''
667
+ required: true
668
+ style: simple
669
+ schema:
670
+ type: string
671
+ requestBody:
672
+ description: ''
673
+ content:
674
+ application/json:
675
+ schema:
676
+ type: object
677
+ required: false
678
+ responses:
679
+ '200':
680
+ description: Successful operation
681
+ headers: {}
682
+ content:
683
+ application/json:
684
+ schema:
685
+ type: object
686
+ deprecated: false
687
+ /vcenter/host/{host}/disconnect:
688
+ post:
689
+ summary: postVcenterhosthostdisconnect
690
+ description: ''
691
+ operationId: postVcenterhosthostdisconnect
692
+ parameters:
693
+ - name: host
694
+ in: path
695
+ description: ''
696
+ required: true
697
+ style: simple
698
+ schema:
699
+ type: string
700
+ requestBody:
701
+ description: ''
702
+ content:
703
+ application/json:
704
+ schema:
705
+ type: object
706
+ required: false
707
+ responses:
708
+ '200':
709
+ description: Successful operation
710
+ headers: {}
711
+ content:
712
+ application/json:
713
+ schema:
714
+ type: object
715
+ deprecated: false
716
+ /vcenter/network:
717
+ get:
718
+ summary: getVcenternetwork
719
+ description: ''
720
+ operationId: getVcenternetwork
721
+ parameters:
722
+ - name: filterfolders
723
+ in: query
724
+ description: ''
725
+ style: form
726
+ explode: true
727
+ schema:
728
+ type: array
729
+ items:
730
+ type: string
731
+ - name: filterdatacenters
732
+ in: query
733
+ description: ''
734
+ style: form
735
+ explode: true
736
+ schema:
737
+ type: array
738
+ items:
739
+ type: string
740
+ - name: filternetworks
741
+ in: query
742
+ description: ''
743
+ style: form
744
+ explode: true
745
+ schema:
746
+ type: array
747
+ items:
748
+ type: string
749
+ - name: filtertypes
750
+ in: query
751
+ description: ''
752
+ style: form
753
+ explode: true
754
+ schema:
755
+ type: array
756
+ items:
757
+ type: string
758
+ - name: filternames
759
+ in: query
760
+ description: ''
761
+ style: form
762
+ explode: true
763
+ schema:
764
+ type: array
765
+ items:
766
+ type: string
767
+ responses:
768
+ '200':
769
+ description: Successful operation
770
+ headers: {}
771
+ content:
772
+ application/json:
773
+ schema:
774
+ type: object
775
+ deprecated: false
776
+ /vcenter/resource-pool:
777
+ get:
778
+ summary: getVcenterresourcePool
779
+ description: ''
780
+ operationId: getVcenterresourcePool
781
+ parameters:
782
+ - name: filterparentResourcePools
783
+ in: query
784
+ description: ''
785
+ style: form
786
+ explode: true
787
+ schema:
788
+ type: array
789
+ items:
790
+ type: string
791
+ - name: filterhosts
792
+ in: query
793
+ description: ''
794
+ style: form
795
+ explode: true
796
+ schema:
797
+ type: array
798
+ items:
799
+ type: string
800
+ - name: filternames
801
+ in: query
802
+ description: ''
803
+ style: form
804
+ explode: true
805
+ schema:
806
+ type: array
807
+ items:
808
+ type: string
809
+ - name: filterclusters
810
+ in: query
811
+ description: ''
812
+ style: form
813
+ explode: true
814
+ schema:
815
+ type: array
816
+ items:
817
+ type: string
818
+ - name: filterdatacenters
819
+ in: query
820
+ description: ''
821
+ style: form
822
+ explode: true
823
+ schema:
824
+ type: array
825
+ items:
826
+ type: string
827
+ - name: filterresourcePools
828
+ in: query
829
+ description: ''
830
+ style: form
831
+ explode: true
832
+ schema:
833
+ type: array
834
+ items:
835
+ type: string
836
+ responses:
837
+ '200':
838
+ description: Successful operation
839
+ headers: {}
840
+ content:
841
+ application/json:
842
+ schema:
843
+ type: object
844
+ deprecated: false
845
+ /vcenter/resource-pool/{resourcepool}:
846
+ get:
847
+ summary: getVcenterresourcePoolresourcePool
848
+ description: ''
849
+ operationId: getVcenterresourcePoolresourcePool
850
+ parameters:
851
+ - name: resourcepool
852
+ in: path
853
+ description: ''
854
+ required: true
855
+ style: simple
856
+ schema:
857
+ type: string
858
+ responses:
859
+ '200':
860
+ description: Successful operation
861
+ headers: {}
862
+ content:
863
+ application/json:
864
+ schema:
865
+ type: object
866
+ deprecated: false
867
+ /vcenter/vm:
868
+ post:
869
+ summary: postVcentervm
870
+ description: ''
871
+ operationId: postVcentervm
872
+ parameters:
873
+ - name: spec
874
+ in: query
875
+ description: ''
876
+ required: true
877
+ style: form
878
+ explode: true
879
+ schema:
880
+ type: object
881
+ requestBody:
882
+ description: ''
883
+ content:
884
+ application/json:
885
+ schema:
886
+ type: object
887
+ required: false
888
+ responses:
889
+ '200':
890
+ description: Successful operation
891
+ headers: {}
892
+ content:
893
+ application/json:
894
+ schema:
895
+ type: object
896
+ deprecated: false
897
+ get:
898
+ summary: getVcentervm
899
+ description: ''
900
+ operationId: getVcentervm
901
+ parameters:
902
+ - name: filterfolders
903
+ in: query
904
+ description: ''
905
+ style: form
906
+ explode: true
907
+ schema:
908
+ type: array
909
+ items:
910
+ type: string
911
+ - name: filterpowerStates
912
+ in: query
913
+ description: ''
914
+ style: form
915
+ explode: true
916
+ schema:
917
+ type: array
918
+ items:
919
+ type: string
920
+ - name: filterhosts
921
+ in: query
922
+ description: ''
923
+ style: form
924
+ explode: true
925
+ schema:
926
+ type: array
927
+ items:
928
+ type: string
929
+ - name: filternames
930
+ in: query
931
+ description: ''
932
+ style: form
933
+ explode: true
934
+ schema:
935
+ type: array
936
+ items:
937
+ type: string
938
+ - name: filterclusters
939
+ in: query
940
+ description: ''
941
+ style: form
942
+ explode: true
943
+ schema:
944
+ type: array
945
+ items:
946
+ type: string
947
+ - name: filterdatacenters
948
+ in: query
949
+ description: ''
950
+ style: form
951
+ explode: true
952
+ schema:
953
+ type: array
954
+ items:
955
+ type: string
956
+ - name: filterresourcePools
957
+ in: query
958
+ description: ''
959
+ style: form
960
+ explode: true
961
+ schema:
962
+ type: array
963
+ items:
964
+ type: string
965
+ - name: filtervms
966
+ in: query
967
+ description: ''
968
+ style: form
969
+ explode: true
970
+ schema:
971
+ type: array
972
+ items:
973
+ type: string
974
+ responses:
975
+ '200':
976
+ description: Successful operation
977
+ headers: {}
978
+ content:
979
+ application/json:
980
+ schema:
981
+ type: object
982
+ deprecated: false
983
+ /vcenter/vm/{vm}:
984
+ delete:
985
+ summary: deleteVcentervmvm
986
+ description: ''
987
+ operationId: deleteVcentervmvm
988
+ parameters:
989
+ - name: vm
990
+ in: path
991
+ description: ''
992
+ required: true
993
+ style: simple
994
+ schema:
995
+ type: string
996
+ responses:
997
+ '200':
998
+ description: Successful operation
999
+ headers: {}
1000
+ content:
1001
+ application/json:
1002
+ schema:
1003
+ type: object
1004
+ deprecated: false
1005
+ get:
1006
+ summary: getVcentervmvm
1007
+ description: ''
1008
+ operationId: getVcentervmvm
1009
+ parameters:
1010
+ - name: vm
1011
+ in: path
1012
+ description: ''
1013
+ required: true
1014
+ style: simple
1015
+ schema:
1016
+ type: string
1017
+ responses:
1018
+ '200':
1019
+ description: Successful operation
1020
+ headers: {}
1021
+ content:
1022
+ application/json:
1023
+ schema:
1024
+ type: object
1025
+ deprecated: false
1026
+ /vcenter/vm/{vm}/hardware:
1027
+ get:
1028
+ summary: getVcentervmvmhardware
1029
+ description: ''
1030
+ operationId: getVcentervmvmhardware
1031
+ parameters:
1032
+ - name: vm
1033
+ in: path
1034
+ description: ''
1035
+ required: true
1036
+ style: simple
1037
+ schema:
1038
+ type: string
1039
+ responses:
1040
+ '200':
1041
+ description: Successful operation
1042
+ headers: {}
1043
+ content:
1044
+ application/json:
1045
+ schema:
1046
+ type: object
1047
+ deprecated: false
1048
+ patch:
1049
+ summary: patchVcentervmvmhardware
1050
+ description: ''
1051
+ operationId: patchVcentervmvmhardware
1052
+ parameters:
1053
+ - name: vm
1054
+ in: path
1055
+ description: ''
1056
+ required: true
1057
+ style: simple
1058
+ schema:
1059
+ type: string
1060
+ - name: spec
1061
+ in: query
1062
+ description: ''
1063
+ required: true
1064
+ style: form
1065
+ explode: true
1066
+ schema:
1067
+ type: object
1068
+ requestBody:
1069
+ description: ''
1070
+ content:
1071
+ application/json:
1072
+ schema:
1073
+ type: object
1074
+ required: false
1075
+ responses:
1076
+ '200':
1077
+ description: Successful operation
1078
+ headers: {}
1079
+ content:
1080
+ application/json:
1081
+ schema:
1082
+ type: object
1083
+ deprecated: false
1084
+ /vcenter/vm/{vm}/hardware/action/upgrade:
1085
+ post:
1086
+ summary: postVcentervmvmhardwareactionupgrade
1087
+ description: ''
1088
+ operationId: postVcentervmvmhardwareactionupgrade
1089
+ parameters:
1090
+ - name: vm
1091
+ in: path
1092
+ description: ''
1093
+ required: true
1094
+ style: simple
1095
+ schema:
1096
+ type: string
1097
+ - name: version
1098
+ in: query
1099
+ description: ''
1100
+ style: form
1101
+ explode: true
1102
+ schema:
1103
+ type: object
1104
+ requestBody:
1105
+ description: ''
1106
+ content:
1107
+ application/json:
1108
+ schema:
1109
+ type: object
1110
+ required: false
1111
+ responses:
1112
+ '200':
1113
+ description: Successful operation
1114
+ headers: {}
1115
+ content:
1116
+ application/json:
1117
+ schema:
1118
+ type: object
1119
+ deprecated: false
1120
+ /vcenter/vm/{vm}/hardware/adapter/sata:
1121
+ post:
1122
+ summary: postVcentervmvmhardwareadaptersata
1123
+ description: ''
1124
+ operationId: postVcentervmvmhardwareadaptersata
1125
+ parameters:
1126
+ - name: vm
1127
+ in: path
1128
+ description: ''
1129
+ required: true
1130
+ style: simple
1131
+ schema:
1132
+ type: string
1133
+ - name: spec
1134
+ in: query
1135
+ description: ''
1136
+ required: true
1137
+ style: form
1138
+ explode: true
1139
+ schema:
1140
+ type: object
1141
+ requestBody:
1142
+ description: ''
1143
+ content:
1144
+ application/json:
1145
+ schema:
1146
+ type: object
1147
+ required: false
1148
+ responses:
1149
+ '200':
1150
+ description: Successful operation
1151
+ headers: {}
1152
+ content:
1153
+ application/json:
1154
+ schema:
1155
+ type: object
1156
+ deprecated: false
1157
+ get:
1158
+ summary: getVcentervmvmhardwareadaptersata
1159
+ description: ''
1160
+ operationId: getVcentervmvmhardwareadaptersata
1161
+ parameters:
1162
+ - name: vm
1163
+ in: path
1164
+ description: ''
1165
+ required: true
1166
+ style: simple
1167
+ schema:
1168
+ type: string
1169
+ responses:
1170
+ '200':
1171
+ description: Successful operation
1172
+ headers: {}
1173
+ content:
1174
+ application/json:
1175
+ schema:
1176
+ type: object
1177
+ deprecated: false
1178
+ /vcenter/vm/{vm}/hardware/adapter/sata/{adapter}:
1179
+ delete:
1180
+ summary: deleteVcentervmvmhardwareadaptersataadapter
1181
+ description: ''
1182
+ operationId: deleteVcentervmvmhardwareadaptersataadapter
1183
+ parameters:
1184
+ - name: vm
1185
+ in: path
1186
+ description: ''
1187
+ required: true
1188
+ style: simple
1189
+ schema:
1190
+ type: string
1191
+ - name: adapter
1192
+ in: path
1193
+ description: ''
1194
+ required: true
1195
+ style: simple
1196
+ schema:
1197
+ type: string
1198
+ responses:
1199
+ '200':
1200
+ description: Successful operation
1201
+ headers: {}
1202
+ content:
1203
+ application/json:
1204
+ schema:
1205
+ type: object
1206
+ deprecated: false
1207
+ get:
1208
+ summary: getVcentervmvmhardwareadaptersataadapter
1209
+ description: ''
1210
+ operationId: getVcentervmvmhardwareadaptersataadapter
1211
+ parameters:
1212
+ - name: vm
1213
+ in: path
1214
+ description: ''
1215
+ required: true
1216
+ style: simple
1217
+ schema:
1218
+ type: string
1219
+ - name: adapter
1220
+ in: path
1221
+ description: ''
1222
+ required: true
1223
+ style: simple
1224
+ schema:
1225
+ type: string
1226
+ responses:
1227
+ '200':
1228
+ description: Successful operation
1229
+ headers: {}
1230
+ content:
1231
+ application/json:
1232
+ schema:
1233
+ type: object
1234
+ deprecated: false
1235
+ /vcenter/vm/{vm}/hardware/adapter/scsi:
1236
+ post:
1237
+ summary: postVcentervmvmhardwareadapterscsi
1238
+ description: ''
1239
+ operationId: postVcentervmvmhardwareadapterscsi
1240
+ parameters:
1241
+ - name: vm
1242
+ in: path
1243
+ description: ''
1244
+ required: true
1245
+ style: simple
1246
+ schema:
1247
+ type: string
1248
+ - name: spec
1249
+ in: query
1250
+ description: ''
1251
+ required: true
1252
+ style: form
1253
+ explode: true
1254
+ schema:
1255
+ type: object
1256
+ requestBody:
1257
+ description: ''
1258
+ content:
1259
+ application/json:
1260
+ schema:
1261
+ type: object
1262
+ required: false
1263
+ responses:
1264
+ '200':
1265
+ description: Successful operation
1266
+ headers: {}
1267
+ content:
1268
+ application/json:
1269
+ schema:
1270
+ type: object
1271
+ deprecated: false
1272
+ get:
1273
+ summary: getVcentervmvmhardwareadapterscsi
1274
+ description: ''
1275
+ operationId: getVcentervmvmhardwareadapterscsi
1276
+ parameters:
1277
+ - name: vm
1278
+ in: path
1279
+ description: ''
1280
+ required: true
1281
+ style: simple
1282
+ schema:
1283
+ type: string
1284
+ responses:
1285
+ '200':
1286
+ description: Successful operation
1287
+ headers: {}
1288
+ content:
1289
+ application/json:
1290
+ schema:
1291
+ type: object
1292
+ deprecated: false
1293
+ /vcenter/vm/{vm}/hardware/adapter/scsi/{adapter}:
1294
+ get:
1295
+ summary: getVcentervmvmhardwareadapterscsiadapter
1296
+ description: ''
1297
+ operationId: getVcentervmvmhardwareadapterscsiadapter
1298
+ parameters:
1299
+ - name: vm
1300
+ in: path
1301
+ description: ''
1302
+ required: true
1303
+ style: simple
1304
+ schema:
1305
+ type: string
1306
+ - name: adapter
1307
+ in: path
1308
+ description: ''
1309
+ required: true
1310
+ style: simple
1311
+ schema:
1312
+ type: string
1313
+ responses:
1314
+ '200':
1315
+ description: Successful operation
1316
+ headers: {}
1317
+ content:
1318
+ application/json:
1319
+ schema:
1320
+ type: object
1321
+ deprecated: false
1322
+ patch:
1323
+ summary: patchVcentervmvmhardwareadapterscsiadapter
1324
+ description: ''
1325
+ operationId: patchVcentervmvmhardwareadapterscsiadapter
1326
+ parameters:
1327
+ - name: vm
1328
+ in: path
1329
+ description: ''
1330
+ required: true
1331
+ style: simple
1332
+ schema:
1333
+ type: string
1334
+ - name: adapter
1335
+ in: path
1336
+ description: ''
1337
+ required: true
1338
+ style: simple
1339
+ schema:
1340
+ type: string
1341
+ - name: spec
1342
+ in: query
1343
+ description: ''
1344
+ required: true
1345
+ style: form
1346
+ explode: true
1347
+ schema:
1348
+ type: object
1349
+ requestBody:
1350
+ description: ''
1351
+ content:
1352
+ application/json:
1353
+ schema:
1354
+ type: object
1355
+ required: false
1356
+ responses:
1357
+ '200':
1358
+ description: Successful operation
1359
+ headers: {}
1360
+ content:
1361
+ application/json:
1362
+ schema:
1363
+ type: object
1364
+ deprecated: false
1365
+ delete:
1366
+ summary: deleteVcentervmvmhardwareadapterscsiadapter
1367
+ description: ''
1368
+ operationId: deleteVcentervmvmhardwareadapterscsiadapter
1369
+ parameters:
1370
+ - name: vm
1371
+ in: path
1372
+ description: ''
1373
+ required: true
1374
+ style: simple
1375
+ schema:
1376
+ type: string
1377
+ - name: adapter
1378
+ in: path
1379
+ description: ''
1380
+ required: true
1381
+ style: simple
1382
+ schema:
1383
+ type: string
1384
+ responses:
1385
+ '200':
1386
+ description: Successful operation
1387
+ headers: {}
1388
+ content:
1389
+ application/json:
1390
+ schema:
1391
+ type: object
1392
+ deprecated: false
1393
+ /vcenter/vm/{vm}/hardware/boot:
1394
+ get:
1395
+ summary: getVcentervmvmhardwareboot
1396
+ description: ''
1397
+ operationId: getVcentervmvmhardwareboot
1398
+ parameters:
1399
+ - name: vm
1400
+ in: path
1401
+ description: ''
1402
+ required: true
1403
+ style: simple
1404
+ schema:
1405
+ type: string
1406
+ responses:
1407
+ '200':
1408
+ description: Successful operation
1409
+ headers: {}
1410
+ content:
1411
+ application/json:
1412
+ schema:
1413
+ type: object
1414
+ deprecated: false
1415
+ patch:
1416
+ summary: patchVcentervmvmhardwareboot
1417
+ description: ''
1418
+ operationId: patchVcentervmvmhardwareboot
1419
+ parameters:
1420
+ - name: vm
1421
+ in: path
1422
+ description: ''
1423
+ required: true
1424
+ style: simple
1425
+ schema:
1426
+ type: string
1427
+ - name: spec
1428
+ in: query
1429
+ description: ''
1430
+ required: true
1431
+ style: form
1432
+ explode: true
1433
+ schema:
1434
+ type: object
1435
+ requestBody:
1436
+ description: ''
1437
+ content:
1438
+ application/json:
1439
+ schema:
1440
+ type: object
1441
+ required: false
1442
+ responses:
1443
+ '200':
1444
+ description: Successful operation
1445
+ headers: {}
1446
+ content:
1447
+ application/json:
1448
+ schema:
1449
+ type: object
1450
+ deprecated: false
1451
+ /vcenter/vm/{vm}/hardware/boot/device:
1452
+ put:
1453
+ summary: putVcentervmvmhardwarebootdevice
1454
+ description: ''
1455
+ operationId: putVcentervmvmhardwarebootdevice
1456
+ parameters:
1457
+ - name: vm
1458
+ in: path
1459
+ description: ''
1460
+ required: true
1461
+ style: simple
1462
+ schema:
1463
+ type: string
1464
+ - name: devices
1465
+ in: query
1466
+ description: ''
1467
+ required: true
1468
+ style: form
1469
+ explode: true
1470
+ schema:
1471
+ type: object
1472
+ requestBody:
1473
+ description: ''
1474
+ content:
1475
+ application/json:
1476
+ schema:
1477
+ type: object
1478
+ required: false
1479
+ responses:
1480
+ '200':
1481
+ description: Successful operation
1482
+ headers: {}
1483
+ content:
1484
+ application/json:
1485
+ schema:
1486
+ type: object
1487
+ deprecated: false
1488
+ get:
1489
+ summary: getVcentervmvmhardwarebootdevice
1490
+ description: ''
1491
+ operationId: getVcentervmvmhardwarebootdevice
1492
+ parameters:
1493
+ - name: vm
1494
+ in: path
1495
+ description: ''
1496
+ required: true
1497
+ style: simple
1498
+ schema:
1499
+ type: string
1500
+ responses:
1501
+ '200':
1502
+ description: Successful operation
1503
+ headers: {}
1504
+ content:
1505
+ application/json:
1506
+ schema:
1507
+ type: object
1508
+ deprecated: false
1509
+ /vcenter/vm/{vm}/hardware/cdrom:
1510
+ post:
1511
+ summary: postVcentervmvmhardwarecdrom
1512
+ description: ''
1513
+ operationId: postVcentervmvmhardwarecdrom
1514
+ parameters:
1515
+ - name: vm
1516
+ in: path
1517
+ description: ''
1518
+ required: true
1519
+ style: simple
1520
+ schema:
1521
+ type: string
1522
+ - name: spec
1523
+ in: query
1524
+ description: ''
1525
+ required: true
1526
+ style: form
1527
+ explode: true
1528
+ schema:
1529
+ type: object
1530
+ requestBody:
1531
+ description: ''
1532
+ content:
1533
+ application/json:
1534
+ schema:
1535
+ type: object
1536
+ required: false
1537
+ responses:
1538
+ '200':
1539
+ description: Successful operation
1540
+ headers: {}
1541
+ content:
1542
+ application/json:
1543
+ schema:
1544
+ type: object
1545
+ deprecated: false
1546
+ get:
1547
+ summary: getVcentervmvmhardwarecdrom
1548
+ description: ''
1549
+ operationId: getVcentervmvmhardwarecdrom
1550
+ parameters:
1551
+ - name: vm
1552
+ in: path
1553
+ description: ''
1554
+ required: true
1555
+ style: simple
1556
+ schema:
1557
+ type: string
1558
+ responses:
1559
+ '200':
1560
+ description: Successful operation
1561
+ headers: {}
1562
+ content:
1563
+ application/json:
1564
+ schema:
1565
+ type: object
1566
+ deprecated: false
1567
+ /vcenter/vm/{vm}/hardware/cdrom/{cdrom}:
1568
+ patch:
1569
+ summary: patchVcentervmvmhardwarecdromcdrom
1570
+ description: ''
1571
+ operationId: patchVcentervmvmhardwarecdromcdrom
1572
+ parameters:
1573
+ - name: vm
1574
+ in: path
1575
+ description: ''
1576
+ required: true
1577
+ style: simple
1578
+ schema:
1579
+ type: string
1580
+ - name: cdrom
1581
+ in: path
1582
+ description: ''
1583
+ required: true
1584
+ style: simple
1585
+ schema:
1586
+ type: string
1587
+ - name: spec
1588
+ in: query
1589
+ description: ''
1590
+ required: true
1591
+ style: form
1592
+ explode: true
1593
+ schema:
1594
+ type: object
1595
+ requestBody:
1596
+ description: ''
1597
+ content:
1598
+ application/json:
1599
+ schema:
1600
+ type: object
1601
+ required: false
1602
+ responses:
1603
+ '200':
1604
+ description: Successful operation
1605
+ headers: {}
1606
+ content:
1607
+ application/json:
1608
+ schema:
1609
+ type: object
1610
+ deprecated: false
1611
+ get:
1612
+ summary: getVcentervmvmhardwarecdromcdrom
1613
+ description: ''
1614
+ operationId: getVcentervmvmhardwarecdromcdrom
1615
+ parameters:
1616
+ - name: vm
1617
+ in: path
1618
+ description: ''
1619
+ required: true
1620
+ style: simple
1621
+ schema:
1622
+ type: string
1623
+ - name: cdrom
1624
+ in: path
1625
+ description: ''
1626
+ required: true
1627
+ style: simple
1628
+ schema:
1629
+ type: string
1630
+ responses:
1631
+ '200':
1632
+ description: Successful operation
1633
+ headers: {}
1634
+ content:
1635
+ application/json:
1636
+ schema:
1637
+ type: object
1638
+ deprecated: false
1639
+ delete:
1640
+ summary: deleteVcentervmvmhardwarecdromcdrom
1641
+ description: ''
1642
+ operationId: deleteVcentervmvmhardwarecdromcdrom
1643
+ parameters:
1644
+ - name: vm
1645
+ in: path
1646
+ description: ''
1647
+ required: true
1648
+ style: simple
1649
+ schema:
1650
+ type: string
1651
+ - name: cdrom
1652
+ in: path
1653
+ description: ''
1654
+ required: true
1655
+ style: simple
1656
+ schema:
1657
+ type: string
1658
+ responses:
1659
+ '200':
1660
+ description: Successful operation
1661
+ headers: {}
1662
+ content:
1663
+ application/json:
1664
+ schema:
1665
+ type: object
1666
+ deprecated: false
1667
+ /vcenter/vm/{vm}/hardware/cdrom/{cdrom}/connect:
1668
+ post:
1669
+ summary: postVcentervmvmhardwarecdromcdromconnect
1670
+ description: ''
1671
+ operationId: postVcentervmvmhardwarecdromcdromconnect
1672
+ parameters:
1673
+ - name: vm
1674
+ in: path
1675
+ description: ''
1676
+ required: true
1677
+ style: simple
1678
+ schema:
1679
+ type: string
1680
+ - name: cdrom
1681
+ in: path
1682
+ description: ''
1683
+ required: true
1684
+ style: simple
1685
+ schema:
1686
+ type: string
1687
+ requestBody:
1688
+ description: ''
1689
+ content:
1690
+ application/json:
1691
+ schema:
1692
+ type: object
1693
+ required: false
1694
+ responses:
1695
+ '200':
1696
+ description: Successful operation
1697
+ headers: {}
1698
+ content:
1699
+ application/json:
1700
+ schema:
1701
+ type: object
1702
+ deprecated: false
1703
+ /vcenter/vm/{vm}/hardware/cdrom/{cdrom}/disconnect:
1704
+ post:
1705
+ summary: postVcentervmvmhardwarecdromcdromdisconnect
1706
+ description: ''
1707
+ operationId: postVcentervmvmhardwarecdromcdromdisconnect
1708
+ parameters:
1709
+ - name: vm
1710
+ in: path
1711
+ description: ''
1712
+ required: true
1713
+ style: simple
1714
+ schema:
1715
+ type: string
1716
+ - name: cdrom
1717
+ in: path
1718
+ description: ''
1719
+ required: true
1720
+ style: simple
1721
+ schema:
1722
+ type: string
1723
+ requestBody:
1724
+ description: ''
1725
+ content:
1726
+ application/json:
1727
+ schema:
1728
+ type: object
1729
+ required: false
1730
+ responses:
1731
+ '200':
1732
+ description: Successful operation
1733
+ headers: {}
1734
+ content:
1735
+ application/json:
1736
+ schema:
1737
+ type: object
1738
+ deprecated: false
1739
+ /vcenter/vm/{vm}/hardware/cpu:
1740
+ get:
1741
+ summary: getVcentervmvmhardwarecpu
1742
+ description: ''
1743
+ operationId: getVcentervmvmhardwarecpu
1744
+ parameters:
1745
+ - name: vm
1746
+ in: path
1747
+ description: ''
1748
+ required: true
1749
+ style: simple
1750
+ schema:
1751
+ type: string
1752
+ responses:
1753
+ '200':
1754
+ description: Successful operation
1755
+ headers: {}
1756
+ content:
1757
+ application/json:
1758
+ schema:
1759
+ type: object
1760
+ deprecated: false
1761
+ patch:
1762
+ summary: patchVcentervmvmhardwarecpu
1763
+ description: ''
1764
+ operationId: patchVcentervmvmhardwarecpu
1765
+ parameters:
1766
+ - name: vm
1767
+ in: path
1768
+ description: ''
1769
+ required: true
1770
+ style: simple
1771
+ schema:
1772
+ type: string
1773
+ - name: spec
1774
+ in: query
1775
+ description: ''
1776
+ required: true
1777
+ style: form
1778
+ explode: true
1779
+ schema:
1780
+ type: object
1781
+ requestBody:
1782
+ description: ''
1783
+ content:
1784
+ application/json:
1785
+ schema:
1786
+ type: object
1787
+ required: false
1788
+ responses:
1789
+ '200':
1790
+ description: Successful operation
1791
+ headers: {}
1792
+ content:
1793
+ application/json:
1794
+ schema:
1795
+ type: object
1796
+ deprecated: false
1797
+ /vcenter/vm/{vm}/hardware/disk:
1798
+ post:
1799
+ summary: postVcentervmvmhardwaredisk
1800
+ description: ''
1801
+ operationId: postVcentervmvmhardwaredisk
1802
+ parameters:
1803
+ - name: vm
1804
+ in: path
1805
+ description: ''
1806
+ required: true
1807
+ style: simple
1808
+ schema:
1809
+ type: string
1810
+ - name: spec
1811
+ in: query
1812
+ description: ''
1813
+ required: true
1814
+ style: form
1815
+ explode: true
1816
+ schema:
1817
+ type: object
1818
+ requestBody:
1819
+ description: ''
1820
+ content:
1821
+ application/json:
1822
+ schema:
1823
+ type: object
1824
+ required: false
1825
+ responses:
1826
+ '200':
1827
+ description: Successful operation
1828
+ headers: {}
1829
+ content:
1830
+ application/json:
1831
+ schema:
1832
+ type: object
1833
+ deprecated: false
1834
+ get:
1835
+ summary: getVcentervmvmhardwaredisk
1836
+ description: ''
1837
+ operationId: getVcentervmvmhardwaredisk
1838
+ parameters:
1839
+ - name: vm
1840
+ in: path
1841
+ description: ''
1842
+ required: true
1843
+ style: simple
1844
+ schema:
1845
+ type: string
1846
+ responses:
1847
+ '200':
1848
+ description: Successful operation
1849
+ headers: {}
1850
+ content:
1851
+ application/json:
1852
+ schema:
1853
+ type: object
1854
+ deprecated: false
1855
+ /vcenter/vm/{vm}/hardware/disk/{disk}:
1856
+ get:
1857
+ summary: getVcentervmvmhardwarediskdisk
1858
+ description: ''
1859
+ operationId: getVcentervmvmhardwarediskdisk
1860
+ parameters:
1861
+ - name: vm
1862
+ in: path
1863
+ description: ''
1864
+ required: true
1865
+ style: simple
1866
+ schema:
1867
+ type: string
1868
+ - name: disk
1869
+ in: path
1870
+ description: ''
1871
+ required: true
1872
+ style: simple
1873
+ schema:
1874
+ type: string
1875
+ responses:
1876
+ '200':
1877
+ description: Successful operation
1878
+ headers: {}
1879
+ content:
1880
+ application/json:
1881
+ schema:
1882
+ type: object
1883
+ deprecated: false
1884
+ delete:
1885
+ summary: deleteVcentervmvmhardwarediskdisk
1886
+ description: ''
1887
+ operationId: deleteVcentervmvmhardwarediskdisk
1888
+ parameters:
1889
+ - name: vm
1890
+ in: path
1891
+ description: ''
1892
+ required: true
1893
+ style: simple
1894
+ schema:
1895
+ type: string
1896
+ - name: disk
1897
+ in: path
1898
+ description: ''
1899
+ required: true
1900
+ style: simple
1901
+ schema:
1902
+ type: string
1903
+ responses:
1904
+ '200':
1905
+ description: Successful operation
1906
+ headers: {}
1907
+ content:
1908
+ application/json:
1909
+ schema:
1910
+ type: object
1911
+ deprecated: false
1912
+ patch:
1913
+ summary: patchVcentervmvmhardwarediskdisk
1914
+ description: ''
1915
+ operationId: patchVcentervmvmhardwarediskdisk
1916
+ parameters:
1917
+ - name: vm
1918
+ in: path
1919
+ description: ''
1920
+ required: true
1921
+ style: simple
1922
+ schema:
1923
+ type: string
1924
+ - name: disk
1925
+ in: path
1926
+ description: ''
1927
+ required: true
1928
+ style: simple
1929
+ schema:
1930
+ type: string
1931
+ - name: spec
1932
+ in: query
1933
+ description: ''
1934
+ required: true
1935
+ style: form
1936
+ explode: true
1937
+ schema:
1938
+ type: object
1939
+ requestBody:
1940
+ description: ''
1941
+ content:
1942
+ application/json:
1943
+ schema:
1944
+ type: object
1945
+ required: false
1946
+ responses:
1947
+ '200':
1948
+ description: Successful operation
1949
+ headers: {}
1950
+ content:
1951
+ application/json:
1952
+ schema:
1953
+ type: object
1954
+ deprecated: false
1955
+ /vcenter/vm/{vm}/hardware/ethernet:
1956
+ post:
1957
+ summary: postVcentervmvmhardwareethernet
1958
+ description: ''
1959
+ operationId: postVcentervmvmhardwareethernet
1960
+ parameters:
1961
+ - name: vm
1962
+ in: path
1963
+ description: ''
1964
+ required: true
1965
+ style: simple
1966
+ schema:
1967
+ type: string
1968
+ - name: spec
1969
+ in: query
1970
+ description: ''
1971
+ required: true
1972
+ style: form
1973
+ explode: true
1974
+ schema:
1975
+ type: object
1976
+ requestBody:
1977
+ description: ''
1978
+ content:
1979
+ application/json:
1980
+ schema:
1981
+ type: object
1982
+ required: false
1983
+ responses:
1984
+ '200':
1985
+ description: Successful operation
1986
+ headers: {}
1987
+ content:
1988
+ application/json:
1989
+ schema:
1990
+ type: object
1991
+ deprecated: false
1992
+ get:
1993
+ summary: getVcentervmvmhardwareethernet
1994
+ description: ''
1995
+ operationId: getVcentervmvmhardwareethernet
1996
+ parameters:
1997
+ - name: vm
1998
+ in: path
1999
+ description: ''
2000
+ required: true
2001
+ style: simple
2002
+ schema:
2003
+ type: string
2004
+ responses:
2005
+ '200':
2006
+ description: Successful operation
2007
+ headers: {}
2008
+ content:
2009
+ application/json:
2010
+ schema:
2011
+ type: object
2012
+ deprecated: false
2013
+ /vcenter/vm/{vm}/hardware/ethernet/{nic}:
2014
+ patch:
2015
+ summary: patchVcentervmvmhardwareethernetnic
2016
+ description: ''
2017
+ operationId: patchVcentervmvmhardwareethernetnic
2018
+ parameters:
2019
+ - name: vm
2020
+ in: path
2021
+ description: ''
2022
+ required: true
2023
+ style: simple
2024
+ schema:
2025
+ type: string
2026
+ - name: nic
2027
+ in: path
2028
+ description: ''
2029
+ required: true
2030
+ style: simple
2031
+ schema:
2032
+ type: string
2033
+ - name: spec
2034
+ in: query
2035
+ description: ''
2036
+ required: true
2037
+ style: form
2038
+ explode: true
2039
+ schema:
2040
+ type: object
2041
+ requestBody:
2042
+ description: ''
2043
+ content:
2044
+ application/json:
2045
+ schema:
2046
+ type: object
2047
+ required: false
2048
+ responses:
2049
+ '200':
2050
+ description: Successful operation
2051
+ headers: {}
2052
+ content:
2053
+ application/json:
2054
+ schema:
2055
+ type: object
2056
+ deprecated: false
2057
+ get:
2058
+ summary: getVcentervmvmhardwareethernetnic
2059
+ description: ''
2060
+ operationId: getVcentervmvmhardwareethernetnic
2061
+ parameters:
2062
+ - name: vm
2063
+ in: path
2064
+ description: ''
2065
+ required: true
2066
+ style: simple
2067
+ schema:
2068
+ type: string
2069
+ - name: nic
2070
+ in: path
2071
+ description: ''
2072
+ required: true
2073
+ style: simple
2074
+ schema:
2075
+ type: string
2076
+ responses:
2077
+ '200':
2078
+ description: Successful operation
2079
+ headers: {}
2080
+ content:
2081
+ application/json:
2082
+ schema:
2083
+ type: object
2084
+ deprecated: false
2085
+ delete:
2086
+ summary: deleteVcentervmvmhardwareethernetnic
2087
+ description: ''
2088
+ operationId: deleteVcentervmvmhardwareethernetnic
2089
+ parameters:
2090
+ - name: vm
2091
+ in: path
2092
+ description: ''
2093
+ required: true
2094
+ style: simple
2095
+ schema:
2096
+ type: string
2097
+ - name: nic
2098
+ in: path
2099
+ description: ''
2100
+ required: true
2101
+ style: simple
2102
+ schema:
2103
+ type: string
2104
+ responses:
2105
+ '200':
2106
+ description: Successful operation
2107
+ headers: {}
2108
+ content:
2109
+ application/json:
2110
+ schema:
2111
+ type: object
2112
+ deprecated: false
2113
+ /vcenter/vm/{vm}/hardware/ethernet/{nic}/connect:
2114
+ post:
2115
+ summary: postVcentervmvmhardwareethernetnicconnect
2116
+ description: ''
2117
+ operationId: postVcentervmvmhardwareethernetnicconnect
2118
+ parameters:
2119
+ - name: vm
2120
+ in: path
2121
+ description: ''
2122
+ required: true
2123
+ style: simple
2124
+ schema:
2125
+ type: string
2126
+ - name: nic
2127
+ in: path
2128
+ description: ''
2129
+ required: true
2130
+ style: simple
2131
+ schema:
2132
+ type: string
2133
+ requestBody:
2134
+ description: ''
2135
+ content:
2136
+ application/json:
2137
+ schema:
2138
+ type: object
2139
+ required: false
2140
+ responses:
2141
+ '200':
2142
+ description: Successful operation
2143
+ headers: {}
2144
+ content:
2145
+ application/json:
2146
+ schema:
2147
+ type: object
2148
+ deprecated: false
2149
+ /vcenter/vm/{vm}/hardware/ethernet/{nic}/disconnect:
2150
+ post:
2151
+ summary: postVcentervmvmhardwareethernetnicdisconnect
2152
+ description: ''
2153
+ operationId: postVcentervmvmhardwareethernetnicdisconnect
2154
+ parameters:
2155
+ - name: vm
2156
+ in: path
2157
+ description: ''
2158
+ required: true
2159
+ style: simple
2160
+ schema:
2161
+ type: string
2162
+ - name: nic
2163
+ in: path
2164
+ description: ''
2165
+ required: true
2166
+ style: simple
2167
+ schema:
2168
+ type: string
2169
+ requestBody:
2170
+ description: ''
2171
+ content:
2172
+ application/json:
2173
+ schema:
2174
+ type: object
2175
+ required: false
2176
+ responses:
2177
+ '200':
2178
+ description: Successful operation
2179
+ headers: {}
2180
+ content:
2181
+ application/json:
2182
+ schema:
2183
+ type: object
2184
+ deprecated: false
2185
+ /vcenter/vm/{vm}/hardware/floppy:
2186
+ post:
2187
+ summary: postVcentervmvmhardwarefloppy
2188
+ description: ''
2189
+ operationId: postVcentervmvmhardwarefloppy
2190
+ parameters:
2191
+ - name: vm
2192
+ in: path
2193
+ description: ''
2194
+ required: true
2195
+ style: simple
2196
+ schema:
2197
+ type: string
2198
+ - name: spec
2199
+ in: query
2200
+ description: ''
2201
+ required: true
2202
+ style: form
2203
+ explode: true
2204
+ schema:
2205
+ type: object
2206
+ requestBody:
2207
+ description: ''
2208
+ content:
2209
+ application/json:
2210
+ schema:
2211
+ type: object
2212
+ required: false
2213
+ responses:
2214
+ '200':
2215
+ description: Successful operation
2216
+ headers: {}
2217
+ content:
2218
+ application/json:
2219
+ schema:
2220
+ type: object
2221
+ deprecated: false
2222
+ get:
2223
+ summary: getVcentervmvmhardwarefloppy
2224
+ description: ''
2225
+ operationId: getVcentervmvmhardwarefloppy
2226
+ parameters:
2227
+ - name: vm
2228
+ in: path
2229
+ description: ''
2230
+ required: true
2231
+ style: simple
2232
+ schema:
2233
+ type: string
2234
+ responses:
2235
+ '200':
2236
+ description: Successful operation
2237
+ headers: {}
2238
+ content:
2239
+ application/json:
2240
+ schema:
2241
+ type: object
2242
+ deprecated: false
2243
+ /vcenter/vm/{vm}/hardware/floppy/{floppy}:
2244
+ delete:
2245
+ summary: deleteVcentervmvmhardwarefloppyfloppy
2246
+ description: ''
2247
+ operationId: deleteVcentervmvmhardwarefloppyfloppy
2248
+ parameters:
2249
+ - name: vm
2250
+ in: path
2251
+ description: ''
2252
+ required: true
2253
+ style: simple
2254
+ schema:
2255
+ type: string
2256
+ - name: floppy
2257
+ in: path
2258
+ description: ''
2259
+ required: true
2260
+ style: simple
2261
+ schema:
2262
+ type: string
2263
+ responses:
2264
+ '200':
2265
+ description: Successful operation
2266
+ headers: {}
2267
+ content:
2268
+ application/json:
2269
+ schema:
2270
+ type: object
2271
+ deprecated: false
2272
+ patch:
2273
+ summary: patchVcentervmvmhardwarefloppyfloppy
2274
+ description: ''
2275
+ operationId: patchVcentervmvmhardwarefloppyfloppy
2276
+ parameters:
2277
+ - name: vm
2278
+ in: path
2279
+ description: ''
2280
+ required: true
2281
+ style: simple
2282
+ schema:
2283
+ type: string
2284
+ - name: floppy
2285
+ in: path
2286
+ description: ''
2287
+ required: true
2288
+ style: simple
2289
+ schema:
2290
+ type: string
2291
+ - name: spec
2292
+ in: query
2293
+ description: ''
2294
+ required: true
2295
+ style: form
2296
+ explode: true
2297
+ schema:
2298
+ type: object
2299
+ requestBody:
2300
+ description: ''
2301
+ content:
2302
+ application/json:
2303
+ schema:
2304
+ type: object
2305
+ required: false
2306
+ responses:
2307
+ '200':
2308
+ description: Successful operation
2309
+ headers: {}
2310
+ content:
2311
+ application/json:
2312
+ schema:
2313
+ type: object
2314
+ deprecated: false
2315
+ get:
2316
+ summary: getVcentervmvmhardwarefloppyfloppy
2317
+ description: ''
2318
+ operationId: getVcentervmvmhardwarefloppyfloppy
2319
+ parameters:
2320
+ - name: vm
2321
+ in: path
2322
+ description: ''
2323
+ required: true
2324
+ style: simple
2325
+ schema:
2326
+ type: string
2327
+ - name: floppy
2328
+ in: path
2329
+ description: ''
2330
+ required: true
2331
+ style: simple
2332
+ schema:
2333
+ type: string
2334
+ responses:
2335
+ '200':
2336
+ description: Successful operation
2337
+ headers: {}
2338
+ content:
2339
+ application/json:
2340
+ schema:
2341
+ type: object
2342
+ deprecated: false
2343
+ /vcenter/vm/{vm}/hardware/floppy/{floppy}/connect:
2344
+ post:
2345
+ summary: postVcentervmvmhardwarefloppyfloppyconnect
2346
+ description: ''
2347
+ operationId: postVcentervmvmhardwarefloppyfloppyconnect
2348
+ parameters:
2349
+ - name: vm
2350
+ in: path
2351
+ description: ''
2352
+ required: true
2353
+ style: simple
2354
+ schema:
2355
+ type: string
2356
+ - name: floppy
2357
+ in: path
2358
+ description: ''
2359
+ required: true
2360
+ style: simple
2361
+ schema:
2362
+ type: string
2363
+ requestBody:
2364
+ description: ''
2365
+ content:
2366
+ application/json:
2367
+ schema:
2368
+ type: object
2369
+ required: false
2370
+ responses:
2371
+ '200':
2372
+ description: Successful operation
2373
+ headers: {}
2374
+ content:
2375
+ application/json:
2376
+ schema:
2377
+ type: object
2378
+ deprecated: false
2379
+ /vcenter/vm/{vm}/hardware/floppy/{floppy}/disconnect:
2380
+ post:
2381
+ summary: postVcentervmvmhardwarefloppyfloppydisconnect
2382
+ description: ''
2383
+ operationId: postVcentervmvmhardwarefloppyfloppydisconnect
2384
+ parameters:
2385
+ - name: vm
2386
+ in: path
2387
+ description: ''
2388
+ required: true
2389
+ style: simple
2390
+ schema:
2391
+ type: string
2392
+ - name: floppy
2393
+ in: path
2394
+ description: ''
2395
+ required: true
2396
+ style: simple
2397
+ schema:
2398
+ type: string
2399
+ requestBody:
2400
+ description: ''
2401
+ content:
2402
+ application/json:
2403
+ schema:
2404
+ type: object
2405
+ required: false
2406
+ responses:
2407
+ '200':
2408
+ description: Successful operation
2409
+ headers: {}
2410
+ content:
2411
+ application/json:
2412
+ schema:
2413
+ type: object
2414
+ deprecated: false
2415
+ /vcenter/vm/{vm}/hardware/memory:
2416
+ patch:
2417
+ summary: patchVcentervmvmhardwarememory
2418
+ description: ''
2419
+ operationId: patchVcentervmvmhardwarememory
2420
+ parameters:
2421
+ - name: vm
2422
+ in: path
2423
+ description: ''
2424
+ required: true
2425
+ style: simple
2426
+ schema:
2427
+ type: string
2428
+ - name: spec
2429
+ in: query
2430
+ description: ''
2431
+ required: true
2432
+ style: form
2433
+ explode: true
2434
+ schema:
2435
+ type: object
2436
+ requestBody:
2437
+ description: ''
2438
+ content:
2439
+ application/json:
2440
+ schema:
2441
+ type: object
2442
+ required: false
2443
+ responses:
2444
+ '200':
2445
+ description: Successful operation
2446
+ headers: {}
2447
+ content:
2448
+ application/json:
2449
+ schema:
2450
+ type: object
2451
+ deprecated: false
2452
+ get:
2453
+ summary: getVcentervmvmhardwarememory
2454
+ description: ''
2455
+ operationId: getVcentervmvmhardwarememory
2456
+ parameters:
2457
+ - name: vm
2458
+ in: path
2459
+ description: ''
2460
+ required: true
2461
+ style: simple
2462
+ schema:
2463
+ type: string
2464
+ responses:
2465
+ '200':
2466
+ description: Successful operation
2467
+ headers: {}
2468
+ content:
2469
+ application/json:
2470
+ schema:
2471
+ type: object
2472
+ deprecated: false
2473
+ /vcenter/vm/{vm}/hardware/parallel:
2474
+ post:
2475
+ summary: postVcentervmvmhardwareparallel
2476
+ description: ''
2477
+ operationId: postVcentervmvmhardwareparallel
2478
+ parameters:
2479
+ - name: vm
2480
+ in: path
2481
+ description: ''
2482
+ required: true
2483
+ style: simple
2484
+ schema:
2485
+ type: string
2486
+ - name: spec
2487
+ in: query
2488
+ description: ''
2489
+ required: true
2490
+ style: form
2491
+ explode: true
2492
+ schema:
2493
+ type: object
2494
+ requestBody:
2495
+ description: ''
2496
+ content:
2497
+ application/json:
2498
+ schema:
2499
+ type: object
2500
+ required: false
2501
+ responses:
2502
+ '200':
2503
+ description: Successful operation
2504
+ headers: {}
2505
+ content:
2506
+ application/json:
2507
+ schema:
2508
+ type: object
2509
+ deprecated: false
2510
+ get:
2511
+ summary: getVcentervmvmhardwareparallel
2512
+ description: ''
2513
+ operationId: getVcentervmvmhardwareparallel
2514
+ parameters:
2515
+ - name: vm
2516
+ in: path
2517
+ description: ''
2518
+ required: true
2519
+ style: simple
2520
+ schema:
2521
+ type: string
2522
+ responses:
2523
+ '200':
2524
+ description: Successful operation
2525
+ headers: {}
2526
+ content:
2527
+ application/json:
2528
+ schema:
2529
+ type: object
2530
+ deprecated: false
2531
+ /vcenter/vm/{vm}/hardware/parallel/{port}:
2532
+ delete:
2533
+ summary: deleteVcentervmvmhardwareparallelport
2534
+ description: ''
2535
+ operationId: deleteVcentervmvmhardwareparallelport
2536
+ parameters:
2537
+ - name: vm
2538
+ in: path
2539
+ description: ''
2540
+ required: true
2541
+ style: simple
2542
+ schema:
2543
+ type: string
2544
+ - name: port
2545
+ in: path
2546
+ description: ''
2547
+ required: true
2548
+ style: simple
2549
+ schema:
2550
+ type: string
2551
+ responses:
2552
+ '200':
2553
+ description: Successful operation
2554
+ headers: {}
2555
+ content:
2556
+ application/json:
2557
+ schema:
2558
+ type: object
2559
+ deprecated: false
2560
+ patch:
2561
+ summary: patchVcentervmvmhardwareparallelport
2562
+ description: ''
2563
+ operationId: patchVcentervmvmhardwareparallelport
2564
+ parameters:
2565
+ - name: vm
2566
+ in: path
2567
+ description: ''
2568
+ required: true
2569
+ style: simple
2570
+ schema:
2571
+ type: string
2572
+ - name: port
2573
+ in: path
2574
+ description: ''
2575
+ required: true
2576
+ style: simple
2577
+ schema:
2578
+ type: string
2579
+ - name: spec
2580
+ in: query
2581
+ description: ''
2582
+ required: true
2583
+ style: form
2584
+ explode: true
2585
+ schema:
2586
+ type: object
2587
+ requestBody:
2588
+ description: ''
2589
+ content:
2590
+ application/json:
2591
+ schema:
2592
+ type: object
2593
+ required: false
2594
+ responses:
2595
+ '200':
2596
+ description: Successful operation
2597
+ headers: {}
2598
+ content:
2599
+ application/json:
2600
+ schema:
2601
+ type: object
2602
+ deprecated: false
2603
+ get:
2604
+ summary: getVcentervmvmhardwareparallelport
2605
+ description: ''
2606
+ operationId: getVcentervmvmhardwareparallelport
2607
+ parameters:
2608
+ - name: vm
2609
+ in: path
2610
+ description: ''
2611
+ required: true
2612
+ style: simple
2613
+ schema:
2614
+ type: string
2615
+ - name: port
2616
+ in: path
2617
+ description: ''
2618
+ required: true
2619
+ style: simple
2620
+ schema:
2621
+ type: string
2622
+ responses:
2623
+ '200':
2624
+ description: Successful operation
2625
+ headers: {}
2626
+ content:
2627
+ application/json:
2628
+ schema:
2629
+ type: object
2630
+ deprecated: false
2631
+ /vcenter/vm/{vm}/hardware/parallel/{port}/connect:
2632
+ post:
2633
+ summary: postVcentervmvmhardwareparallelportconnect
2634
+ description: ''
2635
+ operationId: postVcentervmvmhardwareparallelportconnect
2636
+ parameters:
2637
+ - name: vm
2638
+ in: path
2639
+ description: ''
2640
+ required: true
2641
+ style: simple
2642
+ schema:
2643
+ type: string
2644
+ - name: port
2645
+ in: path
2646
+ description: ''
2647
+ required: true
2648
+ style: simple
2649
+ schema:
2650
+ type: string
2651
+ requestBody:
2652
+ description: ''
2653
+ content:
2654
+ application/json:
2655
+ schema:
2656
+ type: object
2657
+ required: false
2658
+ responses:
2659
+ '200':
2660
+ description: Successful operation
2661
+ headers: {}
2662
+ content:
2663
+ application/json:
2664
+ schema:
2665
+ type: object
2666
+ deprecated: false
2667
+ /vcenter/vm/{vm}/hardware/parallel/{port}/disconnect:
2668
+ post:
2669
+ summary: postVcentervmvmhardwareparallelportdisconnect
2670
+ description: ''
2671
+ operationId: postVcentervmvmhardwareparallelportdisconnect
2672
+ parameters:
2673
+ - name: vm
2674
+ in: path
2675
+ description: ''
2676
+ required: true
2677
+ style: simple
2678
+ schema:
2679
+ type: string
2680
+ - name: port
2681
+ in: path
2682
+ description: ''
2683
+ required: true
2684
+ style: simple
2685
+ schema:
2686
+ type: string
2687
+ requestBody:
2688
+ description: ''
2689
+ content:
2690
+ application/json:
2691
+ schema:
2692
+ type: object
2693
+ required: false
2694
+ responses:
2695
+ '200':
2696
+ description: Successful operation
2697
+ headers: {}
2698
+ content:
2699
+ application/json:
2700
+ schema:
2701
+ type: object
2702
+ deprecated: false
2703
+ /vcenter/vm/{vm}/hardware/serial:
2704
+ post:
2705
+ summary: postVcentervmvmhardwareserial
2706
+ description: ''
2707
+ operationId: postVcentervmvmhardwareserial
2708
+ parameters:
2709
+ - name: vm
2710
+ in: path
2711
+ description: ''
2712
+ required: true
2713
+ style: simple
2714
+ schema:
2715
+ type: string
2716
+ - name: spec
2717
+ in: query
2718
+ description: ''
2719
+ required: true
2720
+ style: form
2721
+ explode: true
2722
+ schema:
2723
+ type: object
2724
+ requestBody:
2725
+ description: ''
2726
+ content:
2727
+ application/json:
2728
+ schema:
2729
+ type: object
2730
+ required: false
2731
+ responses:
2732
+ '200':
2733
+ description: Successful operation
2734
+ headers: {}
2735
+ content:
2736
+ application/json:
2737
+ schema:
2738
+ type: object
2739
+ deprecated: false
2740
+ get:
2741
+ summary: getVcentervmvmhardwareserial
2742
+ description: ''
2743
+ operationId: getVcentervmvmhardwareserial
2744
+ parameters:
2745
+ - name: vm
2746
+ in: path
2747
+ description: ''
2748
+ required: true
2749
+ style: simple
2750
+ schema:
2751
+ type: string
2752
+ responses:
2753
+ '200':
2754
+ description: Successful operation
2755
+ headers: {}
2756
+ content:
2757
+ application/json:
2758
+ schema:
2759
+ type: object
2760
+ deprecated: false
2761
+ /vcenter/vm/{vm}/hardware/serial/{port}:
2762
+ patch:
2763
+ summary: patchVcentervmvmhardwareserialport
2764
+ description: ''
2765
+ operationId: patchVcentervmvmhardwareserialport
2766
+ parameters:
2767
+ - name: vm
2768
+ in: path
2769
+ description: ''
2770
+ required: true
2771
+ style: simple
2772
+ schema:
2773
+ type: string
2774
+ - name: port
2775
+ in: path
2776
+ description: ''
2777
+ required: true
2778
+ style: simple
2779
+ schema:
2780
+ type: string
2781
+ - name: spec
2782
+ in: query
2783
+ description: ''
2784
+ required: true
2785
+ style: form
2786
+ explode: true
2787
+ schema:
2788
+ type: object
2789
+ requestBody:
2790
+ description: ''
2791
+ content:
2792
+ application/json:
2793
+ schema:
2794
+ type: object
2795
+ required: false
2796
+ responses:
2797
+ '200':
2798
+ description: Successful operation
2799
+ headers: {}
2800
+ content:
2801
+ application/json:
2802
+ schema:
2803
+ type: object
2804
+ deprecated: false
2805
+ get:
2806
+ summary: getVcentervmvmhardwareserialport
2807
+ description: ''
2808
+ operationId: getVcentervmvmhardwareserialport
2809
+ parameters:
2810
+ - name: vm
2811
+ in: path
2812
+ description: ''
2813
+ required: true
2814
+ style: simple
2815
+ schema:
2816
+ type: string
2817
+ - name: port
2818
+ in: path
2819
+ description: ''
2820
+ required: true
2821
+ style: simple
2822
+ schema:
2823
+ type: string
2824
+ responses:
2825
+ '200':
2826
+ description: Successful operation
2827
+ headers: {}
2828
+ content:
2829
+ application/json:
2830
+ schema:
2831
+ type: object
2832
+ deprecated: false
2833
+ delete:
2834
+ summary: deleteVcentervmvmhardwareserialport
2835
+ description: ''
2836
+ operationId: deleteVcentervmvmhardwareserialport
2837
+ parameters:
2838
+ - name: vm
2839
+ in: path
2840
+ description: ''
2841
+ required: true
2842
+ style: simple
2843
+ schema:
2844
+ type: string
2845
+ - name: port
2846
+ in: path
2847
+ description: ''
2848
+ required: true
2849
+ style: simple
2850
+ schema:
2851
+ type: string
2852
+ responses:
2853
+ '200':
2854
+ description: Successful operation
2855
+ headers: {}
2856
+ content:
2857
+ application/json:
2858
+ schema:
2859
+ type: object
2860
+ deprecated: false
2861
+ /vcenter/vm/{vm}/hardware/serial/{port}/connect:
2862
+ post:
2863
+ summary: postVcentervmvmhardwareserialportconnect
2864
+ description: ''
2865
+ operationId: postVcentervmvmhardwareserialportconnect
2866
+ parameters:
2867
+ - name: vm
2868
+ in: path
2869
+ description: ''
2870
+ required: true
2871
+ style: simple
2872
+ schema:
2873
+ type: string
2874
+ - name: port
2875
+ in: path
2876
+ description: ''
2877
+ required: true
2878
+ style: simple
2879
+ schema:
2880
+ type: string
2881
+ requestBody:
2882
+ description: ''
2883
+ content:
2884
+ application/json:
2885
+ schema:
2886
+ type: object
2887
+ required: false
2888
+ responses:
2889
+ '200':
2890
+ description: Successful operation
2891
+ headers: {}
2892
+ content:
2893
+ application/json:
2894
+ schema:
2895
+ type: object
2896
+ deprecated: false
2897
+ /vcenter/vm/{vm}/hardware/serial/{port}/disconnect:
2898
+ post:
2899
+ summary: postVcentervmvmhardwareserialportdisconnect
2900
+ description: ''
2901
+ operationId: postVcentervmvmhardwareserialportdisconnect
2902
+ parameters:
2903
+ - name: vm
2904
+ in: path
2905
+ description: ''
2906
+ required: true
2907
+ style: simple
2908
+ schema:
2909
+ type: string
2910
+ - name: port
2911
+ in: path
2912
+ description: ''
2913
+ required: true
2914
+ style: simple
2915
+ schema:
2916
+ type: string
2917
+ requestBody:
2918
+ description: ''
2919
+ content:
2920
+ application/json:
2921
+ schema:
2922
+ type: object
2923
+ required: false
2924
+ responses:
2925
+ '200':
2926
+ description: Successful operation
2927
+ headers: {}
2928
+ content:
2929
+ application/json:
2930
+ schema:
2931
+ type: object
2932
+ deprecated: false
2933
+ /vcenter/vm/{vm}/power:
2934
+ get:
2935
+ summary: getVcentervmvmpower
2936
+ description: ''
2937
+ operationId: getVcentervmvmpower
2938
+ parameters:
2939
+ - name: vm
2940
+ in: path
2941
+ description: ''
2942
+ required: true
2943
+ style: simple
2944
+ schema:
2945
+ type: string
2946
+ responses:
2947
+ '200':
2948
+ description: Successful operation
2949
+ headers: {}
2950
+ content:
2951
+ application/json:
2952
+ schema:
2953
+ type: object
2954
+ deprecated: false
2955
+ /vcenter/vm/{vm}/power/reset:
2956
+ post:
2957
+ summary: postVcentervmvmpowerreset
2958
+ description: ''
2959
+ operationId: postVcentervmvmpowerreset
2960
+ parameters:
2961
+ - name: vm
2962
+ in: path
2963
+ description: ''
2964
+ required: true
2965
+ style: simple
2966
+ schema:
2967
+ type: string
2968
+ requestBody:
2969
+ description: ''
2970
+ content:
2971
+ application/json:
2972
+ schema:
2973
+ type: object
2974
+ required: false
2975
+ responses:
2976
+ '200':
2977
+ description: Successful operation
2978
+ headers: {}
2979
+ content:
2980
+ application/json:
2981
+ schema:
2982
+ type: object
2983
+ deprecated: false
2984
+ /vcenter/vm/{vm}/power/start:
2985
+ post:
2986
+ summary: postVcentervmvmpowerstart
2987
+ description: ''
2988
+ operationId: postVcentervmvmpowerstart
2989
+ parameters:
2990
+ - name: vm
2991
+ in: path
2992
+ description: ''
2993
+ required: true
2994
+ style: simple
2995
+ schema:
2996
+ type: string
2997
+ requestBody:
2998
+ description: ''
2999
+ content:
3000
+ application/json:
3001
+ schema:
3002
+ type: object
3003
+ required: false
3004
+ responses:
3005
+ '200':
3006
+ description: Successful operation
3007
+ headers: {}
3008
+ content:
3009
+ application/json:
3010
+ schema:
3011
+ type: object
3012
+ deprecated: false
3013
+ /vcenter/vm/{vm}/power/stop:
3014
+ post:
3015
+ summary: postVcentervmvmpowerstop
3016
+ description: ''
3017
+ operationId: postVcentervmvmpowerstop
3018
+ parameters:
3019
+ - name: vm
3020
+ in: path
3021
+ description: ''
3022
+ required: true
3023
+ style: simple
3024
+ schema:
3025
+ type: string
3026
+ requestBody:
3027
+ description: ''
3028
+ content:
3029
+ application/json:
3030
+ schema:
3031
+ type: object
3032
+ required: false
3033
+ responses:
3034
+ '200':
3035
+ description: Successful operation
3036
+ headers: {}
3037
+ content:
3038
+ application/json:
3039
+ schema:
3040
+ type: object
3041
+ deprecated: false
3042
+ /vcenter/vm/{vm}/power/suspend:
3043
+ post:
3044
+ summary: postVcentervmvmpowersuspend
3045
+ description: ''
3046
+ operationId: postVcentervmvmpowersuspend
3047
+ parameters:
3048
+ - name: vm
3049
+ in: path
3050
+ description: ''
3051
+ required: true
3052
+ style: simple
3053
+ schema:
3054
+ type: string
3055
+ requestBody:
3056
+ description: ''
3057
+ content:
3058
+ application/json:
3059
+ schema:
3060
+ type: object
3061
+ required: false
3062
+ responses:
3063
+ '200':
3064
+ description: Successful operation
3065
+ headers: {}
3066
+ content:
3067
+ application/json:
3068
+ schema:
3069
+ type: object
3070
+ deprecated: false
3071
+ /vcenter/vm-template/library-items/{item}:
3072
+ post:
3073
+ summary: postVcentervmtemplatedeploy
3074
+ description: ''
3075
+ operationId: postVcentervmtemplatedeploy
3076
+ parameters:
3077
+ - name: item
3078
+ in: path
3079
+ description: ''
3080
+ required: true
3081
+ style: simple
3082
+ schema:
3083
+ type: string
3084
+ - name: requestBody
3085
+ in: query
3086
+ description: ''
3087
+ required: true
3088
+ style: form
3089
+ explode: true
3090
+ schema:
3091
+ type: object
3092
+ requestBody:
3093
+ description: ''
3094
+ content:
3095
+ application/json:
3096
+ schema:
3097
+ type: object
3098
+ required: false
3099
+ responses:
3100
+ '200':
3101
+ description: Successful operation
3102
+ headers: {}
3103
+ content:
3104
+ application/json:
3105
+ schema:
3106
+ type: object
3107
+ deprecated: false
3108
+ tags: []