Re: API calls and keys

2014-09-06 Thread Giri Prasad
...@citrix.com To: users@cloudstack.apache.org users@cloudstack.apache.org; 'Giri Prasad' g_p...@yahoo.com; d...@cloudstack.apache.org d...@cloudstack.apache.org Sent: Saturday, 6 September 2014 2:07 AM Subject: RE: API calls and keys What about using POST via AJAX instead of using implied GET in the link

Re: API calls and keys

2014-09-05 Thread Giri Prasad
...@cloudstack.apache.org Sent: Wednesday, 3 September 2014 8:43 PM Subject: Re: API calls and keys You need to generate the signature; sample code us here: http://abhisekbasu.wordpress.com/2013/11/19/how-to-generate-signature-for-cloudstack-api/ You may also consider using login api in your scenario. Sent

RE: API calls and keys

2014-09-05 Thread Demetrius Tsitrelis
What about using POST via AJAX instead of using implied GET in the link? -Original Message- From: Giri Prasad [mailto:g_p...@yahoo.com.INVALID] Sent: Friday, September 05, 2014 4:47 AM To: d...@cloudstack.apache.org; users@cloudstack.apache.org Subject: Re: API calls and keys I have

API calls and keys

2014-09-03 Thread Giri Prasad
Hello, I am using a html/php script to read in userid, password and domain id from the user. Using CloudStackClient.php, I am able to call most of the api's, like list vm's, and the output seems correct. And I want to use some API's via a href like:

Re: API calls and keys

2014-09-03 Thread abhisek basu
You need to generate the signature; sample code us here: http://abhisekbasu.wordpress.com/2013/11/19/how-to-generate-signature-for-cloudstack-api/ You may also consider using login api in your scenario. Sent from my iPhone On 3 Sep 2014, at 8:11 pm, Giri Prasad g_p...@yahoo.com.INVALID wrote: