Hi,<div>Thanks for the response.</div><div>The issue was with with the authentication header. I was not encoding the username:password string.</div><div><br></div><div>Thanks,</div><div>Prakhar<br><div><br><div class="gmail_quote">
On Thu, Sep 22, 2011 at 4:41 PM, Tino Vazquez <span dir="ltr"><<a href="mailto:tinova79@gmail.com">tinova79@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi there,<br>
<br>
Try hashing the password using SHA1.<br>
<br>
Regards,<br>
<br>
-Tino<br>
<font color="#888888"><br>
--<br>
Constantino Vázquez Blanco | <a href="http://dsa-research.org/tinova" target="_blank">dsa-research.org/tinova</a><br>
Virtualization Technology Engineer / Researcher<br>
OpenNebula Toolkit | <a href="http://opennebula.org" target="_blank">opennebula.org</a><br>
<br>
<br>
<br>
On Thu, Sep 22, 2011 at 7:59 AM, Prakhar Srivastava<br>
</font><div><div></div><div class="h5"><<a href="mailto:prakhar.apj@gmail.com">prakhar.apj@gmail.com</a>> wrote:<br>
> Hi,<br>
> Thanks for the response. I tried to use the REST service with data formatted<br>
> in JSON using HttpBuilder. I would like to know the authentication method<br>
> for using the service. When I tried to use the auth.basic method for setting<br>
> up userid and password, it return 404 Unauthorized error. But I can see that<br>
> the OzonesClient.rb is using the auth.basic to set the credentials.<br>
> Any idea if I am doing anything wrong?<br>
> My objective is to create VDC using the REST services.<br>
> Thanks,<br>
> Prakhar<br>
><br>
> On Sun, Sep 18, 2011 at 3:36 AM, Ruben S. Montero <<a href="mailto:rubensm@dacya.ucm.es">rubensm@dacya.ucm.es</a>><br>
> wrote:<br>
>><br>
>> Hi,<br>
>> Actually, oZones/VDC is implemented as a REST service with data formatted<br>
>> in JSON so it should be pretty easy to interact with the module though<br>
>> anything that talks HTTP.<br>
>> We plan to provide a wrapper API for the service with bindings in JAVA and<br>
>> Ruby [1]. In the meantime, you may want to take a look to the ruby client<br>
>> and web app to develop apps for the OpenNebula Zones and VDCs service [2]<br>
>> (Developer information for the REST API is also to be written...)<br>
>> Cheers<br>
>> Ruben<br>
>> [1] <a href="http://dev.opennebula.org/issues/789" target="_blank">http://dev.opennebula.org/issues/789</a><br>
>> [2] Client File at src/ozones/Client/lib/OZonesClient.rb<br>
>>      REST Service implemented at src/ozones/Server/ozones-server.rb<br>
>><br>
>> On Thu, Sep 15, 2011 at 3:30 PM, Prakhar Srivastava<br>
>> <<a href="mailto:prakhar.apj@gmail.com">prakhar.apj@gmail.com</a>> wrote:<br>
>>><br>
>>> Hi,<br>
>>> I was checking the Opennebula 2.9.80 and really liked the VDC feature. I<br>
>>> wanted to know if it is possible to create VDC using Cloud APIs. I checked<br>
>>> the Opennebula Java API, it seems they doesn't have support for it.<br>
>>> Is there any other way one can create VDC except onevdc command ??<br>
>>> Prakhar<br>
>>><br>
>>> _______________________________________________<br>
>>> Users mailing list<br>
>>> <a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
>>> <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
>>><br>
>><br>
>><br>
>><br>
>> --<br>
>> Dr. Ruben Santiago Montero<br>
>> Associate Professor (Profesor Titular), Complutense University of Madrid<br>
>><br>
>> URL: <a href="http://dsa-research.org/doku.php?id=people:ruben" target="_blank">http://dsa-research.org/doku.php?id=people:ruben</a><br>
>> Weblog: <a href="http://blog.dsa-research.org/?author=7" target="_blank">http://blog.dsa-research.org/?author=7</a><br>
><br>
><br>
> _______________________________________________<br>
> Users mailing list<br>
> <a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
> <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
><br>
><br>
</div></div></blockquote></div><br></div></div>