VMware Cloud Community
john23
Commander
Commander

VRO api link is not working

Hi, VMware Orchestrator point to api link, which is not working... https://www.vmware.com/support/orchestrator/doc/vco_vsphere60_api/html/VcVirtualMachine.html please point me the correct link. Amit

Thanks -A Read my blogs: www.openwriteup.com
2 Replies
tschoergez
Leadership
Leadership

Check this: http://www.vroapi.com/

Also, the vCenter Plugin exposes the full objects from vCenter API, so you can use the vSphere API reference to see about the properties and methods of the VM object in vRO javascript:

http://pubs.vmware.com/vsphere-60/topic/com.vmware.wssdk.apiref.doc/vim.VirtualMachine.html

Regards,

Joerg

iiliev
VMware Employee
VMware Employee

Another option is to replace 60 with 55 in the URL (this will open 5.5 documentation but virtual machine hasn't changed between 5.5 and 6.0)