“Included” option in template

Hi Sevil, The column ‘Included’ is used when working with alarm template groups. You can find more information in DataMiner Docs: Alarm template groups The checkbox will determine whether the …

GV Vega in timeout

Hi Maxime, To troubleshoot the issue, you could try using another tool to test SNMP communication with the device—for example, tools like snmpwalk or iReasoning MIB Browser. These tools can …

How to add range to alarm template parameter?

Hi Samantha, The values you enter in the alarm template (for analog parameters) are the threshold values for the given severity. In other words, if the parameter value crosses the …

Data Sources element not showing any data

Hi Apurva, With DataAPI, an array symbolizes a table. If you have an array inside another array, we try to create a linked table with a foreign key relationship. This …

Embedded App/Dashboard URL

Hi Ruben, The <dmaip> placeholder should resolve to the correct URL (despite it referring to an IP). E.g. https://<dmaip>/dashboard/#/db/playground.dmadb

Empty context menu fields

Hi Alija In the dependencyValues: dependencyValues attribute | DataMiner Docs (scroll down to the bottom) You add a ‘?’ to the column id to make it an optional parameter to be …

Data Sources element not showing any data

Hi Apurva, I’m not sure if this will help with your debugging, but the error "Sequence contains no element" typically occurs when LINQ methods like .First(), .Single(), etc., are used …

Add Templated Service to Multiple Views

Hi Nick, Another option for your use case is to use the column destView as indicated in DataMiner Docs: Tips for applying service templates Regards,