GQI – List of Indices as Input for ad hoc Custom GQI
5th July 2023
Hi Dojo Community I have a Custom GQI that retrieves some historical information events from a DMA, with a list of entities as filter. In the Dashboard, the user would …
Question
5th July 2023
Hi Dojo Community I have a Custom GQI that retrieves some historical information events from a DMA, with a list of entities as filter. In the Dashboard, the user would …
5th July 2023
Hi, We use a grid component in dashboards to use basic HTML to create a hyperlink(we understand this is a soft-launch feature.) We connected the hyperlink to a GQI query …
5th July 2023
I looked into the documentation, but it’s not clear how to retrieve an instance using a guid as an input. Next I’d also like to retrieve a field value from …
5th July 2023
Hi Dojo, Is there any fast and optimized way to retrieve the elements on a DMS that are using a certain type of connector? I know that we can retrieve …
5th July 2023
Hello Dojo community !, The correlation rule with specified alarm filters as follows: I have a correlation rule that is designed to filter alarms and trigger an automation script. The …
5th July 2023
I want to track deploy frequency into a given production OMS environment. This means each time we deploy a change to a protocol, a new protocol, new/change to automation script …
5th July 2023
Hi, We have a metric which is updated every 5 minutes. For 10 minutes (2 updates) the values was critical low. In the alarm template we have a HYST ON …
5th July 2023
where can i find documentation on how to push sms messages to teams …. AJ
5th July 2023
We have created libraries that make use of the IDms class library. These libraries provide interfaces/classes that make sense to the solution. These libraries can then be used in Automation …
4th July 2023
Hi Dojo, I have a question, that derives from this thread. I would like to use the alarm state of a view (respective the highest severity of alarms in all …
4th July 2023
Hello.. Just to confirm, the alarm ID for the Correlation Engine is 23. Does this relate to the ‘SOURCE’ column in an alarm console where, if selected, it can show …
4th July 2023
Hello Anyone can help with a GQuery sintax to get a table from Dataminer containing all the “paused” elements with name containing “edt*” or “pl*”? Thank you. Best regards Bruno …
4th July 2023
Hi For retrieving daily backups from XOS encoder devices I need 260 scheduled tasks for each XOS device. I made an Excel with all the needed information to make the …
4th July 2023
Hi all I’m working with the Low-Code apps, and now I need to know how to achive the following idea: In a GQI, I retrive few services, and i retrive …
4th July 2023
Hi, I’m creating a script using System.Xml.Linq.dll in my script.xml is the following: <Exe id=”2″ type=”csharp”> <Value><![CDATA[[Project:Cs_sharpProject]]]></Value> <!–<Param type=”debug”>true</Param>–> <Message></Message> <Param type=”ref”>System.Xml.Linq.dll</Param> </Exe> However when i publish this with DIS …