# File lib/fog/cloudstack/requests/compute/list_snapshots.rb, line 9
        def list_snapshots(options={})
          options.merge!(
            'command' => 'listSnapshots'
          )
          
          request(options)
        end