Filtering ICMP Timestamp Request

Hi, As far as I’m aware, DataMiner does not rely on ICMP 13 and 14, as time synchronization across the cluster should be done by NTP.

Redundancy Group Element – Element Property

Hi André, Since you are referring to showing properties of elements in the surveyor, I assume you have created a ‘custom’ property with the name ‘Description’. If you fill in …

Dashboard Create Summing Graph Different protocols

Hi Marco, For this case, a possible approach is to use profile definitions. A profile definition will allow you to map (using profile parameters) PIDs from different protocols. Once the …

Using WebServices to extract data from table

Hi Bing, To iterate through the rows of a table, you could use the following methods: GetTableForParametersV2: With this method you could retrieve the list of primary keys/display keys (see …

SNMP Managers / Forwarding – Resend Clear Only

Thanks for the question Jardel and all folks here for the answers. Our environment is configured to resend active alarms from time to time, all that configured in the northbound …

Cisco Nexus – Information Polling Messaging

Hi David, The error “Data at the root level is invalid. Line 1, position 1” suggests that the device is returning an XML response in a format that the connector …

Using GQI RegexMatch with Capturing Groups

Hi Felix, I believe you can use regex Lookahead and Lookbehind assertions (Lookahead assertion: (?=…), (?!…) – JavaScript | MDN (mozilla.org)) In your case, an expression that can work is …

LCA : Version history – GQI queries

Hi Wale, Indeed, when reverting to a previous version of a Low Code Application, the queries, components, and pages are also reverted. The versions act as snapshots of the LCA …