I was wondering if there is a KVM API that allows you to start the KVM virtual machine using a simple command from a python script.
My Python script performs a series of checks to find out if we need to run a specific virtual machine, and I would like to start a virtual machine if I need to.
Now I need to find the API calls, but I cannot find a simple call to launch them on the libvirt website. Does anyone know if this is possible?
source
share