Web API v1 get element by IP

Hi Matthijs, I don’t think there’s a direct replacement for the *ByPollingIP methods. A workaround could be to use GetAllItemsForView or GetElementsForView on the Root View (ID: -1) and filter on …

Trouble exporting data to DVE

Hello Ana, Please double-check the relations defined and also the logs on the elements if you have something like: No link in relation for XYZ -> ABC/XYZ [chain=]. Best Regards.

Unable to access logging

Hi Bernard, This is the result of Cube not being able to download the CefSharp browser plugin from the agent. If you check the Cube logging in the first tab, …

NuGet Minimum DataMiner Version

Hi Thijs, The notion of the DllImport subfolder has only been introduced with RN26605 (DataMiner version 10.0.10). With this RN, the ProtocolScripts\DllImport (in addition to the Files and ProtocolScripts) folder …

Doted “type” of alarm

Hi Piotr, That icon corresponds to a correlated alarm. It is also used for alarm groups: (Alarm groups in the alarm console)

NuGet Minimum DataMiner Version

Hi, I would assume the NuGet class library versions are corresponding with the generated class library versions through DIS. Meaning that a class library version in the 1.1.x-range will work …

Taking values from Spectrum Traces

Hello, Ben! Thank you by the support, it was helpful and now the scripts are properly configured to retrieve the amplitude peak. Now, we are trying to show this value …

Error creating element via web API

The type has to be specified on the base DMAElementBasePortInfo tag: <DMAElementBasePortInfo xsi:type=”DMAElementSerialPortInfo”> You can find an example here. The tags you can specify on DMASerialPortInfo can be found here.