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