Issue in getting alarm history using GQI

Hi Priya, I’ve recreated your scenario but was unable to reproduce the issue. Could you double-check that the start time is earlier than the time displayed in the “Time” column …

Dell iDRAC Redfish SSL Check

Hi Johannes, DataMiner does not ignore all invalid certificates. The following page has a list of in which cases DataMiner will ignore the invalid certificate, when that checkbox is enabled: …

DVE Hidden option

Hi Joshua, Hiding a DVE element will remove it from view in the Surveyor, but the element itself still exists and continues to count toward the element limit of the …

How to create a script to send Active Alarms to the Slack

Hi, you can create a new automation script and add the following code: var message = new GetActiveAlarmsMessage(/* you DMA ID here */); var response = engine.SLNet.SendSLNetSingleResponseMessage(message); List<AlarmEventMessage> alarmsList = …

LCA filter query sometimes has a problem

Hi Davor, When linking something to data from a component, you have to make sure something in the component is selected. Otherwise, the component will indeed not show up in …

Get Services From Element

Hi Vig, In this case I believe you will need to develop an ad-hoc data source. Having a look at the repository, I found the following ad-hoc data source: SLC-GQIDs-GetAllElementsInService …

HTTP Session unknown header

Hi Tom, Thanks for quick replay, I tested that label work, but I tried using credentials label in session connection and work OK. Thanks

Pause/Stop protocol timer?

Hi Carys, You have the option to start and stop a timer using Actions (start | DataMiner Docs and stop | DataMiner Docs) based on the state change of a …