All supported Smarts releases
Whenever BIM driver receives a notification, Smarts SAM receives the OccurredOn device for that notification. Using this OccurredOn device, Smarts SAM recursively gets all the related instances which could be impacted because of this notification and we repeat the same till we reach the top of the hierarchy.
Example:
The following four lines shows how the NetworkAdapterRedundancyGroup, Router and ServiceOffering are related:
Now when your environment receives a Router down notification, the OccurredOn device for this notification is Router itself. Since the Router is composedOf NetworkAdapterRedundancyGroup, the NetworkAdapterRedundancyGroup is impacted. And since NetworkAdapterRedundancyGroup is a memberOf ServiceOffering, the ServiceOffering is also impacted and the BIM driver creates a ServiceOffering Impact notification.