v1

latestOpenAPI 3.1.0MIT2026-07-1799111346.8 KB

Compare source and destination

Compares source and destination trees, reporting matches, differences, and missing files.

post/operations/check

Query parameters

srcFsstring

Source remote name or path to verify, e.g. drive:.

dstFsstring

Destination remote name or path that should match the source.

downloadboolean

Set to true to read file contents during comparison instead of relying on hashes.

checkFileHashstring

Hash name to expect in the supplied SUM file, such as md5.

checkFileFsstring

Remote containing the checksum SUM file when using checkFileHash.

checkFileRemotestring

Path within checkFileFs to the checksum SUM file.

oneWayboolean

Set to true to only ensure that source files exist on the destination.

combinedboolean

Set to true to include a combined summary report in the response.

missingOnSrcboolean

Set to true to report files missing from the source.

missingOnDstboolean

Set to true to report files missing from the destination.

matchboolean

Set to true to include matching files in the report.

differboolean

Set to true to include differing files in the report.

errorboolean

Set to true to include entries that encountered errors.

_groupstring

Assign the request to a custom stats group.

_asyncboolean

Run the command asynchronously. Returns a job id immediately.

Headers

Prefer'respond-async'

Set to "respond-async" with _async=true to receive HTTP 202 instead of 200.

Request body

srcFsstring

Source remote name or path to verify, e.g. drive:.

dstFsstring

Destination remote name or path that should match the source.

downloadboolean

Set to true to read file contents during comparison instead of relying on hashes.

checkFileHashstring

Hash name to expect in the supplied SUM file, such as md5.

checkFileFsstring

Remote containing the checksum SUM file when using checkFileHash.

checkFileRemotestring

Path within checkFileFs to the checksum SUM file.

oneWayboolean

Set to true to only ensure that source files exist on the destination.

combinedboolean

Set to true to include a combined summary report in the response.

missingOnSrcboolean

Set to true to report files missing from the source.

missingOnDstboolean

Set to true to report files missing from the destination.

matchboolean

Set to true to include matching files in the report.

differboolean

Set to true to include differing files in the report.

errorboolean

Set to true to include entries that encountered errors.

_groupstring

Assign the request to a custom stats group.

_asyncboolean

Run the command asynchronously. Returns a job id immediately.

Response

Comparison summary from operations/check, including missing, matching, and differing files.

successboolean required

True when the check completes without differences or errors.

statusstring required

Human readable status string.

hashTypestring

Hash algorithm used for comparisons when applicable.

combinedstring[]

Combined summary lines when combined=true is requested.

missingOnSrcstring[]

Files present on the destination but missing from the source.

missingOnDststring[]

Files present on the source but missing from the destination.

matchstring[]

Files that matched on both sides.

differstring[]

Files that differed between source and destination.

errorstring[]

Entries that produced errors during the check.