Alerts not Triggered in Dataminer

Hi Roshan, Would it be possible to share some more details about your setup? How do you have your alarm templates and/or outgoing mail settings configured?

New Element Created but the Element is in Timeout

Hi Roshan, If the elements are in timeout, it usually means that they are failing to communicate with the devices. You can confirm this by using Stream Viewer | DataMiner …

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 …