Using dataminer api without credencials

Hi Juan, The DataMiner WebAPI needs authentication for most methods because they access DataMiner data, which has user-based security applied. For example: the ‘GetAlarmStateTimelineForService’ endpoint checks for user permissions on …

A plugin is needed to display this content

Hi Jeroen, I see that the following was mentioned by our SW team : The workaround was provided to use “UseChrome” on the inline browser shape and this was confirmed …

Display current preset name in use by Spectrum element

Hi Alain, A possible option is to visualize the preset using a session variable. For example, in the following Kata session (Using Visual Overview to switch spectrum presets), session variables …

Dataminer data export or backup

Hi Steve, A possible solution is to use the Data Aggregator to offload information history information (alarm and/or trend data). For example, we are currently using this feature to download …

My IRD Ericsson RX8200 doesn’t connect

Hi Nihad, Following your comment, another check that you could do is verify that there is no firewall interfering the communication through port 161. In case this does not solve …

Error with ConnectMatrixCrosspoint()

Hello Ross, What I would suggest is to try and perform a direct set to the Output table of the corresponding matrix. That’s similar to what the “ConnectMatrixCrosspoint” method does …

GqiGetPartialTable

Hi João, I don’t see any issue in the code you provided, however there are some missing pieces so I’ll try to give some advice on how you can uncover …

Correalation Rule Alarm to WebEx

Hi Jake, Can you try to add System.Net.Http.dll in the DLL references under the advanced section in the automation script and try again? Regards,

LCA Timeline Component, Sort Groups?

Hi Johan, Before DataMiner 10.4.0[CU14] / 10.5.0[CU2] / 10.5.5, the groups were created based on the order in which the items were fetched using the query. This means that you …