how to add query to Filter NAME=DRP or NAME=loose in dashboard
25th November 2024
Hi Bhavana, OR filtering is not (yet) an option on the filter operator itself. But what you could do is using a Regex filter. This has an OR condition ( …
Answer
25th November 2024
Hi Bhavana, OR filtering is not (yet) an option on the filter operator itself. But what you could do is using a Regex filter. This has an OR condition ( …
25th November 2024
Hi David, given that this question has been open for a while, let me explain why: We used to manually remake the icons in Visio to make sure they worked …
25th November 2024
Hi Baranisudha There is currently no way to link a trigger component to a query filter or to let a query filter refresh its data using an action. We have …
23rd November 2024
I believe this is what you are looking for: pageOrder attribute | DataMiner Docs This allows you to add the native web UI of a device as one of the …
22nd November 2024
Hi I do not know if connectors support this but you can do this with User-Defined APIs: User-Defined APIs | DataMiner Docs. These allow you to expose an automation script …
22nd November 2024
DataMiner has an ‘autoclear’ option that should allow you to do it. You can set this option in the alarm template on a per parameter-basis. To do this Add the …
22nd November 2024
Hi Simon, In the alarm template, you can override the “auto clear” settings for one or more parameters. If you disable the auto clear of a parameter, it will stay …
22nd November 2024
Hi Simon, I’m not sure if this would be possible directly, because if the alarm disappears, it will also be removed from the Alarm Console. An alternative that might work …
22nd November 2024
Hi Jorge, As indicated in the logs, the error 0x80040221 translates to Invalid Data. This typically indicates an issue with the data format, suggesting that the provided data does not …
22nd November 2024
Hi Curtis, You can see below an example that can be used to retrieve historical alarms: Side note: This is an internal call and we do not recommend using this, …
22nd November 2024
Hi Stefan, I’m a bit baffled. I couldn’t immediately see anything wrong with your code, so I tried it myself using a simple mock setup, and it seems to work …
22nd November 2024
Hi Ive, If the update doesn’t specify whether it’s a new or updated entry, I believe you’ll need to manage that distinction within your ad-hoc data source. For instance, you …
22nd November 2024
Hi Tamara, there is currently no support for blocked paths on matrices in the DataMiner core software. If needed, you can create feature request or software task to add these.
22nd November 2024
Hi Ramesh, You can just add a the name of the alarm template as string in the AlarmTemplate property of the AddElementMessage. addElementMessage.AlarmTemplate = “nameofthealarmtemplate”; Regards, Moderator note: This is …