Skip to content

Other#

/api/v1/healthz#

GET /api/v1/healthz#

Health check endpoint for Kubernetes or similar

curl --request GET gnmic-api-address:port/api/v1/healthz
{
    "status": "healthy"
}