Re: API question

2013-01-10 Thread Nik Martin
Also since you didn't specify an account name, the Api uses username, meaning it (probably) has to be unique Sent from my mobile, please excuse typos! jeffrey hasenbos wrote: > >Hello, >I had a question. I run the following API command, but i get an error. The >error you will see in the end o

Re: API question

2013-01-10 Thread Nik Martin
accountType is also required. Sent from my mobile, please excuse typos! jeffrey hasenbos wrote: > >Hello, >I had a question. I run the following API command, but i get an error. The >error you will see in the end of this email. >"http://localhost:8080/client/api?command=createAccount&firstnam

RE: API

2012-12-26 Thread Qiu Zhigang
Hi, Google it, https://github.com/qpleple/cloudstack-php-client Best Regards, Qiu Zhigang > -Original Message- > From: Nikita Mironov [mailto:miron...@gmail.com] > Sent: Wednesday, December 26, 2012 2:01 PM > To: cloudstack-users@incubator.apache.org > Subject: API > > Hi all. > > Th

Re: API Query

2012-10-05 Thread Nitin Mehta
This is a bug. I just checked the code but couldn't find the reason for it being there. if (zone != null) { sc.setParameters("dataCenterId", zone); if(state == null) { sc.setParameters("stateNEQ", "Destroyed"); } } Thanks, -

Re: API Query

2012-10-05 Thread Alena Prokharchyk
Vms in Destroyed state should be returned in listVirtualMachines API response (when the call is made by root/domain Admin) no matter if it's executed with zoneId, or w/o. Simon, please file a bug against management server component. Thanks, Alena. On 10/5/12 9:27 AM, "Simon Waterhouse" wrote:

RE: API and Secret key

2012-10-03 Thread Giles Sirett
: cloudstack-users@incubator.apache.org Subject: Re: API and Secret key @Desmond Tan: Hi man, is CloudPortal open-source? 2012/10/3 Desmond Tan > Hi all, > > thanks i got it all working now. > Cloudstack and cloudportal had been integrated. > > regards, > Desmond > > > O

Re: API and Secret key

2012-10-03 Thread Mathias Mullins
@Nquyen If you want to try out CloudPortal it's on Citrix website, but it's not available as open source. http://deliver.citrix.com/cloudportal.html Matt On 10/3/12 7:22 AM, "Nguyen Anh Tu" wrote: >@Desmond Tan: Hi man, is CloudPortal open-source? > >2012/10/3 Desmond Tan > >> Hi all, >>

Re: API and Secret key

2012-10-03 Thread Desmond Tan
@Nguyen: Cloud portal is not. Sent from my iPhone On 3 Oct, 2012, at 10:22 PM, Nguyen Anh Tu wrote: > @Desmond Tan: Hi man, is CloudPortal open-source? > > 2012/10/3 Desmond Tan > >> Hi all, >> >> thanks i got it all working now. >> Cloudstack and cloudportal had been integrated. >> >> reg

Re: API and Secret key

2012-10-03 Thread Nguyen Anh Tu
@Desmond Tan: Hi man, is CloudPortal open-source? 2012/10/3 Desmond Tan > Hi all, > > thanks i got it all working now. > Cloudstack and cloudportal had been integrated. > > regards, > Desmond > > > On Wed, Oct 3, 2012 at 11:42 AM, Alena Prokharchyk < > alena.prokharc...@citrix.com> wrote: > > >

Re: API and Secret key

2012-10-02 Thread Desmond Tan
Hi all, thanks i got it all working now. Cloudstack and cloudportal had been integrated. regards, Desmond On Wed, Oct 3, 2012 at 11:42 AM, Alena Prokharchyk < alena.prokharc...@citrix.com> wrote: > Desmond, > > You can generate them by using registerUserKeys API or through the > cloudStack UI

Re: API and Secret key

2012-10-02 Thread Alena Prokharchyk
Desmond, You can generate them by using registerUserKeys API or through the cloudStack UI via Accounts->Users->Select user -> register Keys. If you are going to call the API, you should either call it via admin port so authentication is not required, or use login command first. -Alena. On 10/2

Re: API and Secret key

2012-10-02 Thread Dave Dunaway
In Cloudstack, go to Accounts->Admin->Show users->Admin and then click on the little key icon. That will generate the keys. Should not take more than a few seconds. The admin keys get copied to the cloud_accounts table in the cloud_portal DB, so you may have to manually add them in there. Also, m

RE: Api command CreateNetworkOffering

2012-09-12 Thread Vijay Venkatachalam
amp;serviceProviderList[6].provider=VirtualRouter&traffictype=GUEST&_=1347507190775 - Vijay > -Original Message- > From: Marcos Ortiz [mailto:marcos_or...@anadat.es] > Sent: Wednesday, September 12, 2012 10:22 PM > To: cloudstack-users@incubator.apache.org > Sub

RE: Api command CreateNetworkOffering

2012-09-12 Thread Marcos Ortiz
Enviado el: miércoles, 12 de septiembre de 2012 18:41 Para: cloudstack-users@incubator.apache.org Asunto: Re: Api command CreateNetworkOffering You could try leaving it out. The API docs say if it's not specified it will be mapped to the default provider on the physical network. On Sep 12, 2

RE: Api command CreateNetworkOffering

2012-09-12 Thread Marcos Ortiz
:41 Para: cloudstack-users@incubator.apache.org Asunto: Re: Api command CreateNetworkOffering You could try leaving it out. The API docs say if it's not specified it will be mapped to the default provider on the physical network. On Sep 12, 2012, at 9:56 AM, Marcos Ortiz wrote: > Hi, i

Re: Api command CreateNetworkOffering

2012-09-12 Thread Caleb Call
You could try leaving it out. The API docs say if it's not specified it will be mapped to the default provider on the physical network. On Sep 12, 2012, at 9:56 AM, Marcos Ortiz wrote: > Hi, i need to créate a NetworkOffering issuing this command: > > =createNetworkOffering&displaytext=Guest

Re: API Utility for Windows

2012-07-25 Thread Jason Davis
Well there is this. https://github.com/anikundesu/CSPowershell I have used this successfully in a Windows heavy environment for user provisioning automation. On Jul 25, 2012 6:39 PM, "Clayton Weise" wrote: > I know there are several utilities out there to handle interacting with > the API but doe