[QAction] Fill Table with Parameters
22nd April 2024
Hi, The method you found is for DataMiner’s Web API, within a QAction and to set it on your own element you do not need to do it like that. …
Answer
22nd April 2024
Hi, The method you found is for DataMiner’s Web API, within a QAction and to set it on your own element you do not need to do it like that. …
22nd April 2024
Hi, It’s currently not possible to directly feed a component directly through the url. This functionality is currently limited to the dashboards webapp through an url like /dashboard/#/db/mydashboards.dmadb?data={version:1,”feed”: {“object manager …
22nd April 2024
Hi Hideaki, This is information coming from the HTTP API call ‘api/ip_flow_table_condensed’. This returns only the required IP flow table information. Kind regards, Jarno
22nd April 2024
Hello Sylvain, I appreciate you bringing up your concerns about the current approach. Our current plan entails allowing users to set access settings for folders in Dashboards. Under this proposal, …
22nd April 2024
Hi Miguel, According to this page in the documentation you can also load GeoJSON objects from HTTP and HTTPS sources, in addition to files. Maybe you could use a user …
20th April 2024
A similar question has been asked previously (see https://community.dataminer.services/question/visual-overview-automatic-slideshow/). With some tweaks you could even do this based on the view structure. This would rely on an automation script to …
19th April 2024
Cube has 4 workspaces, and you launch Cube with an argument to autoslide between those 4. Arguments for DataMiner Cube | DataMiner Docs. Each workspace can also be loaded with …
19th April 2024
Hi Alexander – your elements are effectively in time-out state (orange x). The green indicator is the alarm status of the element, and when an element is in time-out state …
19th April 2024
Does it have to be a text input feed? Or is the use case to display the output of the script somewhere in your app? If it’s merely about displaying …
19th April 2024
Hi Christoph, As far as I know, you will not be able to see the SNMP trap through the Stream Viewer. The connector Generic Trap Receiver should be able to …
19th April 2024
Now available – DataMiner Main Release 10.3.0.0 – 14241 CU14 – DataMiner Dojo
19th April 2024
Hi Cedric, This seems like a similar question to these ones, The problem of visualizing switching MAIN and BACKUP links in VISIO and How to change colors in a link ACTIVE …
19th April 2024
I couldn’t find much info about the Connection State parameter: I checked a couple of my elements and it seems to have ‘Undefined’ for all connections. However if the parameter …
19th April 2024
It might not be possible to achieve what you want directly with correlation rules, but you can trigger an automation script for every alarm update using correlation rules, and then …
19th April 2024
Hi Jeroen, As restarting the Cassandra service fixed the problem, it is most likely because the Cassandra service was not restarted after making changes to the ‘/etc/cassandra/cassandra.yaml’ configuration file. Only …