Prisma

Liveness Probe

Kubernetes liveness probe endpoint. Returns 200 if the service process is running. Does not check dependencies. Returns: Simple alive status.

GET
/api/v1/health/live

Response Body

application/json

curl -X get "http://localhost:8000/api/v1/health/live"
{
  "property1": "string",
  "property2": "string"
}