Cube custom themes

Hi Bernard, does this relate to Color change of Cube title bar to differenciate DMS – DataMiner Dojo?

Cube custom themes

Hi Bernard, Currently it is not possible to define your own background colors. What is the use case to define your own background colors?

How to fetch the AlarmTreeID of an alarm ?

The AlarmUserStatus is an enum that belongs to Skyline.DataMiner.Net.Enums In your case the code snippet will likely look similar to: using Skyline.DataMiner.Net.Enums; var request = new SetAlarmStateMessage( alarm.TreeID, AlarmUserStatus.Clear, “Cleared …

Duplicate LCAs in Cube

Hi Dave, I suggest you try to restart IIS and check if that resolves the issue. If it doesn’t work, you can contact tech support (support@dataminer.services) so that we can …

CSV date on Dashboard report

Hi Henri, There is currently no way to modify the content or name of the CSV-file that is generated with the dashboard report. As an alternative, you could place a …

DVE view option expected behavior

Tested the behavior on a DataMiner system: When the view option for a DVE is not-intialized or empty string, the DVE is moved to ALL the views of the parent …

How to fetch the AlarmTreeID of an alarm ?

Thanks, I understand the AlarmTreeID now. The next hurdle is the AlarmUserStatus. Where can I find more documentation for the SetAlarmStateMessage, and AlarmUserStatus (which namespace does it belong to)? What …

How to fetch the AlarmTreeID of an alarm ?

Hi Jan-Terje I believe the following will be a good read: Preparing scripts and connectors for Swarming | DataMiner Docs It nicely differentiates between the different definitions, this includes AlarmTreeID. …