Dashboard to external DMA

Hi Martin, I believe there are three possible options: Web Services: It contains a list of API calls that allows you to retrieve data from a DMA. User-Defined API: In …

Web Apps Module Randomly Disappearing from Cube

Hi Thomas, I’m just guessing, but could it be that the DMA has both HTTP and HTTPS enabled? Cube’s default behavior is to attempt both HTTP and HTTPS when connecting, …

Preserve trending when DVE gets re-created

Hi Arun, As far as I know, the only possible option is to handle this use case in the connector. Instead of removing the old DVE, the connector can verify …

Dashboards : Redundancy Groups

Wale, You can see this information in Cube by simply going to the Root View and selecting Redundancy groups. Thanks,

Dashboards : Redundancy Groups

Hi Wale, As far as I know there is no GQI data source available that allows you to retrieve the list of redundancy groups. I see that there is a …

Creating Custom Alarm Property Through Automation

Hi Ana, There is currently no documented wrapper method available to programmatically create new properties. However, it is possible to achieve this using direct SLNet calls. If you’d like, we …

Creating Custom Alarm Property Through Automation

Hi ana, Can you try this: var propertyConfig = new PropertyConfig { Name = property.Name, Type = “Alarm”, }; PropertyManager.RegisterPropertyConfig(propertyConfig); public class PropertyManager { private static ConcurrentDictionary<string, PropertyConfig> registredProperties = …

Creating Custom Alarm Property Through Automation

Not sure about the 1st/2nd question. but for the third question we are using: hyperlinks.xml or by correlation special paraments Special parameters available in automation scripts | DataMiner Docs