Skip to main content
Kubernetes liveness probe
curl --request GET \
  --url https://utxo-indexer.api.umbraprivacy.com/health/liveness
{
  "alive": true
}

Documentation Index

Fetch the complete documentation index at: https://sdk.umbraprivacy.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Accept
enum<string>
Available options:
application/json,
application/x-protobuf

Response

Process is alive.

Liveness probe response returned by GET /health/liveness.

alive
boolean
required

true whenever the HTTP server is processing requests.

Example:

true