Skip to main content

Module db_shell

Module db_shell 

Source
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’

Structs§

DeleteParams
DirEntry
LsParams
ReadParams

Enums§

ReadFormat

Constants§

DEFAULT_LIMIT