Query StaaS alarms by dashboard or low code app
21st April 2026
Hi Sam, One way to display alarms on a Dashboard or LCA is to use the Alarm table component. This component can display active & history alarms and apply some …
Answer
21st April 2026
Hi Sam, One way to display alarms on a Dashboard or LCA is to use the Alarm table component. This component can display active & history alarms and apply some …
21st April 2026
Hi Kris, Based on the configuration in your question, I can see that the Image source URL (a blob) will not work for getting thumbnails. You will have to check …
21st April 2026
Hi Ive, 1 – Default TTLs for STaaS can be found in the docs. 2 – If you need a custom TTL, you can contact support.cloud.ecosystem, and we can manually …
21st April 2026
Hi Dario, Unfortunately, I do not believe it is possible to achieve what you are after with the Correlation module alone. Currently, correlation rules can collect events for a specified …
21st April 2026
From DataMiner web version 10.6.6 (also provided with MR 10.5 CU15 and 10.6 CU3), the alarms, elements, services and views data sources will use the property name instead of it’s …
20th April 2026
Hi Dario, Depending of the end goal of the integration, one possible option is to use DataMiner services to aggregate alarms. For example, you can create a correlation rule that …
20th April 2026
Hi Juan, The response is of type ElementInfoEventMessage (when sent via _dms.SendSingleResponseMessage, otherwise the response is DMSMessage[] containing a single ElementInfoEventMessage) NOTE: SLNet messages are not guaranteed to have a …
20th April 2026
Hi Tarik, I’m not entirely sure about the implications, limitations, or risks. However, from what I’ve seen in some older code, I got the impression that in the past it …
20th April 2026
So after my previous question above, I found this question https://community.dataminer.services/question/web-applications-exception-in-cube-due-to-invalid-certificate/?hilite=root+certificate+store#/comments/141396/all and @Seppe Dejonckheere had the solution, screenshotted below. Installing the auto-generated API Gateway SSL into the dma machine root …
19th April 2026
I have deemed this not possible so I have added a feature suggestion here: https://community.dataminer.services/new-feature-suggestions/expanded-cube-exe-command-line-parameters-to-navigate-to-trendgroup/ Please upvote 🙂
18th April 2026
Hi Joao, Another option could be aggregation rules. You could create an aggregation rule that will count the number for rows in a table based on a condition. The only …
18th April 2026
I think you will need a QACtion to count the number of “Synced” rows and set the value as a new standalone parameter. Then you would be able to Alarm …
17th April 2026
Thanks @miguel @Joao, I will look into filters and grouping or maybe collection. Thanks for the feedback.
17th April 2026
Hi Thomaz, The Cube has had an update on the colors indeed an we are aware of the problem you are reporting, a fix is in progress and will ship …
17th April 2026
Hi, It seems that the IEngine interface does not contain the FindServiceTemplates method. What could be done is to try to cast it to the Engine class, which inherits from …