# File lib/smart_proxy_discovery/discovery_main.rb, line 27
    def reboot(ip)
      url         = "http://#{ip}:8443"
      reboot_path = "/bmc/#{ip}/chassis/power/cycle"
      client      = get_rest_client(url)
      client[reboot_path].put({})
    end