Expression Variables:
Below are the expression variables that can be used with DesktopResponse.
They can be combined into simple boolean 'and' 'or' combinations.
| Expression Variable |
Description |
Example |
| ms |
Milliseconds |
ms > 250 |
| cc |
Country Code |
cc = gb |
| ct |
City |
ct = london |
| url |
URL selection (supports * and + wild cards) |
url = vrdemo.html |
| ip |
IP address support CIDR |
ip = 205.234.111/24 |
| sc |
success code (1 or 0) |
sc = 1 |
| cr |
Carrier |
cr = verizon |
| asn |
Autonomous System Number (ASN) |
asn = 12345 |
| uid |
userid (an arbitrary text field) |
uid = testingserver |
| cmt |
comment (a second text field) |
cmt = testing week |
|