v1

latestOpenAPI 3.1.0MIT2026-07-1799111346.8 KB

Generate hash sums

Produces a hash sum listing for files under the given path using the requested hash algorithm.

post/operations/hashsum

Query parameters

fsstring

Remote name or path to hash, such as drive: or /.

hashTypestring

Hash algorithm to use, e.g. md5, sha1, or another supported name.

downloadboolean

Set to true to force reading the data instead of using remote checksums.

base64boolean

Set to true to emit hash values in base64 rather than hexadecimal.

_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

fsstring

Remote name or path to hash, such as drive: or /.

hashTypestring

Hash algorithm to use, e.g. md5, sha1, or another supported name.

downloadboolean

Set to true to force reading the data instead of using remote checksums.

base64boolean

Set to true to emit hash values in base64 rather than hexadecimal.

_groupstring

Assign the request to a custom stats group.

_asyncboolean

Run the command asynchronously. Returns a job id immediately.

Response

Hash algorithm used and the ordered hash lines emitted by operations/hashsum.

hashTypestring required
hashsumstring[] required