Is there any class library in Skyline dataminer to access the cluster name?
Hi Samira, in an automation script that information can be retrieved using the following property:
Engine.SLNetRaw.ServerDetails.ClusterName
More documentation: https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Net.ServerDetails.html
I don’t think that’s available in the class library. But where exactly do you want to use it? In an automation script you can use the property that I already gave. In a connector you can use the following: protocol.SLNet.RawConnection.ServerDetails.ClusterName.
Hi Tom, i am looking to access this from the skyline library rather than automation script. Can you advise?