The feature Browse objects allows searching for CMDB resources that meet the specific criteria. Enable Visual Mode to search for objects using the list view builder UI.
...
Note |
---|
Some fields have a list of related fields to drill down into (use > to select a related field): |
Click 'home' sign to go back to the general list of fields.
...
Note |
---|
JSONPath expressions start with $ and can contain the dot- (a) or the bracket-notation (b) for input paths: a) $.Fieldname[0].Fieldname b) $["fieldname"]["fieldname"][0]["fieldname"] - where [0] is the number of an element in the array.
|
Logical Operators
equals | Use for an exact match |
not equal | Use for an exact match with a certain value excluded |
greater than | Use when you want results that exceed the value you enter |
greater or equal | Use for results that match or exceed the value you enter |
less than | Use for results that are less than the value you enter |
less or equal | Use for results that match or are less than the value you entered |
contains | Use for fields that include your search string |
not contains | Use to eliminate records that don’t contain the value you enter |
like | Use to locate records that include the exact value you enter or type % to include a certain part of the value entered, e.g. |
| |
not like | Use to locate records that exclude the exact value you enter or type % to exclude a certain part of the value entered, e.g. |
| |
starts with | Use for results that start with a certain value |
Grouping Filters
Click +ADD FILTERS GROUP to create a group of filters.
...
Click Add label to change a column name in the list of results :
Click Add order to set up the the sorting order for assets in a column: ASC for ascending or DESC for descending.
...