Replacement of Notify(87) for connectors and pagination

Hi, Using the class library is indeed a valid replacement for connectors. By using the IDmsTable object (Skyline.DataMiner.Core.DataMinerSystem.Common) and calling the method GetData(), an object will be returned that contains …

CISCO Manager – IF Interval

If someone is interested here is the solution via automation script: using Skyline.DataMiner.Automation; namespace CiscoIFInterval { using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Text; using Skyline.DataMiner.Automation; …

DataMiner MCP integration for AI

Hey Ian, We’re definitely hard at work bringing LLMs to DataMiner! Since LLMs can only generate text, we need to connect them to “tools” so they can actually perform actions. …

Dashboard not found error

Hi Brian, It is difficult to say what exactly caused this error to appear all of the sudden. I suggest you get in touch with tech support (support@dataminer.services) to look …

Visual Overview Nested Conditions

Hi Ryan, Following is an example in our documentation of multiple conditions combined: <code class="lang-txt hljs language-plaintext" data-highlighted="yes"><A>or<B>or<C>or<D>or<E>or<F>or<G>or<H>-A|57/2|1|<0-B|57/3|510,1|<0 -C|number|PROPERTY:Class|=A-D|VIEW:2|PROPERTY:Class|=A -E|Service:serv|PROPERTY:Class|=A-F|Element:number|ALARMLEVEL|>=MINORG| VIEW:2|ALARMLEVEL|>=MINOR-H|Service:serv|ALARMLEVEL|>=MINOR</code> The part before the first – character is the …

DataMiner trend prediction over the API?

Hey Johannes, thanks for your message! You can, but not in a built in way. What you would need is to write an ad hoc datasource that fetches the trend …

Custom Operator to add rows

Hi Gerwin, I don’t think that’s possible today. I have been in the same need a couple of times already and then, typically, I create an ad-hoc source. Not sure …