C++ and curl connectivity to VMware API
We are writing a C++ program to interface VMware vCenter and ESXi to download the ESXi configuration and clone VM’s.
We have an ESXi host and vCenter on a VM.
We have the C++ code developed but we get not found errors against the ESXi host when trying to connect.
We can connect to the vCenter API and retrieve the list of hosts and VM’s but cannot connect to the ESXi host.