I am using XML-RPC to integrate opennebula 5.x. Which methods in xml-rpc doc should I use to clone a VM?
- Clone a template using template id of running VM using template clone method
- Template clone and related image will be created.
- Using the created template id creates a new clone VM using template instantiate method.
Is this the correct solution? What is cloning a running VM?