PowerShell script:
$clientSecret = "***************************************************" $companyId = "********-****-****-****-***********" $servergroupId = "********-****-****-****-***********" $rest = Invoke-RestMethod -Uri (https://api.cameyo.com/servergroups/$servergroupId/ip?clientId=$companyId&clientSecret=$clientSecret) -Method GET -ContentType "application/json; charset=UTF-8" $rest.Split(",") | Out-File c:\temp\cameyoclusterip.csv