Final Actions in Scheduler for Once Executed Tasks
15th January 2025
Hi David, You can create basic events in the scheduler with a start and stop action. To do this, you first need to define a scheduler template in the automation …
Answer
15th January 2025
Hi David, You can create basic events in the scheduler with a start and stop action. To do this, you first need to define a scheduler template in the automation …
15th January 2025
Hi Daniel, Maybe some of the dynamic alarming capabilities may help you out. Configuring dynamic alarm thresholds | DataMiner Docs This allows you for example to do your monitoring of …
15th January 2025
Hi Marco The Web component doesn’t have a restriction on http vs https. It only enforces the use of https when the LCA itself is visited using https (which we …
15th January 2025
I can say: * when scheduling in a backup via Cube, it’ll take a backup for both failover agents. * when manually triggering a backup (on e.g. the online agent), …
15th January 2025
Hi, To retrieve the services/elements within a view you can use the built-in View Relations data source, filter on View ID and then join on the built-in Get Services and …
15th January 2025
Hi Apurva, To filter alarms based on a view, you need to get the elements in that view. The “Get View Relations” data source can be used to get this …
15th January 2025
Hi Daud, How the user triggers the automation script? If they trigger the script from a Visio overview, a possible option is to use the shape data Level. This shape …
15th January 2025
If it fits your use-case the Automation script could be executed from a Visio and with the NoConfirmation option the user will not be presented with this UI. That of …
15th January 2025
Hi Jeroen, The trend graph will try to fit all you datapoints, so if you use the start and end time feeds as a filter in your query for the …
15th January 2025
Hi Apurva, In you LCA you could trigger an automation script that could acknowledge the alarm. You could use the method AcknowledgeAlarm. Hope it helps.
14th January 2025
Hi Apurva, In an GQI Ad-hoc data source you could use the GetServiceByIDMessage or GetServiceByNameMessage as follows: var request = new GetServiceByIDMessage(dmaID, serviceID); var serviceInfo = _dms.SendMessage(request) as ServiceInfoEventMessage; var …
14th January 2025
Hi Joel, If you’d like to hide the alarms in the alarm console in cube, you can choose to enforce filtered alarm tab pages. You could hide the default alarm …
14th January 2025
Hi Hugo, Unfortunately this is not possible. However keep in mind the default timeout for our queries (including the upsert of the offloaded data) has a timeout of 30 minutes, …
14th January 2025
The problem occurred because the Organization key was used instead of the DataMiner System key. Essentially, the DataMiner System key needs to be used, assuming that the DMA is part …
14th January 2025
Hi Joel, Security is defined on View or Element level, so it’s not so straightforward to achieve what you describe here… The best I can think of, is to create …