Clearing rows in the table

Hi Andrey, As far as I am aware that is not possible, you would need to read all the rows in a QAction and evaluate each column to determine whether …

Changing Cassandra and OpenSearch hostname

Hi Laszlo, If you are using the IP addresses everywhere and not hostnames, then there should be no problem changing the hostname of the server. I would still recommend if …

Dataminer on Nutanix Virtual Machine

As Nutanix supports Windows based VMs it should be possible to run DataMiner on this platform. Note that we have not validated this, I am merely giving you this answer …

Is it possible to delete a booking that is completed?

Yes, you can use method BookingManager.Delete(Engine engine, ReservationInstance reservation), or call script SRM_ReservationAction with action DELETE for that. Though, the standard drawing doesn’t show the button for Completed bookings.

Search in Visio data

Thx Toon, I have now done as you said with a new shape with the HighlightStyle and now when I search anything all is highlighted, so it will not highlight …

IP address from a service hosts

Hi Stefan, The following documentation page contains all info on composing URLs for shape data of type “Link”. More particular the following placeholders can be used at the moment: I …

Elastic cluster and Kibana

Hi Bruno, I believe you need to define the path where kibana can reach the remote (new) elasticsearch cluster inside the kibana.yml configuration file. If you are running kibana from …

IP address from a service hosts

Hi Stefan, I think the <DMAIP> placeholder is what you are looking for. Please have a look at the following section in our online documentation platform. I believe it will …

Use the new downloadbutton with IAS

Hi Gerwin, The new Download button component is indeed not yet supported in the IAS Toolkit. Feel free to create an issue (or a pull request) on github: https://github.com/SkylineCommunications/Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit In …

Use the new downloadbutton with IAS

Hi Gerwin, the only place I was able to find the option was in the SLNetTypes under skyline.dataminer.automation AutomationDownloadButtonOptions hope this helps you.