# File lib/fog/shared_file_system/openstack/requests/get_snapshot.rb, line 5 def get_snapshot(id) request( :expects => 200, :method => 'GET', :path => "snapshots/#{id}" ) end