Reportedly, TES v6.2.1.x has API's that can talk to the master.
--
Has anyone found any working examples of calling the API's for Tidal, specifically calling the API's from MS-PowerShell?
Thanks
--
E.g.
[] $Results = Invoke-WebRequest -uri "http://{TESmaster}:8080/apidoc/tes-6.0
...
or
[] $Proxy = New-webServiceProxy -uri 'http://{site}:port/folder/file.asmx?WSDL'
...