# File lib/fog/introspection/openstack/requests/get_introspection_details.rb, line 15 def get_introspection_details(_node_id) response = Excon::Response.new response.status = 200 response.body = {"data" => data[:introspection_data]} response end