CMDBGraphQuery function overview
With the graph query function, you can explore (walk) the graph of CIs and relationships in the BMC Atrium CMDB, starting with a specified CI and following its relationships to other CIs, continuing along the graph for as many levels as you want. This section provides a context for these graphs, and then explains how the graph query works . For a description of the CMDBGraphQuery
function, see CMDBGraphQuery function.
Note
The CMDBGraphQuery
function is a legacy method of building queries, and has been replaced with the newer graph walk functions. If you know the starting instance of your query, use the graph walk functions.
For the CMDBGraphQuery
function, you must know the adjacent nodes to traverse in the graph. To avoid this issue, use the CMDBQueryByPath
or graph walk functions.
Comments