admin
ping
Check that the database handle is live.
strata pingdb.admin.ping() -> 'Any'wire ping
Lightweight liveness check. Returns the engine package version without touching branches, spaces, or primitive data. Use it to confirm the handle is open and responsive before issuing heavier commands.
Status commands return a scalar or compact status payload and do not mutate database state.
To see the complete help for this command, run:
strata ping --helphelp(db.admin.ping)
Example
Check the database handle is live.
strata pingisinstance(db.admin.ping().version, str)Returns
StatusResponse<PingInfo>
- dataobject
- typestring
Errors
Recover by code. Retry policy and commit outcome come from the shipped error registry.
| Code | Retry | Commit outcome |
|---|---|---|
| failed_precondition.engine.runtime_closed | never | not_started |