Enter a string to match against the name of a DataPower object.
This is ultimately a regular expression, but can be entered in a simple form such as:
MPG_RestServer
Advanced regular expressions can be provided, such as:
(rest|soap).+?server
Search strings are case insensitive, so "MPG" and "mpg" match the same pattern.