Does protocol.SetParameters() set in order?

Hi Joshua, If possible, try to check the possibility of using an automation script to perform these sets. Automation scripts will give you more control over the sequence of parameter …

How to remove comma’s from CSV dashboard report?

Hi Gabriel, The CSV report sent with the email includes the display values rather than the raw data. To address the issue with numeric formatting (e.g., commas in values like …

Open a specific parameter of an element in cube

Hi Yahya, Actually if it’s for a simple lookup, the advanced searched can do quite some interesting search queries. You can find more information about this over here:Searching in DataMiner …

Connector webinterface

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 …

Web Hooks / Incoming HTTP Requests

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 …

c# Script that retrieves historical alarms

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, …

Automation script collecting historical alarms

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 …