Readiness Check
Returns the readiness status of the KVNode, including the health of its parent connection.
Authentication
This endpoint is public. No authentication required.
Example Request
1curl "https://api.hola.cloud/readyz"
Example Response
1HTTP/1.1 200 OK
2Content-Type: application/json
1{
2 "status": "ok",
3 "parent_connected": true
4}
Error Codes
| Status | Code | Description |
|---|---|---|
| 503 | unavailable | Node is not ready |
Comments