ZXTM Control API Overview and Reference
Version 4.0
getListenOnAllAddresses( names )
For each of the named virtual servers, gets whether the virtual server is
listening on all IP addresses
Boolean[] getListenOnAllAddresses(
String[] names
)
getListenTrafficIPGroups( names )
Get the specific Traffic IP Groups that each named virtual server listens
on. This will return an empty array for a virtual server if it is listening on
all addresses.
String[][] getListenTrafficIPGroups(
String[] names
)
getLocationDefaultRewriteMode( names )
Get whether each of the named virtual servers should rewrite the
Location header. The rewrite is only performed if the location rewrite
regex didn t match.
VirtualServer.LocationDefaultRewriteMode[]
getLocationDefaultRewriteMode(
String[] names
)
getLocationRewrite( names )
For each of the named virtual servers, get the regex, and replacement
for rewriting any Location headers.
VirtualServer.RegexReplacement[] getLocationRewrite(
String[] names
)
getLogEnabled( names )
Get whether each of the named virtual servers should log each
connection.
Boolean[] getLogEnabled(
String[] names
)
56
New Page 1