# File lib/smart_proxy_discovery/discovery_main.rb, line 46 def kexec(ip, body) client = get_rest_client(generate_url(ip)) client["/power/kexec"].put(body) end