Matrix Labels not being updated

Hi Fenta, Is the “matrixconfigV2.xml” in your case a new file? Changing the size of a matrix has impact as the saved labels will shift. Also note that having a …

IEEE 754 Floating Point

Hi, I don’t think that there is a direct conversion available from the xml tags. The conversion will probably have to be done through a conversion via a QAction: -Hide …

Anomaly detection configuration

Hi Elvio, Configuration of Anomaly detection is not possible for the moment. The severity of the alarm is calculated by Analytics considering multiple factors such as the alarmtemplate itself, how …

SMS gateways in failover pair DMS

Hi Nils, You should only need a single SMS gateway, which can be located at another location even if only a single source IP is allowed. I assume that your …

API method with additional filtering

You could use the GetElementsForViewSorted request from the v1/[Json|Soap] api to achieve this. Its soap body looks like this: <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <GetElementsForViewSorted xmlns="http://www.skyline.be/api/v1"> <connection>string</connection> <viewID>int</viewID> <includeSubViews>boolean</includeSubViews> <includeServices>boolean</includeServices> …

Alarms based on Averaged Trending

Hi Elvio, Good question and nice use case! I believe the only option today is to add a new parameter (or column to the table) with e.g. a moving average …

Active Alarm console – mouse menu items order

Hi Piotr, The “Clear Alarm” option A, is a standard item of the alarm context menu in DataMiner and can’t be hidden or moved. The “Clear Alarm” option B, is …