Hello
How to get the Ip address of DMA ID via automation script?
Geovanny Galeano [SLC] [DevOps Advocate] Answered question 9 hours ago
Hi Eric,
This question was already asked, which the short answer is there is a property which you can access from the script that contains the value for the IP Address of the DMA.
Example:
string ip = Engine.SLNetRaw.ServerDetails.AgentIP;
How to get the IP address of DMA via automation script - DataMiner Dojo
Let me know if you need a script example.
Geovanny Galeano [SLC] [DevOps Advocate] Answered question 9 hours ago