Programmer's Guide (Supporting ADX v03.1.00) Manual

Brocade Virtual ADX XML API Programmer’s Guide 41
53-1003248-01
Methods
3
getAllSnmpCommunityStrings
Description
This method retrieves all the configured SNMP community strings.
Parameters
Table 88 contains the parameters required for the method.
Return values
Table 89 contains the return values of the method.
Error messages
List of Error Messages
getAllSnmpGroups
Description
This method retrieves all the configured SNMP groups.
TABLE 88 Parameters
Name Type Presence Rules Description
startIndex unsignedInt Optional Sets the start index for retrieving the configured
SNMP clients. When both startIndex and
numRetrieved parameters are not present, then
all the possible configured SNMP clients will be
returned.
numRetrieved unsignedInt Optional Specifies the number of configured SNMP clients
to be retrieved. The maximum value allowed is 64.
When both startIndex and numRetrieved
parameters are not present, then all possible
configured SNMP clients will be returned.
Filter SnmpCommunityFilter Optional Filter criteria.
TABLE 89 Parameters
Name Type Description
genericInfo ResponseInformation Generic information. This provides the information - total entries
available and the time at which the values are retrieved.
commStrList SnmpServerCommStrConfig[ ] Retrieves all the configured SNMP community strings.