# File lib/fog/profitbricks/requests/compute/get_image.rb, line 43 def get_image(image_id) request( :expects => [200], :method => "GET", :path => "/images/#{image_id}?depth=5" ) end