Re: cloudstack API

2013-02-24 Thread Shanker Balan
On 22-Feb-2013, at 4:16 AM, "Musayev, Ilya" mailto:imusa...@webmd.net>> wrote: There is a python API wrapper - if that’s what you call utility. Please look for cloudmonkey on cloudstack.org Monitoring systems like Zenoss have created an extension pack that allows for

Re: Cloudstack API

2013-02-23 Thread Seif Eddine Jemli
i am installing cloudstack 3.2, not 4.0 and yes , i have set up the database, and i can access to it

RE: Cloudstack API

2013-02-23 Thread Pranav Saxena
Jemli [mailto:seifeddineje...@gmail.com] Sent: Saturday, February 23, 2013 6:35 PM To: cloudstack-users@incubator.apache.org Subject: Re: Cloudstack API but with which password and username should i access to the UI. Because i still receiving the error : *invalid username/password* ??

Re: Cloudstack API

2013-02-23 Thread Nux!
On 23.02.2013 13:04, Seif Eddine Jemli wrote: but with which password and username should i access to the UI. Because i still receiving the error : *invalid username/password* ?? Have you set up the DB? The default user and pass is admin/password. Please read this walkthrough for an easy setu

RE: Cloudstack API

2013-02-23 Thread Pranav Saxena
Message- From: Geoff Higginbottom [mailto:geoff.higginbot...@shapeblue.com] Sent: Saturday, February 23, 2013 6:20 PM To: cloudstack-users@incubator.apache.org Subject: RE: Cloudstack API You should be able to access the UI after you have run the following command cloud-setup-management Regards

RE: Cloudstack API

2013-02-23 Thread Geoff Higginbottom
...@gmail.com] Sent: 23 February 2013 12:47 To: cloudstack-users@incubator.apache.org Subject: Cloudstack API Hello, I am trying to install the cloudstack's management server. My question is: From which stage of the installation can i access the cloudstack's UI? ShapeBlue provides

RE: cloudstack API

2013-02-21 Thread Musayev, Ilya
: Re: cloudstack API On 2013-02-21 15:02, Seif Eddine Jemli wrote: > I am new to Cloudstack. > I just want to know the utility of the cloudstack API. > how can i use it and for which purpose? Any thing you can do in the Cloudstack UI, you can do in the API, using http requests from your

Re: cloudstack API

2013-02-21 Thread Nik Martin
On 2013-02-21 15:02, Seif Eddine Jemli wrote: I am new to Cloudstack. I just want to know the utility of the cloudstack API. how can i use it and for which purpose? Any thing you can do in the Cloudstack UI, you can do in the API, using http requests from your favorite programming language

Re: Cloudstack API calls

2013-01-15 Thread Chris Sears
rom: Asmita Vagyani [mailto:asmita.vagy...@sigma-systems.com] > > Sent: 15 January 2013 11:25 > > To: 'cloudstack-users@incubator.apache.org' > > Subject: RE: Cloudstack API calls > > > > Thnx Prasanna, James, > > > > Using the url provided by Jame

RE: Cloudstack API calls

2013-01-15 Thread James Osbourn
you wish to achieve. James > -Original Message- > From: Asmita Vagyani [mailto:asmita.vagy...@sigma-systems.com] > Sent: 15 January 2013 11:25 > To: 'cloudstack-users@incubator.apache.org' > Subject: RE: Cloudstack API calls > > Thnx Prasanna, James, > &g

RE: Cloudstack API calls

2013-01-15 Thread Asmita Vagyani
uary 2013 PM 04:33 To: cloudstack-users@incubator.apache.org Subject: Re: Cloudstack API calls On Tue, Jan 15, 2013 at 04:30:05PM +0530, Asmita Vagyani wrote: > Hi all, > > After installing management server I am trying to call a cloudstack > API - > > #curl --user "adm

RE: Cloudstack API calls

2013-01-15 Thread James Osbourn
ixkjOhtb2gKA\&signature=eaddca273cba89aacf4d0472356516586e2b24f8"; James > -Original Message- > From: Asmita Vagyani [mailto:asmita.vagy...@sigma-systems.com] > Sent: 15 January 2013 11:00 > To: 'cloudstack-users@incubator.apache.org' > Subject: Cloudstack API calls

Re: Cloudstack API calls

