Hi everyone,
We want to create an automation script to search for the elements which are not impacting to any service. The result list will be added to a csv file to notice the customer which elements are incorrectly configured (as they are not a part of any service). Last part is not a problem.
We are looking for a method to get that information from an element using a script. I've searched at element.XXX but I can't find a way to retrieve that info.
Thanks in advance.
Pedro
Hi Pedro,
As far as I know you can only achieve this by using below SLNet call:
Note that this is an internal call and we do not recommend using this, as it is not officially supported and we cannot guarantee that it will still work in the future. As a rule, you should avoid using SLNet calls, as these are subject to change without notice. We recommend to instead always use the correct UI or automation options provided in DataMiner Automation or through our web API.