Hello,<br><br>I'm trying to deploy and get information of some VM deployed with ONE, I'd like to obtain this information with the XML-RPC API, when I try to invoice some commands I always get an authentication error: <br>

<br>The example script:<br><br>#!/usr/bin/python<br> <br>import xmlrpclib<br>import os<br><br>#server=xmlrpclib.ServerProxy('<a href="http://localhost:2633/RPC2">http://localhost:2633/RPC2</a>')<br>server=xmlrpclib.ServerProxy('http://oneadmin:7bc8559a8fe509e680562b85c337f170956fcb06@localhost:2633/RPC2')<br>

<br>#-------Get Info about VM ----------<br>vm=37<br>vminfo=<a href="http://server.one.vm.info">server.one.vm.info</a>("",vm)<br>print  vminfo[1]<br><br><br><br> oneadmin@opennebula:~$ <b>./test.py </b><br>[VirtualMachineInfo] User couldn't be authenticated, aborting call.<br>

<br><br><b>one_xmlrpc.log</b><br>.<br>.<br>.<br><a href="http://127.0.0.1:18874">127.0.0.1:18874</a> - no_user - [07/Aug/2011:23:07:16 -0200] "POST" 200 2097<br><a href="http://127.0.0.1:18874">127.0.0.1:18874</a> - no_user - [07/Aug/2011:23:07:16 -0200] "POST" 200 468<br>

<a href="http://127.0.0.1:18874">127.0.0.1:18874</a> - no_user - [07/Aug/2011:23:07:46 -0200] "POST" 200 2097<br><a href="http://127.0.0.1:18874">127.0.0.1:18874</a> - no_user - [07/Aug/2011:23:07:46 -0200] "POST" 200 468<br>

<br><br><br>If some body knows how to connect with python or perl and the correct way to authenticate the connection. I have tested with username/password and without.<br><br>Thanks<br>Miguel<br>