kwil-admin utils ping
kwil-admin utils ping
Check connectivity with the node's admin RPC interface.
Synopsis
Check connectivity with the node's admin RPC interface. If successful, returns 'pong'.
kwil-admin utils ping [flags]
Examples
# Ping the node's admin RPC interface
kwil-admin node ping --rpcserver /tmp/kwild.socket
Options
--authrpc-cert string kwild's TLS certificate, required for HTTPS server
-h, --help help for ping
--pass string admin server password (alternative to mTLS with tlskey/tlscert). May be set in ~/.kwil-admin/rpc-admin-pass instead.
-s, --rpcserver string admin RPC server address (either unix or tcp) (default "/tmp/kwild.socket")
--tlscert string kwil-admin's TLS certificate file for server to authenticate us (default "auth.cert")
--tlskey string kwil-admin's TLS key file to establish a mTLS (authenticated) connection (default "auth.key")
Options inherited from parent commands
--output string the format for command output - either 'text' or 'json' (default "text")
-S, --silence Silence logs
SEE ALSO
- kwil-admin utils - The
utils
command is used to get information about a running Kwil node.