Operations at fileSearch/

This page describes the service operations at this endpoint.

URI Method Description
fileSearch/{searchId} DELETE Removes search with its results.
fileSearch/all GET Gets a list of all searches.
fileSearch/cancel/{searchId} POST Cancels running search and keeps its results.
fileSearch/fileRetriever/cancel/{searchId} POST Cancels a running file restore process.
fileSearch/fileRetriever/count/{restoreId} GET Gets a list of all searches.
fileSearch/fileRetriever/new POST Starts a new file restore process.
fileSearch/info/{searchId} GET Gets status info for a particular search.
fileSearch/new POST Starts a new search.
fileSearch/pause/{searchId} POST Pauses a running search.
fileSearch/results/{searchId}?start={startIndex} GET Gets a list of matching files for a particular search.
fileSearch/resume/{searchId} POST Resumes a paused search.