Citrix NetScaler Administration Guide
Table
Command specification
"^rm\s+.*$"
"^show\s+.*$"
"^shell$"
"^add\s+vserver\s+.*$"
"^add\s+(lb\s+vserver)\s+.*"
Matches these commands
All remove actions, because all remove actions begin with the rm string, followed by a space and additional parameters and flags.
All show commands, because all show actions begin with the show string, followed by a space and additional parameters and flags.
The shell command alone, but not combined with any other parameters or flags.
All create vserver actions, which consist of the add vserver command followed by a space and additional parameters and flags.
All create lb vserver actions, which consist of the add lb vserver command followed by a space and additional parameters and flags.
The following table shows the command specifications for each of the
Table
Policy name
operator
network
superuser
Command specification regular expression
(^man.*)(^show\s+(?!system)(?!ns ns.conf)(?!ns runningConfig).*)(^stat.*)
(^man.*)(^show\s+(?!system)(?!ns ns.conf)(?!ns runningConfig).*)(^stat.*)
^(?!shell)\S+\s+(?!system)(?!ns ns.conf)(?! ns runningConfig).*
.*
29