Does Scripetd Connectors support modularization?
13th September 2024
Hi, Data Sources does not support having multiple Python files linked to each other from the UI. It only supports pasting the entire code into one file as seen in …
Answer
13th September 2024
Hi, Data Sources does not support having multiple Python files linked to each other from the UI. It only supports pasting the entire code into one file as seen in …
13th September 2024
Hi André, Since you are referring to showing properties of elements in the surveyor, I assume you have created a ‘custom’ property with the name ‘Description’. If you fill in …
13th September 2024
Hi Isabel, I believe you are missing using the data source ‘Get DCF Interfaces’. The flow should go as follows: Get Parameter From Element where: To retrieve the KPIs of …
13th September 2024
Hi Marco, For this case, a possible approach is to use profile definitions. A profile definition will allow you to map (using profile parameters) PIDs from different protocols. Once the …
13th September 2024
Hi Bing, To iterate through the rows of a table, you could use the following methods: GetTableForParametersV2: With this method you could retrieve the list of primary keys/display keys (see …
12th September 2024
Thanks for the question Jardel and all folks here for the answers. Our environment is configured to resend active alarms from time to time, all that configured in the northbound …
12th September 2024
Hi David, The error “Data at the root level is invalid. Line 1, position 1” suggests that the device is returning an XML response in a format that the connector …
12th September 2024
Hi Jardel, Is not an option to create another SNMP Manager that contains a filter where only cleared alarms can be sent? Hope it helps.
12th September 2024
Hi Baranisudha, I am not sure if there is a method that can provide the parameter name from a parameter ID. For example, when triggering an automation script from a …
12th September 2024
Hi Felix, I believe you can use regex Lookahead and Lookbehind assertions (Lookahead assertion: (?=…), (?!…) – JavaScript | MDN (mozilla.org)) In your case, an expression that can work is …
12th September 2024
Hi Wale, Indeed, when reverting to a previous version of a Low Code Application, the queries, components, and pages are also reverted. The versions act as snapshots of the LCA …
12th September 2024
Hi Tim, The last time we tried, it only installed on the server where the package was installed. We had to install the package on all servers to ensure the …
12th September 2024
Hi Petar, This is very possible using Low Code Apps. I have created an 2 examples of this: The Name property uses a Grid component with a template linked to …
12th September 2024
Hi Chirangee, 1. The DataMiner Community Edition license is the perfect way to get started with DataMiner. This license is valid for a year and is free if managed on …
12th September 2024
As a workaround, you can install cqlsh even on a different Ubuntu 24.04 with Python 3.12 with snap and then remote into your cluster: sudo snap install cqlsh cqlsh -u …