UNSOLVED

ccastell

updated

13 years ago

C

ccastell

1 Rookie

21 Posts

0

147386

June 18th, 2013 18:00

Service builder component rules

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

  • 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