|
Properties |
|
categoryId |
Specifies the web service category assocaited with the URL expression.
type=int
default=0 minimum=1 maximum=65535 Displayed(tab/group)=Category ID
|
|
categoryName |
Indicates the name of the category.
type=string
Displayed(tab/group)=Category Name
|
|
entryId |
Entry ID
type=int
access=read-create minimum=1 maximum=65535 Mandatory on create Displayed(tab/group)=Entry ID
|
|
expression |
Specifies the URL expression that will be overriden to a category.
The string type denotes a printable ASCII substring used as input to an application assurance filter match criteria object.
The following syntax is permitted within the substring to define the pattern match criteria:
^[substring]* - matches when [substring] is at the beginning of the object.
*[substring]* - matches when [substring] is at any place within the object.
*[substring]$ - matches when [substring] is at the end of the object.
^[substring]$ - matches when [substring] is the entire object.
Rules for [substring] characters: ---------------------------------
- [substring] must contain printable ASCII characters.
- [substring] must not contain the 'double quote' character
- [substring] match is case insensitive by default.
- [substring]may contain the following meta-characters: *
- matches zero or more of any character (limit of 1 per substring) \*
- matches the asterisk character \.
- matches any single character \d
- matches any single decimal digit [0-9] \xYY
- matches a single byte with hex value 0xYY \I
- forces case sensitivity (by default, the expression match are case insensitive), the \I can be specified anywhere between the leading [^*] and trailing [$*]
type=string
default= minimum=3 maximum=255 Displayed(tab/group)=Expression
|
|
groupId |
It represents a group of ISA MDAs and has a valid range from 1..255.
type=int
access=read-only default=1 minimum=1 maximum=255 Displayed(tab/group)=Group ID
|
|
urlFilterName |
URL Filter name.
type=string
access=read-only default= minimum=0 maximum=32 Displayed(tab/group)=URL Filter Name
|