getImpactPath

The getImpactPath method retrieves the topology graph of the path between the affected CI and the CI that affects it.

The identifier output of calculateImpact is used as the identifier input argument of getImpactPath.

See the Impact Analysis Example.

Input

Parameter Comment
cmdbContext For details, see CmdbContext and the schema documentation for CmdbContext.
identifier The key to the server response that was returned by calculateImpact.
relation A Relation based on one of the ShallowRelations returned by calculateImpact in the impactTopology element. For the definition of the type, see Relations.

Output

Parameter Comment
impactPathTopology A CIs collection and an ImpactRelations collection. For details, see ImpactTopology.
comments For internal use only.

An ImpactRelations element consists of an ID, type, end1ID, end2ID, rule, and action.