(Supporting ADX v03.1.00) Owner's manual
Table Of Contents
- Contents
- Preface
- Introduction to the Brocade Virtual ADX Web Interface
- Navigating the Web Interface
- Navigating the Dashboard
- Configuration Overview
- System Settings
- Network Settings
- Traffic Settings
- GSLB Settings
- Security Settings
- Monitoring Overview
- Viewing System Information
- Viewing Network Status
- Viewing Traffic Statistics
- Viewing Security Statistics
- Maintenance Overview
- Managing Software Images
- Restarting the System
- License Management
- Packet Capture
- Accessing the CLI
- Retrieving System Information for Technical Support
- Troubleshooting
- Config Template XML Schema
- Managing Config Templates through the CLI

Brocade Virtual ADX Graphical User Interface Guide 299
53-1003242-01
XML schema element reference
B
action.ruleName string The name of a Request
Rule
80 characters maximum;
must match the name of
an existing Request Rule
within this template
action.ruleName.@default boolean The "default rule" flag If "true", the rule name is
ignored and the rule is
treated as a "default rule"
match
action.actionType enumerated
string
The type of action to
perform
• begin-delimitor
• end-delimitor
• forward
• goto
• log
• persist
• reset-client
• rewrite
action.details container The details of the action to
perform
Must contain exactly one
of the following
sub-elements, based on
the "action type":
• forward
• goto
• log
• persist
• rewrite
Action type
"begin-delimitor",
"end-delimitor" and
"reset-client" have no
details, so in those cases
this "details" element
should be omitted.
details.forward container The forward action details Only used if the action type
is "forward"
forward.id container The forward id Must contain either a
"groupId" or "serverId" sub
element, but not both
id.groupId integer The Group ID of the
"forward" action
0 to 1023; "groupId" and
"serverId" are mutually
exclusive
id.serverId integer The Server ID of the
"forward" action
1024 to 5119; "groupId"
and "serverId" are mutually
exclusive
details.goto container The goto action details Only used if the action type
is "goto"
goto.policyName string The name of another
Request Policy
Must match another
Request Policy defined in
this template
TABLE 96 CSW request policies schema elements (Continued)
Element Type Description Rules / Notes