# File lib/fog/joyent/requests/compute/get_machine.rb, line 19 def get_machine(uuid) request( :method => "GET", :path => "/my/machines/#{uuid}", :expects => 200 ) end