管理手册HTTP APIBE做快照本页总览做快照做快照RequestGET /api/snapshot?tablet_id={int}&schema_hash={int}"Description该功能用于tablet做快照。Query parameterstablet_id 需要做快照的table的idschema_hash schema hash Request body无Response```/path/to/snapshot```Examples```curl "http://127.0.0.1:8040/api/snapshot?tablet_id=123456&schema_hash=1111111"```