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

Page 409

Advertising
background image

Brocade Virtual ADX XML API Programmer’s Guide

399

53-1003248-01

Methods

5

Parameters

Table 133

contains the parameters required for the method.

Return values

Table 134

contains the return values of the method.

Error messages

List of Error Messages

getAllRealServerPortList

Description
Retrieves the names of all the configured real server ports.

TABLE 133

Parameters

Name

Type

Presence

Rules

Description

serverPort

ServerPort

[]

Mandatory

If serverPort is
not specified
then all VIP in
the Brocade
Virtual ADX will
be returned.

Identifies the virtual server.

startIndex

unsignedInt

Optional

Sets the starting index to
label the number of virtual
server ports in an ordered
list.

numRetrieved

unsignedInt

Optional

The number of elements
expected in the result by the
request. Maximum value
allowed is 8.

Filter

VirtualToRSPortBindingFilter

Optional

The filtering criteria that
must be applied to the
result.

TABLE 134

Return values

Name

Type

Description

genericInfo

ResponseInformation

virtualServerPortBindings

VirtualToRealServerPortBinding

[]

Returns the list of configured virtual server port
binding to real server ports.

Advertising