> -----Original Message----- > From: David Nalley [mailto:da...@gnsa.us] > Sent: 25 August 2012 00:25 > To: cloudstack-dev@incubator.apache.org > Subject: Re: AutoScale comments..... > > On Fri, Aug 24, 2012 at 1:39 PM, Vijay Venkatachalam > <vijay.venkatacha...@citrix.com> wrote: > > So the snmp info will look like the following in the query parameters > for create/update > > > > param[0].name=snmpcommunity& > > param[0].value=public& > > param[1].name=snmpport& > > param[1].value=121 > > > > And in the list response the snmp info will look like the following > > "params":{"snmpcommunity":"public","snmpport":161} > > > > Is my understanding right? > > > > Thanks, > > Vijay V. > > > What versions of SNMP will this support - do you need a param for > that? SNMPv3 is very different from v2. > > --David
Currently we default to NetworkElement's default. But yes we should expose V1 and V2 as two probable values. Thanks, Ram