Re: [one-users] XML-RPC and VM info

2013-10-13 Thread Miloš Kozák
Thanks, that is what I was looking for! Milos Dne 7.10.2013 10:42, Daniel Molina napsal(a): Hi, On 6 October 2013 15:25, Miloš Kozák milos.ko...@lejmr.com mailto:milos.ko...@lejmr.com wrote: Hi, I am working on our own customers frontend communicating with ONE using XML-RPC.

Re: [one-users] XML-RPC and VM info

2013-10-07 Thread Daniel Molina
Hi, On 6 October 2013 15:25, Miloš Kozák milos.ko...@lejmr.com wrote: Hi, I am working on our own customers frontend communicating with ONE using XML-RPC. At the moment I am inplementing VNC transport using websocketfy. Therefore I need to find HOST and PORT that are target of my socket

[one-users] XML-RPC and VM info

2013-10-06 Thread Miloš Kozák
Hi, I am working on our own customers frontend communicating with ONE using XML-RPC. At the moment I am inplementing VNC transport using websocketfy. Therefore I need to find HOST and PORT that are target of my socket actually. Using one.vm.info a get only limited set of information but the

[one-users] XML-RPC API 3.2 session string

2012-01-20 Thread Miguel Caballer
Hi, In the previous versions, and it is supposed to be the same in 3.2 version (http://opennebula.org/documentation:rel3.2:api): All methods expect a session string associated to the connected user as the first parameter. It has to be formed with username:SHA1(password) But we have tested it

Re: [one-users] XML-RPC API 3.2 session string

2012-01-20 Thread Carlos Martín Sánchez
Hi Miguel, You are right, we warned about this change in the Compatibility Guide [1]; but we missed the xml-rpc api guide you link. It is updated now, thank you for letting us know! Regards [1] http://opennebula.org/documentation:rel3.2:compatibility -- Carlos Martín, MSc Project Engineer

Re: [one-users] XML-RPC API 2.2 - Session string when ssh authentication

2011-10-06 Thread Daniel Molina
Hi Javier, On 20 September 2011 22:39, Javier Diaz javier.diazmon...@gmail.com wrote: I am using OpenNebula 2.2 and I have a program that interact with it using the XML-RPC API for python. The authentication in OpenNebula has been configured to use the ssh keys. I can interact with

Re: [one-users] XML RPC call authentication error

2011-08-09 Thread Miguel Morillo Iruela
Thanks Carlos! I got it! I attach two examples in python and perl: *prueba-xml-rpc.pl* #!/usr/bin/perl use warnings; use strict; use Digest::SHA1 qw(sha1 sha1_hex sha1_base64); use Frontier::Client; # --#

Re: [one-users] XML RPC call authentication error

2011-08-08 Thread Carlos Martín Sánchez
Hi Miguel, I'm sure you can get an idea reading the python OCA bindings [1] code. Regards. [1] http://opennebula.org/software:ecosystem:python_bindings -- Carlos Martín, MSc Project Major Contributor OpenNebula - The Open Source Toolkit for Cloud Computing www.OpenNebula.org | 

[one-users] XML RPC call authentication error

2011-08-07 Thread Miguel Morillo Iruela
Hello, 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: The example script: #!/usr/bin/python import xmlrpclib import os

Re: [one-users] XML interface to open nebula

2011-06-29 Thread Carlos Martín Sánchez
Hi Bharath, You can let the VMs get to data created externally using contextualization. Take a look at the CONTEXT/FILES attribute of the VM template [1]. Alternatively, you could create a FS image, mount it, and store your data in it. Then create a new DATABLOCK Image [2] [3] and make use of

Re: [one-users] XML interface to open nebula

2011-06-28 Thread bharath pb
Hi, Here are full details . This work is to have a architecture to introduce IaaS and SaaS to Wireless Sensor Networks to make it “cloud enabled”, and hence flexible and scalable. virtual sensor cloud provides an IaaS for sensors management. and the following services 1. Abstract representation

Re: [one-users] XML-RPC Disk information

2011-05-18 Thread Florin Antonescu
I am using version 2.2. On Wed, May 18, 2011 at 2:46 PM, Javier Fontan jfon...@gmail.com wrote: What version are you using? Stock OpenNebula does not push information about disk space but certainly it can be added. Also all the CLI tools use the XMLRPC interface so you should get the same

Re: [one-users] xml

2011-03-19 Thread Ruben S. Montero
Hi Rich, Yes that is the intended behavior. A bug has been fixed for users, are you missing the -x output for any other command? Cheers On Fri, Mar 18, 2011 at 8:59 PM, Rich Wellner r...@objenv.com wrote: Hey guys, it would be great if the -x flag worked consistently in producing xml output