Make Snapshot
Make Snapshot
Requestβ
GET /api/snapshot?tablet_id={int}&schema_hash={int}"
Descriptionβ
Make snapshot of a tablet
Query parametersβ
tablet_id
ID of the tabletschema_hash
Schema hash
Request bodyβ
None
Responseβ
```
/path/to/snapshot
```
Examplesβ
```
curl "http://127.0.0.1:8040/api/snapshot?tablet_id=123456&schema_hash=1111111"
```