2013-01-15 Thread Prasanna Santhanam
On Tue, Jan 15, 2013 at 04:30:05PM +0530, Asmita Vagyani wrote: > Hi all, > > After installing management server I am trying to call a cloudstack API - > > #curl --user "admin:sigma123" > "http://localhost:8080/client/api?command=listAccountskeypair=bXFnKCix8VhhE

Cloudstack API calls

2013-01-15 Thread Asmita Vagyani
Hi all, After installing management server I am trying to call a cloudstack API - #curl --user "admin:sigma123" "http://localhost:8080/client/api?command=listAccountskeypair=bXFnKCix8VhhEGunkFbz8gWgwHc3WB0Tg7m3nE7LujhYo0-PGixkjOhtb2gKA\&signature=eaddca273cba89aacf4d0

Re: (SOLVED] Having trouble getting a CloudStack API URL with api_key and generated signature to work from the browser (Firefox).

2012-06-19 Thread heince kurniawan
> I ended up finding this gem of a perl script: > https://github.com/snumano/CloudStack-API/blob/master/generate-url.pl > in this really excellent article about signed and (mostly) unsigned api calls: > > http://www.shapeblue.com/2012/05/10/using-the-api-for-advanced-network-ma

RE: (SOLVED] Having trouble getting a CloudStack API URL with api_key and generated signature to work from the browser (Firefox).

2012-06-18 Thread Evan Miller
Hi Anatha (and Alena and others): Thanks for your script. I ended up finding this gem of a perl script: https://github.com/snumano/CloudStack-API/blob/master/generate-url.pl in this really excellent article about signed and (mostly) unsigned api calls: http://www.shapeblue.com/2012/05/10

Re: Having trouble getting a CloudStack API URL with api_key and generated signature to work from the browser (Firefox).

2012-06-12 Thread Anantha Kasetty
Good catch. The signature generation converts the url to lowercase but the case should be preserved when submitting it to CloudStack. regards, Anantha Kasetty 408-242-8317 anantha.kase...@citrix.com On 6/12/12 4:31 AM, "Prasanna Santhanam" wrote: >On Sat, Jun 09, 2012 at 09:52:07AM

Re: Having trouble getting a CloudStack API URL with api_key and generated signature to work from the browser (Firefox).

