anb_status
Reports enrollment, client-cert presence, Bob reachability and unlock state, identity, server name, and idle-TTL. Confirms vault readiness before other operations, with error explanation on failure.
Instructions
Read-only self-check: reports enrollment, client-cert presence, Bob reachability and unlock state, identity, server name, and idle-TTL. No side effects, idempotent, returns NO secret values. Call this first to confirm the vault is ready before anb_list/anb_exec/anb_render_to_file; on failure the error field explains why (e.g. Bob unreachable or locked).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| bob_addr | No | ||
| enrolled | Yes | ||
| identity | No | ||
| client_cert | Yes | ||
| server_name | No | ||
| bob_unlocked | Yes | ||
| bob_reachable | Yes | ||
| idle_ttl_seconds | No |