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

Page 574

Advertising
background image

564

Brocade Virtual ADX XML API Programmer’s Guide

53-1003248-01

Methods

6

Return values

Table 14

contains return values of the method.

Error messages

List of Error Messages

getAllAclIDs

Description
Retrieves all the configured ACL IDs.

Parameters

Table 15

contains the parameter required for the method.

Return values

Table 16

contains the return value of the method.

Error messages

List of Error Messages

TABLE 14

Return values

Name

Type

Description

genericInfo

ResponseInformation

bindingInfoListt

AclOnInterface

[]

List of retrieved ACL binding information on IP interface.

TABLE 15

Parameter

Name

Type

Presence

Rules

Description

startIndex

unsignedInt

Optional

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

numRetrieved

unsignedInt

Optional

Specifies the number of ACL IDs to
retrieve.
When both the startIndex and the
numRetrieved parameters are not
present, then all the possible ACL
IDs will be returned.

filter

AclIDFilter

Optional

Filter criteria.

TABLE 16

Return value

Name

Type

Description

genericInfo

ResponseInformation

Generic information.

idList

AclID

[]

List of configured ACL IDs.

Advertising