Web API v1 get element by IP
9th June 2022
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 …
Answer
9th June 2022
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 …
8th June 2022
Hi Dave, When displaying the value of a property in an overview, it is not required to use the shape data Element. I performed a small test using the following …
8th June 2022
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.
8th June 2022
Yes, this is possible. Via SLNetClientTest, using the call UpdateLogFileSettingsMessage: By editing LogSettings.xml (this requires a DataMiner restart): When the log level is changed, it is reflected in the respective …
8th June 2022
It looks like the ParametersSummary shape data isn’t responding to dynamic changes in its shape data. If this is desired behavior, you can create a task for the Data Insights …
7th June 2022
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, …
7th June 2022
Hi Robin, At the moment Cube only supports HTTP on TCP/80 or HTTPS on TCP/443 ports to communicate with the DataMiner agent. Even if you launch Cube through other means, …
7th June 2022
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 …
7th June 2022
Hi Piotr, That icon corresponds to a correlated alarm. It is also used for alarm groups: (Alarm groups in the alarm console)
7th June 2022
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 …
6th June 2022
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 …
6th June 2022
Hello Karol, The element was not starting because the number of active elements reached the maximum of the license. After stopping some elements, the element started successfully.
6th June 2022
I have Implemented the “Level” attribute into a driver to test out. To test it out I have implemented it in the following way with 16 being the read param …
3rd June 2022
I’m not sure from what version onwards, but Cube is now decoupled from the node side, and can be evolved independently. One can then opt to download automatically the latest …
3rd June 2022
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.