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