Hi Carlos, 2011/12/14 Carlos Fernández Iglesias <[email protected]>: > Hello, > > Is there a way to know the "vmid" "oca.VmTemplate.instantiate(name='name')" > is going to assign to the virtual machine?
In the following link you can find the response from the xmlrpc request which includes the ID assigned to the new vm: http://www.opennebula.org/documentation:rel3.0:api#onetemplateinstantiate > > And > > Can you retrieve the content of a template from oca so it can be used in > "oca.VirtualMachine.allocate(client, template)" ? The following method will retrieve the informartion of the template in XML format, therefore you will have to convert it to the template syntax: http://www.opennebula.org/documentation:rel3.0:api#onetemplateinfo If you are using the ruby binding there is a template_to_str method for this task. Kind regards > > Thank you. > _______________________________________________ > Users mailing list > [email protected] > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org -- Daniel Molina Project Engineer OpenNebula - The Open Source Toolkit for Data Center Virtualization www.OpenNebula.org | [email protected] | @OpenNebula _______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
