Meinberg NMS – receiver elements

With the new mbgNMS  1.3 release this bug was solved. https://community.dataminer.services/meinberg-network-management-system-mbgnms/?hilite=nms  Rodrigo

Export and import GQI query

Hi Marco, You can import queries from a different dashboard (see Importing a query). Regarding exporting GQI queries, as far as I know there is no export functionality. However, you …

STaaS: how to add a failover pair

Hi Danielle, Most of the steps are the same as for an agent using clustered databases, all the step can be found here: Configuring Failover | DataMiner Docs As for …

How to add a custom property in service creation via automation script?

Dear Apurva, As far as I know, You can use the class library in your Automation script and can get/set the values. https://docs.dataminer.services/develop/devguide/ClassLibrary/ClassLibraryIntroduction.html Example:- https://docs.dataminer.services/develop/devguide/ClassLibrary/ClassLibraryExamples.html //Read IDms myDms = engine.GetDms(); …

Namespace missing

HttpClient lives in the System.Net.Http.dll assembly which is not referenced by default in SLScripting (the process which is executing the QActions) so you need to tell the QAction where you’re …