Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

...

Use JSONPath expressions in the box 'Field JSON Path' to fine-tune your search:

...

Anchor
JSONPath
JSONPath

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.


The element number can be replaced by the wildcard symbol * to refer to all elements: $[“Fieldname with whitespaces”][*]

...