The dependency map is a multipurpose tool that allows you to visualize the interactions and relationships between the different entities of your system.
The map has two main components:
node – an entity. It is displayed as a square in the colored box, indicating the current operational state.
relationship – the relationship between entities. Relationships are displayed with simple-directional or bidirectional arrows.
Usage example
An example of using a dependency map is the CI dependency map.
There are two ways to open the CI dependency map:
Click next to the Source CI or the Recipient CI field on the CI Relationship form to see the hierarchical place of your CI on the map.
Use URL https://instance.example.com/visual/dependency?sys_id=XXXXXXXXXXXXXXXXX&essence=sys_cmdb_ci&script=CI, where X is the CI ID. The link formed in this way can be used in the navigator for quick access to the map, in user interface actions and widgets, if necessary.
You can create your custom map using the following parameters:
GET-parameter
Description
sys_id
The record ID.
essence
The system name of the source table.
script_id
The Script Includethat is applied to theessencetable records.
The following table shows the accordance between color-coded frames and CI states.
CI Frame Color
CI Operational State
Green
Available
Yellow
Degraded
Red
Unavailable, Maintenance
Create a CI Relationship from Dependency Map
To add a new CI Relationship from the Dependency Map view, follow the steps below:
Right-click the required CI and clickCreate Relationshipin the context menu.
Select one of the options:
Incoming– to create an incoming connection to your CI
Outgoing– to create an outgoing connection from your CI.
Fill in the form.
ClickSave or Save and Exit to apply the changes.
You can also create a relationship between CIs in the CMDB Relationships (sys_cmdb_relationship) table. See the CI Relationships article to learn more.
Change the CI operational state from Dependency Map
To change the CI Relationship operational state from the Dependency Map view, complete the steps below:
Right-click the required CI and clickChange Operational State toin the context menu.