How to place a button in the Table – LCA

Hi Baranisudha This can be achieved using Table templates. These templates allows you to style any table cell the way you want and to create actions and conditions based on …

Retrieving NodeEdgeX/Y coordinates via an ad hoc script

Hi Sofia, This is indeed achievable through the GetPropertyValueMessage. Note that these values are already exposed as columns on the element, service and view data sets. Therefore, I wouldn’t fetch …

LCA – bulk DOM update

Hi Dario, Our table currently does not allow changing values. So as you already indicated, the current way to ingest or update items is through the form component. Note that …

SNMP connection problem

Hi Davor, The VendorOid, DeviceOid, and Integration-ID are mainly used for northbound communication. They are not used when dataminer is polling a remote system. A communication timeout can be caused …

LCA – bulk DOM update

Hi Dario. Thank you for your question. It is possible to trigger the automation script that would use the data from your row to update the DOM instances. However, in …

Naming Option for Datetime parameter

Hi, The datetime columns are formatted using the regional settings that are configured on the client. The date and time format can be different for every user on the system. …

How to get details of Spectrum Analyzer Monitors

Hi Fenta, This is how the GetMonitor() method is implemented: https://gist.github.com/TomW-Skyline/68afbd0be050e442cd62129a33490565. The code contains a comment which describes what’s being returned in the object. SA for the monitor: 0 = …

Alarm on parameters

Hi Chirangee For a comprehensive understanding of configuring alarm templates, I would propose to look into the following: About alarm templates | DataMiner Docs DM Docs on Alarm templates in …