Dataminer API Local Query without credencial

Hi Juan, (Almost) all endpoints in the WebAPIs require that a connection is first made with valid user credentials. This is because the security in DataMiner is group-based, each user …

ProfileHelper – Getting profile parameter by name

You can use the ParameterExposers (part of Skyline.DataMiner.Net.Profiles namespace) like so: ProfileHelper.ProfileParameters.Read(ParameterExposers.Name.Equal(“YourNameHere”));

Understanding DataMiner log levels

Hi Roger, The default log level 0 does not mean that nothing is written to the logs. Rather, it indicates that more specific and detailed information is suppressed. I agree …

Best Practice to multi ip Polling

Hi, That depends on what the use case is, as this is not really clear at this moment. On one side there is mentioned “Get parameters of many elements by …

Shared Dashboard access issue

Hi, Typically this error occurs when your systems’ time is out of sync with the time used by the authentication servers. You can check if your time is in sync …

How to solve unknown error status 500

Found the issue. For those who might have the same problem: Windows event viewer, Application log showed the exception that Skyline.DataMiner.Web.Global could not be loaded. This issue was happening because …

How to solve unknown error status 500

Hi Laurens, There are a few things you can check: Open the devtools and check for console errors & failed network requests. Check the WebAPI logs at C:\Skyline DataMiner\Logging\Web. If …

Masking future alarms for a specified EPM object from an Automation script

Hi Alexandre, This can be done using the internal MaskLinkedDMAObjectRefTreesThroughTopology SLNet call. I don’t have a detailed code example, but this should help you on your way: MaskLinkedDMAObjectRefTreesThroughTopology(maskInfo, “SystemType”, “SystemName”) …