Health Check
Returns the health status of the KVNode.
Authentication
This endpoint is public. No authentication required.
Example Request
1curl "https://api.hola.cloud/healthz"
Example Response
1HTTP/1.1 200 OK
2Content-Type: application/json
1{
2 "status": "ok"
3}
Error Codes
| Status | Code | Description |
|---|---|---|
| 500 | internal_error | Node is unhealthy |
Comments