RE: Why to have API Commands for Admin actions?

2014-06-25 Thread Wilder Rodrigues
...@citrix.com] Sent: woensdag 25 juni 2014 12:43 To: dev@cloudstack.apache.org Cc: int-toolkit Subject: RE: Why to have API Commands for Admin actions? To elaborate further, I would like to add that even if this is adding some if-else code around checking the enum value when generating the response

Re: Why to have API Commands for Admin actions?

2014-06-25 Thread Rohit Yadav
Damle [mailto:prachi.da...@citrix.com] Sent: woensdag 25 juni 2014 12:43 To: dev@cloudstack.apache.org Cc: int-toolkit Subject: RE: Why to have API Commands for Admin actions? To elaborate further, I would like to add that even if this is adding some if-else code around checking the enum

Re: Why to have API Commands for Admin actions?

2014-06-25 Thread Min Chen
To: dev@cloudstack.apache.org Cc: int-toolkit Subject: RE: Why to have API Commands for Admin actions? To elaborate further, I would like to add that even if this is adding some if-else code around checking the enum value when generating the response, it is replacing several other if-else's that were

RE: Why to have API Commands for Admin actions?

2014-06-25 Thread Wilder Rodrigues
some snippets. Cheers, Wilder -Original Message- From: Min Chen [mailto:min.c...@citrix.com] Sent: woensdag 25 juni 2014 7:00 To: dev@cloudstack.apache.org; Prachi Damle Cc: int-toolkit Subject: Re: Why to have API Commands for Admin actions? Hi Wilder, #3 in your list

Why to have API Commands for Admin actions?

2014-06-24 Thread Wilder Rodrigues
Hi all, We are currently working on the redundant VPC implementation. In order to take the right steps from the beginning, we started analyzing the existing code base, from the API commands into the VPCVirtualNetworkAppliancaManagerImpl. Although it's not related to the feature itself, we

Re: Why to have API Commands for Admin actions?

2014-06-24 Thread Min Chen
Hi Wilder, This is a recent change introduced by IAM feature, see FS here https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+Identity+ and+Access+Management+%28IAM%29+Plugin, particularly see details in Response View section. The intention of this is to eventually provide

Re: Why to have API Commands for Admin actions?

2014-06-24 Thread Rohit Yadav
Hi Wilder, On Tue, Jun 24, 2014 at 5:25 PM, Wilder Rodrigues wrodrig...@schubergphilis.com wrote: Hi all, We are currently working on the redundant VPC implementation. In order to take the right steps from the beginning, we started analyzing the existing code base, from the API commands

RE: Why to have API Commands for Admin actions?

2014-06-24 Thread Prachi Damle
...@citrix.com] Sent: Tuesday, June 24, 2014 10:04 AM To: dev@cloudstack.apache.org Cc: int-toolkit Subject: Re: Why to have API Commands for Admin actions? Hi Wilder, This is a recent change introduced by IAM feature, see FS here https://cwiki.apache.org/confluence/display/CLOUDSTACK