Antonio,
Would you explain what the end goal is?
Console access is token based and works directly with your browser and java
plugin, I'm not certain what you would achieve by executing console access
command in command line.
Regards
ilya
> -----Original Message-----
> From: Antonio Petrocelli [mailto:[email protected]]
> Sent: Tuesday, August 06, 2013 3:32 AM
> To: [email protected]
> Subject: CONSOLE access via API
>
> Hello,
>
> Under CloudStack UI interface, the console link is:
> http://xx.xx.xx.xx:8080/client/console?cmd=access&vm=xxxxxxxxx
>
> I'm trying to use signiture under API, all other commands works, but I'm
> trying to get VM console, just not work:
>
> http://xx.xx.xx.xx:8080/client/console?cmd=access&vm=xxxxxxxxx&signatu
> re=XXXXXX
>
> or
> http://xx.xx.xx.xx:8080/client/api?cmd=access&vm=xxxxxxxxx&signature=X
> XXXXX
>
> Could any friend point me correct command for console access through API?
>
> Thanks!