2012-06-12 Thread Prasanna Santhanam
On Sat, Jun 09, 2012 at 09:52:07AM -0400, Anantha Kasetty wrote: > Had to dust up my long forgotten Perl skills, here is a sample program > > use URI::Escape; > use Digest::SHA qw(hmac_sha1_base64); > > sub hmac_digest { > my $uri = shift @_; > my $key = shift @_; > > $digest = hmac

Re: Having trouble getting a CloudStack API URL with api_key and generated signature to work from the browser (Firefox).

2012-06-09 Thread Anantha Kasetty
s works for you. regards, Anantha Kasetty On 6/8/12 8:40 PM, "Alena Prokharchyk" wrote: >On 6/8/12 7:08 PM, "Evan Miller" wrote: > >>Hi Alena: >> >>-Original Message- >>From: Alena Prokharchyk [mailto:alena.prokharc...@citrix.com]

Re: Having trouble getting a CloudStack API URL with api_key and generated signature to work from the browser (Firefox).

2012-06-08 Thread Alena Prokharchyk
On 6/8/12 7:08 PM, "Evan Miller" wrote: >Hi Alena: > >-Original Message- >From: Alena Prokharchyk [mailto:alena.prokharc...@citrix.com] >Sent: Friday, June 08, 2012 3:56 PM >To: cloudstack-users@incubator.apache.org >Subject: Re: Having trouble getting a

RE: Having trouble getting a CloudStack API URL with api_key and generated signature to work from the browser (Firefox).

2012-06-08 Thread Evan Miller
Hi Alena: -Original Message- From: Alena Prokharchyk [mailto:alena.prokharc...@citrix.com] Sent: Friday, June 08, 2012 3:56 PM To: cloudstack-users@incubator.apache.org Subject: Re: Having trouble getting a CloudStack API URL with api_key and generated signature to work from the browser

RE: Having trouble getting a CloudStack API URL with api_key and generated signature to work from the browser (Firefox).

2012-06-08 Thread Pranav Saxena
Hope this helps. Regards, Pranav -Original Message- From: Evan Miller [mailto:evan.mil...@citrix.com] Sent: Saturday, June 09, 2012 12:54 AM To: cloudstack-users@incubator.apache.org Subject: RE: Having trouble getting a CloudStack API URL with api_key and generated signature to work

Re: Having trouble getting a CloudStack API URL with api_key and generated signature to work from the browser (Firefox).

2012-06-08 Thread Alena Prokharchyk
On 6/8/12 12:23 PM, "Evan Miller" wrote: >Hi: > >I am not doing something quite right yet generating a good >CloudStack API URL. > >I still get this same error from the browser when >I try to execute the final url: > >{ "listvirtualmachinesresponse&quo

RE: Having trouble getting a CloudStack API URL with api_key and generated signature to work from the browser (Firefox).

2012-06-08 Thread Evan Miller
Hi: I am not doing something quite right yet generating a good CloudStack API URL. I still get this same error from the browser when I try to execute the final url: { "listvirtualmachinesresponse" : {"errorcode" : 401, "errortext" : "unable to verify use

Re: Having trouble getting a CloudStack API URL with api_key and generated signature to work from the browser (Firefox).

2012-06-08 Thread Prasanna Santhanam
On Thu, Jun 07, 2012 at 10:38:20PM -0400, Evan Miller wrote: > Hi: > > Right now, I am just testing a simple, final API-based url with signature in > a browser. > I am getting the following authentication related error in the browser: > > { "listvirtualmachinesresponse" : {"errorcode" : 401, "e

Having trouble getting a CloudStack API URL with api_key and generated signature to work from the browser (Firefox).

2012-06-07 Thread Evan Miller
Hi: Right now, I am just testing a simple, final API-based url with signature in a browser. I am getting the following authentication related error in the browser: { "listvirtualmachinesresponse" : {"errorcode" : 401, "errortext" : "unable to verify user credentials and/or request signature"}

Recall: How do ec2 commands map cloudstack API?

2012-06-01 Thread Jessica Tomechak
Jessica Tomechak would like to recall the message, "How do ec2 commands map cloudstack API?".

RE: How do ec2 commands map cloudstack API?

2012-06-01 Thread Jessica Tomechak
: How do ec2 commands map cloudstack API? Hi Jose, Here's a little more information, if you can decipher the code. CloudBridge fortunately has all the mappings from ec2 api to cloudstack api in a single source file (there are obviously some tweaks to accommodate code reuse etc), but you can

Re: How do ec2 commands map cloudstack API?

2012-05-31 Thread Jose Rozanec
that page. Jose. On Thu, May 31, 2012 at 4:04 PM, Sam Robertson wrote: > Hi Jose, > > Here's a little more information, if you can decipher the code. > CloudBridge fortunately has all the mappings from ec2 api to cloudstack > api in a single source file (there are obvi

Re: How do ec2 commands map cloudstack API?

2012-05-31 Thread Sam Robertson
Hi Jose, Here's a little more information, if you can decipher the code. CloudBridge fortunately has all the mappings from ec2 api to cloudstack api in a single source file (there are obviously some tweaks to accommodate code reuse etc), but you can look at that on github directly if you

Re: How do ec2 commands map cloudstack API?

2012-05-30 Thread Jose Rozanec
0, 2012 8:32 PM > To: cloudstack-users@incubator.apache.org > Subject: How do ec2 commands map cloudstack API? > > Hello, > > Is there a document explaining how do ec2 commands map cloudstack api > parameters? I found this page< > http://wiki.cloudstack.org/display/QA/EC2+A

RE: How do ec2 commands map cloudstack API?

2012-05-30 Thread Jessica Tomechak
-Original Message- From: Jose Rozanec [mailto:jroza...@tendrilinc.com] Sent: Wednesday, May 30, 2012 8:32 PM To: cloudstack-users@incubator.apache.org Subject: How do ec2 commands map cloudstack API? Hello, Is there a document explaining how do ec2 commands map cloudstack api parameter

How do ec2 commands map cloudstack API?

2012-05-30 Thread Jose Rozanec
Hello, Is there a document explaining how do ec2 commands map cloudstack api parameters? I found this page<http://wiki.cloudstack.org/display/QA/EC2+API+support+-+Test+Execution>with some data. Specifically, is there a way to run the ec2-run-instances command specifying a network