I am using the free version of vmWares vSphere Hypervision 6. The problem I have is that I want to use the Management API.
I want to start and stop vm's and also take and reset to snapshots via scripts but the API is read-only for the free version. I used the sample scripts from https://github.com/vmware/pyvmomi The scripts with write access are failing with
Caught vmodl fault : Current license or ESXi version prohibits execution of the requested operation.
Is there a way to enable this or another way to access this api or do I have to buy the Standard license?