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

44 Brocade Virtual ADX XML API Programmer’s Guide
53-1003248-01
Methods
3
getAllSnmpv3Users
Description
This method retrieves all the configured SNMPv3 users.
Parameters
Table 96 contains the parameters required for the method.
Return values
Table 97 contains the return values of the method.
Error messages
List of Error Messages
getAllSnmpViews
Description
This method retrieves all the configured SNMP views.
Parameters
Table 98 contains the parameters required for the method.
TABLE 96 Parameters
Name Type Presence Rules Description
startIndex unsignedInt Optional Sets the start index for retrieving the SNMPv3
users. When both the startIndex and the
numRetrieved parameters are not present,
then all the possible SNMPv3 users will be
returned.
numRetrieved unsignedInt Optional Specifies the number of SNMPv3 users to be
retrieved. The maximum value allowed is 64.
When both startIndex and numRetrieved
parameters are not present, then all possible
SNMPv3 users are returned.
Filter Snmpv3UserFilter Optional Filter criteria.
TABLE 97 Return values
Name Type Description
genericInfo ResponseInformation Generic information. This provides the information - total entries
available and the time at which the values are retrieved.
userList Snmpv3UserConfig[ ] Retrieves all the SNMPv3 users configuration information.
TABLE 98 Parameters
Name Type Presence Rules Description
startIndex unsignedInt Optional Sets the start index for retrieving the SNMP
views. When both the startIndex and
numRetrieved parameters are not present, then
all the possible SNMP views will be returned.