SRM – Virtual platform

Hi Dojo, I have some questions related to the SRM virtual platform functionality which aren’t addressed in SRM : Booking manager – Virtual Platform setting In Service and Resource Management …

Palo Alto Networks PA-5060

Hello, I’m trying to find a connector for the Palo Alto Networks PA-5060, but I couldn’t find one. Could you please confirm if there is a connector already available or …

Cisco SG350X – hardware parameters missing

Dear community, we’re connecting our Cisco SG350X switches using the CISCO Manager | Catalog (dataminer.services) connector (Version 5.1.7.14). We can successfully monitor the interfaces and several other aspects but when …

How is engine.ExitSuccess(“reason”) handled?

Hi Dojo, Can I get some more information on how this method is handled in an automation script? engine.ExitSuccess(“reason”); I was using this code inside an Application package install script, expecting …

Automtation GetParameter vs GetParameterByPrimaryKey

Hi All, We’ve been working on the performance of some automation scripts. We found that if we call element.GetParameterByPrimaryKey(columnPid, primaryKey); it takes 5 seconds to retrieve the parameter value. If …

Difference between SeverityBubbleUp and Alarm Bubble up through relations

What is the difference between a SeverityBubbleUp element: <SeverityBubbleUp> <Path>5000;4000;3000</Path> <Path>2000;3000</Path> </SeverityBubbleUp> and the “includeInAlarms” option in Relations when linking tables? (<Relation path=”100;200;500″ options=”includeInAlarms:topology1″/>) What are their respective applications, and …