Checksum
Request
GET /api/checksum?tablet_id={int}&version={int}&schema_hash={int}
Description
Checksum
Query parameters
-
tablet_idID of the tablet to be checked -
versionVersion of the tablet to be verified -
schema_hashSchema hash
Request body
None
Response
```
1843743562
```
Examples
```
curl "http://127.0.0.1:8040/api/checksum?tablet_id=1&version=1&schema_hash=-1"
```