MD5 Checksum Query API
Retrieves the MD5 checksum for a specified file in the File Manager to support file integrity and version validation.
Applicable Products: All
Minimum Firmware Version: 5.7
URI
GET /api/file-md5sum/<filepath>/<filename>
Parameters
Element | Description | Format / Type | Required |
|---|---|---|---|
| The target file folder in System → File Manager. | String | Required |
| The target file name, including the file extension. | String | Required |
Sample Request: Query the MD5 checksum of a file.
curl -X GET \
-H "Authorization: hmac <user>:<nonce>:<digest>" \
https://10.11.12.123/api/file-md5sum/tones/chime.wavExample Response:
{"md5sum":"6267f951c9b28c83ca55972823f3d50e"}.png)