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

Page 55

Advertising
background image

Brocade Virtual ADX XML API Programmer’s Guide

45

53-1003248-01

Methods

3

Return values

Table 99

contains the return values of the method.

Error messages

List of Error Messages

getAllSshConnections

Description
This method retrieves all the established SSH connections information.

Parameters

Table 100

contains the parameters required for the method.

numRetrieved

unsignedInt

Optional

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

Filter

SnmpViewFilter

Optional

Filter criteria.

TABLE 99

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.

viewList

SnmpViewConfig

[ ]

Retrieves all the SNMP views configuration information.

TABLE 100

Parameters

Name

Type

Presence

Rules

Description

startIndex

unsignedInt

Optional

Sets the start index for retrieving the SSH
connections information. When both startIndex
and numRetrieved parameters are not present,
then all the possible SSH connections information
will be returned.

numRetrieved

unsignedInt

Optional

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

Filter

SshConnectionFilter

Optional

Filter criteria.

TABLE 98

Parameters

Name

Type

Presence

Rules

Description

Advertising