# File lib/fog/profitbricks/requests/compute/get_all_snapshots.rb, line 46 def get_all_snapshots request( :expects => [200], :method => 'GET', :path => "/snapshots?depth=5" ) end