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

Page 575

Advertising
background image

Brocade Virtual ADX XML API Programmer’s Guide

565

53-1003248-01

Methods

6

getAllAclRules

Description
Retrieves all the configured ACL rules.

Parameters

Table 17

contains the parameters required for the method.

Return values

Table 18

contains the return value of the method.

Error messages

List of Error Messages

getAllAcls

Description
Retrieves all the configured access control lists.

NOTE

A maximum of 30 ACL rules will be returned per ACL Id. To access more than 30 ACL rules, use getAllAclRules
with a startIndex and numRetrieved parameters.

Parameters

Table 19

contains the Parameter required for the method.

TABLE 17

Parameters

Name

Type

Presence

Rules

Description

id

AclID

Mandatory

Acl ID or name

startIndex

unsignedInt

Optional

Start index for retreiving ACL rules.

numRetrieved

unsignedInt

Optional

Specifies the number of ACL rules to retrieve.

TABLE 18

Return value

Name

Type

Description

genericInfo

ResponseInformation

Generic information.

acl

Acl

ACL entry

TABLE 19

Parameter

Name

Type

Presence

Rules

Description

startIndex

unsignedInt

Optional

Start index for retreiving ACLs.

numRetrieved

unsignedInt

Optional

Number of ACLs to be retrieved.

Advertising