# File lib/fog/rackspace/requests/block_storage/list_snapshots.rb, line 5
        def list_snapshots
          request(
            :expects => [200],
            :method => 'GET',
            :path => 'snapshots'
          )
        end