How to update service from automation script ?

Hi Apruva, In you script you need to fetch the current ‘ServiceInfo’ by doing: var serviceInfo = engine.FindService(“ServiceName”).ServiceInfo; Then, you need to manipulate the ‘ServiceParams’ to add the new parameters. …

Somtimes Triggers dont be executed

Hi, Thank you for the fast response, I changed the timer to 10 min and I watched the stream viewer. The group still get correct response and the correct JSON, …

Alarm bubbling up supressing

Hi Elvio, Following up this question, I believe this is not possible. You will need to create an alarm filter for each view. I was planning to suggest to use …

Somtimes Triggers dont be executed

Hi Omer, Could it be that the QAction is not being executed when the HTTP request fails? In that case the response parameter is not being set. To solve this, …

Usage of ConnectApp method

Hi Sara, The method you linked in your question is an API method, part of the dataminer web services. e.g.

Get Parameter name from ID within Automation Script

Hi Nick, If you already have access to the Element object, you can retrieve the parameter name as follows: Element element; int parameterId = 123; var protocol = element.Protocol; var …

DMA Database

Hi James, This seems to be an actual bug for databases other than a local Cassandra (So for database types Cassandra Cluster as wel as Storage as a Service). The …

Opensearch installation package

Hi Bernard, There is an automation script available in our Catalog to install Opensearch on the DMA server (see link). Similar to the Cassandra automation script, there are packages available …

Alarm Aggregation: correlation or … ?

Hi Alberto, “Correlation Tracking” is what you’re looking for. This is a client-side setting to display correlation base alarm events under the correlated alarm event (hiding them until the correlated alarm …