Re: Console Access via API

2013-03-04 Thread Kelven Yang
Please also check out developer guide on how to sign the request http://incubator.apache.org/cloudstack/docs/en-US/Apache_CloudStack/4.0.0-i ncubating/pdf/API_Developers_Guide/Apache_CloudStack-4.0.0-incubating-API_D evelopers_Guide-en-US.pdf Kelven On 3/4/13 2:53 AM, "Sebastien Goasguen" wrot

Re: Console Access via API

2013-03-04 Thread Sebastien Goasguen
On Feb 15, 2013, at 4:39 AM, Antonio Petrocelli wrote: > Thanks Sebastien, > > i know where is the API key. > > I means that there is no API KEY inside the string request that Kelven gived > to me. Antonio, sorry for the delay, did you look at: http://incubator.apache.org/cloudstack/docs/en

Re: Console Access via API

2013-02-15 Thread Antonio Petrocelli
Thanks Sebastien, i know where is the API key. I means that there is no API KEY inside the string request that Kelven gived to me. Il 15/02/2013 10:03, Sebastien Goasguen ha scritto: On Feb 13, 2013, at 9:50 AM, Antonio Petrocelli wrote: Hello, thanks a lot. This still doesn't work...

Re: Console Access via API

2013-02-15 Thread Sebastien Goasguen
On Feb 13, 2013, at 9:50 AM, Antonio Petrocelli wrote: > Hello, > > thanks a lot. > > This still doesn't work... > > A question: how i can obtain the signature without the apikey in the string? > > The signature generation came from the same API request algorithm (SHA1)? > > I obtain an er

Re: Console Access via API

2013-02-13 Thread Antonio Petrocelli
Hello, thanks a lot. This still doesn't work... A question: how i can obtain the signature without the apikey in the string? The signature generation came from the same API request algorithm (SHA1)? I obtain an error: Access denied. Invalid web session or *API key* in request So where is t

Re: Console Access via API

2013-02-12 Thread Kelven Yang
My bad, I forget "client" in the reply. http://xx.xx.xx.xx:8080/client/console?cmd=access&vm=&signature= Kelven On 2/11/13 5:39 AM, "Antonio Petrocelli" wrote: > >Hello, > >access to http://xx.xx.xx.xx:8080/console?x > >reply blank page. > >Why that call is not in the API manual?

Re: Console Access via API

2013-02-08 Thread Kelven Yang
Try this URL form http://xx.xx.xx.xx:8080/console?cmd=access&vm=xxx&signature=x Kelven On 2/8/13 6:49 AM, "Antonio Petrocelli" wrote: >Hello, > >Under CloudStack UI interface, the console link is: >http://xx.xx.xx.xx:8080/client/console?cmd=access&vm=x > >I'm trying to use signi