Getallsnmptrapreceivers – Brocade Virtual ADX XML API Programmer’s Guide (Supporting ADX v03.1.00) User Manual

Page 53

Advertising
background image

Brocade Virtual ADX XML API Programmer’s Guide

43

53-1003248-01

Methods

3

Return values

Table 93

contains the return values of the method.

Error messages

List of Error Messages

getAllSnmpTrapReceivers

Description
This method retrieves all the configured SNMP trap receivers.

Parameters

Table 94

contains the parameters required for the method.

Return values

Table 95

contains the return values of the method.

Error messages

List of Error Messages

TABLE 93

Return values

Name

Type

Description

genericInfo ResponseInformation

This provides the total entries available and the time at which the
values are retrieved.

serverList

TacacsServerConfiguration

[ ] Retrieves all the configured TACACS servers.

TABLE 94

Parameters

Name

Type

Presence

Rules

Description

startIndex

unsignedInt

Optional

Sets the start index for retrieving the SNMP trap
receivers. When both startIndex and numRetrieved
parameters are not present, then all the possible SNMP
trap receivers will be returned.

numRetrieved

unsignedInt

Optional

Specifies the number of SNMP trap receivers to be
retrieved. The maximum value allowed is 64. When both
startIndex and numRetrieved parameters are not
present, then all possible SNMP trap receivers will be
returned.

Filter

SnmpTrapFilter

Optional

Filter criteria.

TABLE 95

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.

receiverList

SnmpTrapReceiverConfig

[ ] Retrieves all the SNMP trap receivers configuration information.

Advertising