Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


sborer
2016-01-26T09:51:13Z
Hi there,

I've tried to get all the connection hostnames out of visualcron. I did it with following command:

$s.Connections.GetAll() | Select Host

Host
----
{94, 24, 215, 254...}
{92, 201, 142, 108...}
{198, 186, 206, 164...}
[...]

Now to me it looks like they are encrypted somehow, is it possible to get this decrypted over the API?

Thanks & regards,
Sven
Sponsor
Forum information
Support
2016-01-26T13:07:00Z
Hi,

you can use VisualCronAPI.Connections.GetHostAddress
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
sborer
2016-01-27T12:48:38Z
Thanks. I don't have this function, maybe I use a version which is too old (7.6.1)?
Scroll to Top