Core Inspectors
Begin learning about the syntax and constructs that are common to both the Client and the Session Relevance languages.
You can create and test your custom Relevance queries locally on the Client system using the Fixlet Debugger or on the Linux CentOS interactive sandbox available under Online Evaluator.
If you own a BigFix Lifecycle or a BigFix Compliance version 9.5 Patch 2 or later license, you can run your Client Relevance Language queries on the target clients also directly from the WebUI using the BigFix Query Application. For more information, click BigFix Query.
- Strings
- To combine and manipulate strings.
- Introspectors
- To see what you can query about inspectors.
- Properties
- To query properties of objects.
- Arithmetic Operations
- To manage numbers and the most basic operators.
- Cast
- To convert types into other types.
- Exists
- To check if an object or one of its properties exists.
- If...Then...Else
- To create conditional relevance expressions.
- It
- To reduce duplication.
- Sets
- To run operations such as union and intersection.
- Indexing
- To get specific entries in a list.
- ANDs and ORs
- To see how
AND
s ansOR
s binary operations apply to the Relevance Language. - Plural
- To learn how to take advantages of using plurals to avoid errors.
- Tuples
- To combine and manage compounds of objects of multiple types together.
- Whose
- To filter lists of values.
- Parent Types
- To understand property inheritance and how to address an object starting from its child.