In the DataMiner cube, the Alarm ID and Root Time Alarm ID formats are DMA ID/Element ID/Alarm Number.
i.e. Alarm Console format: 407/5/25439
But when I am in the Dashboard Apps and I look at the Alarm Table or I am creating a query to filter on and Alarm ID, the dashboard Alarm ID format removes the element ID from the Alarm ID. Thus to use one or the other as a feed, it will require using regex if I want to find an Alarm ID when I do a GQI alarm query. Is it possible to have a parameter that has an Alarm ID that matches the DataMiner Cube format?
This is the GQI format.
Hi Randy,
There's an ongoing effort to transition from dmaid/rootalarmid alarm tree references to dmaid/eid/rootalarmid references. The main reason to make this change is to guarantee uniqueness and to be able to provide swarming functionality.
Cube is one of the client interfaces that has already been updated to be able to use these updated references. Dashboards / LCA has not been updated yet.
I'm interested in understanding your specific use-case. You are somehow passing in references from Cube into a Dashboard feed?