I am aware we can get services in view from this
var request = new GetLiteServiceInfo { ViewID = 58 };
How can I do it by view name?
Jarno Lernou [SLC] [DevOps Enabler] Answered question 16th January 2025
Hi Apurva,
Instead of using ViewID, you could use the property ‘View’.
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.
Kind Regards,
Jarno
Apurva Tandon [DevOps Advocate] Posted new comment 16th January 2025

I need to get the services present inside a view by passing View Name in GQI assuming its unique, how can we have this?