Skip to main content

Liveness

Check if the API server process is running:

$ osapi client health liveness

Status: ok

Use --json for raw JSON output:

$ osapi client health liveness --json
{"status":"ok"}