恢复tablet
恢复tablet
Request
POST /api/restore_tablet?tablet_id={int}&schema_hash={int}"
Description
该功能用于恢复trash目录中被误删的tablet数据。
Query parameters
tablet_id
需要恢复的table的idschema_hash
schema hash
Request body
无
Response
```
{
msg: "OK",
code: 0
}
```
Examples
```
curl -X POST "http://127.0.0.1:8040/api/restore_tablet?tablet_id=123456&schema_hash=1111111"
```