Compare source and destination
Compares source and destination trees, reporting matches, differences, and missing files.
Query parameters
Source remote name or path to verify, e.g. drive:.
Destination remote name or path that should match the source.
Set to true to read file contents during comparison instead of relying on hashes.
Hash name to expect in the supplied SUM file, such as md5.
Remote containing the checksum SUM file when using checkFileHash.
Path within checkFileFs to the checksum SUM file.
Set to true to only ensure that source files exist on the destination.
Set to true to include a combined summary report in the response.
Set to true to report files missing from the source.
Set to true to report files missing from the destination.
Set to true to include matching files in the report.
Set to true to include differing files in the report.
Set to true to include entries that encountered errors.
Assign the request to a custom stats group.
Run the command asynchronously. Returns a job id immediately.
Headers
Set to "respond-async" with _async=true to receive HTTP 202 instead of 200.
Request body
Response
Comparison summary from operations/check, including missing, matching, and differing files.