# File lib/fog/introspection/openstack/requests/get_introspection.rb, line 15 def get_introspection(_node_id) response = Excon::Response.new response.status = 200 response.body = {"error" => "null", "finished" => "true"} response end