Re: Total number of Vms?

2014-05-16 Thread Rafael Weingartner
API with > "listAll=true" parameter and in the API resource, first thing you'll get is > the count of total VMs present in your setup. > > --Sanjay > > -Original Message- > From: Juan Gomez [mailto:juan.go...@kumo.com.co] > Sent: Wednesday, May 7, 2014 5:

RE: Total number of Vms?

2014-05-15 Thread Sanjay Tripathi
.go...@kumo.com.co] Sent: Wednesday, May 7, 2014 5:58 AM To: Subject: Re: Total number of Vms? Thank you all for the help , it seems that the easyest way is querying the dataabase Enviado desde mi iPhone > El 6/05/2014, a las 18:39, "Pierre-Luc Dion" escribió: > > Their is also

Re: Total number of Vms?

2014-05-06 Thread Juan Gomez
Thank you all for the help , it seems that the easyest way is querying the dataabase Enviado desde mi iPhone > El 6/05/2014, a las 18:39, "Pierre-Luc Dion" escribió: > > Their is also the ruby gem: cloudstack_ruby_client if its for a script. > It provide the total instance count automaticall

Re: Total number of Vms?

2014-05-06 Thread Pierre-Luc Dion
Their is also the ruby gem: cloudstack_ruby_client if its for a script. It provide the total instance count automatically when calling list_instance Le mardi 6 mai 2014, Ahmad Emneina a écrit : > make sure to include in your query some additional clauses; and type='User' > and removed is null..

Re: Total number of Vms?

2014-05-06 Thread Ahmad Emneina
make sure to include in your query some additional clauses; and type='User' and removed is null... something along those lines. On Tue, May 6, 2014 at 3:07 PM, rammohan ganapavarapu < rammohanga...@gmail.com> wrote: > Can't you query databse? "select * from user_vm;" some thing like this? > > >

Re: Total number of Vms?

2014-05-06 Thread Rafael Weingartner
actually, you can and that would work. On Tue, May 6, 2014 at 7:07 PM, rammohan ganapavarapu < rammohanga...@gmail.com> wrote: > Can't you query databse? "select * from user_vm;" some thing like this? > > > On Tue, May 6, 2014 at 1:58 PM, Juan Gomez wrote: > > > Hello everyone, > > > > How can

Re: Total number of Vms?

2014-05-06 Thread rammohan ganapavarapu
Can't you query databse? "select * from user_vm;" some thing like this? On Tue, May 6, 2014 at 1:58 PM, Juan Gomez wrote: > Hello everyone, > > How can i quickly count the total number of VMs that exist in my whole > cluoudstack environment including all the zones ? > > Thank You > > > > > Emai

Re: Total number of Vms?

2014-05-06 Thread Rafael Weingartner
i would say to you to try Cloudmonkey, I think there you can create something easy to count the total of VMs including projects, zones and etc.. On Tue, May 6, 2014 at 5:58 PM, Juan Gomez wrote: > Hello everyone, > > How can i quickly count the total number of VMs that exist in my whole > cluou