Returns database identity and a catalog summary for one branch: engine version, open target, whether this open created the database, durability, the default branch, the active branch count, and the registered space count for the selected branch. The branch defaults to the handle branch when omitted.
Status commands return a scalar or compact status payload and do not mutate database state.
Examples
Read database identity and catalog counts.
CLI
$ strata info
Wire
{"type":"info"}
Parameters
No parameters.
Plus the optional scope: branch and space (default to the session branch and the "default" space).
Returns
StatusResponse<AdminDatabaseInfo>.
Errors
failed_precondition.engine.runtime_closednot_found.engine.branchinvalid_argument.engine.branch_name
Invocation
- CLI:
strata info - Wire type:
info