Specific Use Case:
I have thousands of interfaces. Each of them has one sub interface that I care about (alarm on when down) because it operates and a higher layer.
I want to suppress alerts on the sub-interface when the parent interface goes down, however, provisioning these manually is impossible, we simply don't have the man-hours.
This is the correct method to handle this with SW, but the manual provisioning is a deal breaker.
How can we do this in an automated fashion? I can craft the SQL queries to locate whatever data I might need to populate in the DB, but there is no roadmap.
Personally, I would be happy with an unsupported "Custom" SQL option, but in general, the manual provisioning of groups and dependencies is problematic when using the product at any scale.
In this particular use case, I do not require a group, because I only need 1 interface to be a child of another specific interface, but I don't have resources for the point and click.
Peter