(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 287
53-1003242-01
XML schema element reference
B
CSW request rules schema elements
TABLE 95 CSW request rules schema elements
Element Type Description Rules / Notes
csw.requestRules container A collection of Request Rules Optional
requestRules.requestRule container A single Request Rule Multiple "requestRule" elements
are allowed; unlimited except for
available dynamically-allocated
memory
requestRule.name string The Request Rule name 80 characters maximum
requestRule.type enumerated
string
The Request Rule type
• header
• method
• nested-content-rule
• nested-rule
• tcp-content
• udp-content
• url
• version
• xml
requestRule.context string The context in which to create
the rule
If unspecified, "default" context is
used; optional
requestRule.details container The Request Rule details Must contain exactly one of the
following sub-elements, based
on the "type":
• header
• method
• nested
• tcpContent
• udpContent
• url
• version
• xmlTag
details.header container The details for "header"-type
rules
header.headerName string The name of a header 255 characters maximum
header.operation enumerated
string
The kind of test operation to
perform on the header
• equals
• exists
• pattern
• prefix
• search
• suffix
header.value string The value to test for in the
operation
Required for all operation types
except "exists"
details.method container The details for "method"-type
rules
method.methodName string The name of a method 255 characters maximum