# File lib/fog/openstack/requests/compute/get_console_output.rb, line 6 def get_console_output(server_id, log_length) body = { 'os-getConsoleOutput' => { 'length' => log_length } } server_action(server_id, body) end