Dear DoJo
I thing the title reveals the Problem.
I have a custom property on a View that gets updated from a 3rd Party System through the Dataminer API.
Is it possible to trigger a correlation rule every time this property changes?
The correlation rule then starts a script that controls the gpi contacts of a device.
Thanks in advance
Hi Michael,
For this use case, the best approach is to use information evens to trigger the correlation rule (see DataMiner Docs, option 'Accept Information Events'). However, I was not able to see an event generated when a view property is updated. On the other hand, I could see an event generated when a service property is updated:
The event indicates that the service is updated (due to the service property updated). Is it not an option to use a service instead of a view?
Hope it helps!