lib/clc_client.rb in clc_client-0.1.1 vs lib/clc_client.rb in clc_client-0.1.2

- old
+ new

@@ -106,10 +106,10 @@ ) JSON.parse(response) end def self.getQueueStatus(accountAlias, serverId) - response = RestClient.get("https://api.ctl.io/v2/operations/#{accountAlias}/status/#{statusId}", + response = RestClient.get("https://api.ctl.io/v2/operations/#{accountAlias}/status/#{serverId}", :authorization => "Bearer #{$token}" ) end def self.addPublicIpAddress(accountAlias, serverId, payload = {})