Posts
Users
Search
ccastell
updated
13 years ago
1 Rookie
•
21 Posts
0
147386
June 18th, 2013 18:00
Does anyone have a list of variables i can use in this field. I know i can use name like, what about name not like or name starts with etc...
1 Attachment
Doc4.docx
Responses (1)
Solutions (0)
john_s_main
132 Posts
193
Posted June 18th, 2013 19:00
It follows the same rules as the Script Console queries, or QueryService queries, or Rule Scoping queries, or Derived Metric scoping queries.
You can use practically anything in the topology model, except observations/metrics, in the queries.
for example:
with Hosts as your selection, you could write a rule such as:
lastUpdated > date(2013,6,1) and name matches '(?i)abcd.*'
Under Help, Administration and Configuration Guide > Customizing Your Environment with Tooling > Using the Query Language
Self Repair, Upgrade & Maintain
Diagnostics and Tools
Drivers & Downloads
Solve
Optiplex Desktops
3
1
Inspiron
5
Customer Care
10
Inspiron Desktops
42
4
Dell Laptop Computers
53
6
View More
john_s_main
132 Posts
193
0
Posted June 18th, 2013 19:00
It follows the same rules as the Script Console queries, or QueryService queries, or Rule Scoping queries, or Derived Metric scoping queries.
You can use practically anything in the topology model, except observations/metrics, in the queries.
for example:
with Hosts as your selection, you could write a rule such as:
lastUpdated > date(2013,6,1) and name matches '(?i)abcd.*'
Under Help, Administration and Configuration Guide > Customizing Your Environment with Tooling > Using the Query Language