Cisco SG350X – hardware parameters missing

Hi Lars, I never really debugged this in depth, but AFAIK that’s a limitation of the firmware. That model is from the small business series, and I believe the data …

Retrieve Owner property using automation script

Hello Pedro, The GetAlarmProperty method is for custom properties that can be created for alarms. The “Owner” value is an alarm info data. To retrieve this value, a correlation rule …

Trending for Header Summary

Hi Gijs, A possible solution for your use case is to use aggregation rules. This feature will allow you to define basic aggregation on views (e.g sum of all the …

Trending for Header Summary

Hi Gijs, Great suggestion, I believe it would be good if you could add it to the feature suggestion page.

Impersonating the SYSTEM user from a driver

Hi David, DataMiner does not have any native support for user impersonation as we also aim at keeping good audit trailing to know which user did what operation. The only …

Child Element / Input data

Hi Juan, Please find below some answers to your questions: Where Im confused is why some devices I have to select input user text and in one particular device i …

Clearing element data

Hi Alija, Based on your use case, I would recommend recreating the element. Keep in mind that if this reset mechanism is implemented, most probably you will need to update …

profile instance parameters remarks

Hi Philip, From class SrmParameterConfiguration you have property ProfileParameterEntry that then has property Parameter which holds the Remarks. E.g.: var configurationInfo = LoadResourceConfigurationInfo(engine); var nodeProfileConfiguration = LoadNodeProfileConfiguration(engine); var helper = …