Scripted connectors: DataAPI returning 404

I am willing to check the scripted connector feature but I am having this issue with the Data API. I have followed the instrcutions, installed the DxMs, configured the softlaunch, …

Reuse panel in low code app

Hi, I’m working on a low code app which utilizes a table and a node-edge graph, both of which essentially show the same data in 2 different ways. Each row …

Setting discreets with dependency parameter

We have a set of dynamic propositions for each channel and we need to select a single proposition accordingly to make the api call. We have added dependency of “Available …

How to rename a custom alarm template

Dear Skyline Dojo, We manipulate some Custom Alarms Filters and the naming of them is really important to structure and respect. Currently we can’t modify the name of a saved …

Email alarm details using correlation rule

I am trying to create a correlation rule where it fetch the alarm of a certain element and email the alarm data as an action. But the message is being …

Installing DevCenter

For systems on which DevCenter (querying tool for Cassandra) is not installed or has been removed, do we have any instructions/packages to get it (back) installed?

Settings where user is in multiple groups not behaving as expected

According to https://docs.dataminer.services/user-guide/Advanced_Functionality/Security/Basic_security_configuration/Managing_users/Changing_group_membership_of_a_user.html DataMiner allows users to be in multiple groups with the highest permission applying. However this does not seem to be the way it behaves for group settings. …

Invalid port configuration error trying to create element via API

I am attempting to create an element via the API and am getting the following response: {     “Message”: “Invalid port configuration: expected SNMPV2/SNMPV3-Serial but received SNMPV2.”,     “StackTrace”: “”,     “ExceptionType”: “Skyline.DataMiner.Web.Common.WebApiException” } This is the POST request, which matches the syntax …

Get Data From Opensearch using client NuGet

I’m trying to get some data form OpenSearch databases using their client NuGet package in an Automation Script. I used the high-level and low-level commands to do the requests and …