Difference between revisions of "Vmware Api"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "# vsphere/vcenter curl example ``` curl -k -i -u administrator@vsphere.local:password -X POST -c cookie-jar.txt https://vcenter/rest/com/vmware/cis/session curl -k -i -b cooki...")
 
(No difference)

Latest revision as of 17:36, 6 August 2021

vsphere/vcenter curl example

curl -k -i -u administrator@vsphere.local:password -X POST -c cookie-jar.txt https://vcenter/rest/com/vmware/cis/session
curl -k -i -b cookie-jar.txt https://vcenter/rest/vcenter/vm

Another option is

https://vcenter/sdk