How to filter a table on non empty values?

As far as I know, there’s no magic keyword to exclude values that are ‘Not Initialized’ (empty). You could use a trick with wildcards: value=2003 == ?* Be aware that …

Jobs – Group of fields within a Section

Another option could be to create a separate section into your job configuration, specifically to enter one or multiple decoding profiles. That allows the end user who is entering the …

Respond to an HTTP POST message

A smart serial driver can reply to a client that has sent something by using a trigger “after response”. All groups executed as a result of a trigger “after response” …

Arista eAPI – driver compatibility

The latest driver does not yet support the new commands. An update of the driver is scheduled and should be available soon. We’ll post an update to this topic once …

Jobs – Group of fields within a Section

I’ll leave it up to the technical experts to get back to you Bruno on this one, but I wanted to take the opportunity to highlight some important design principles …

DataMiner and Cassandra Latency KPIs

Hi Rene, For Cassandra there are two important ways of communication between nodes: Internode communications (gossip) This is needed to provide information between nodes on the Cassandra cluster in a …

How does the DataMiner software forward alarms to other NMS?

Specific to alarm information, DataMiner Web Services APIs expose methods (SOAP, JSON) to request alarm data. HTTP POST endpoints: http(s)://[DMAIP]/API/v1/Json.asmx/GetAlarms http(s)://[DMAIP]/API/v1/Json.asmx/GetAlarmDetails On top of that there’s also a possibility to …