Expand description
REST API handlers for the db-shell command’s proxy mode.
Example curl usage: curl ‘http://127.0.0.1:1337/db-shell/ls?path=/checkpoints/seq&limit=10’ curl ‘http://127.0.0.1:1337/db-shell/read?path=/checkpoints/seq/1234/summary&format=json’ curl ‘http://127.0.0.1:1337/db-shell/read?path=/checkpoints/seq/1234/summary&format=debug’ curl ‘http://127.0.0.1:1337/db-shell/read?path=/checkpoints/seq/1234/summary&format=bcs’ curl -X DELETE ‘http://127.0.0.1:1337/db-shell/delete?path=/checkpoints/seq/1234/summary’