curl --request GET \
--url http://localhost/api/v1/health/alive
"<any>"
Get liveness status of the server. We are always assuming alive because of reconnection strategies
curl --request GET \
--url http://localhost/api/v1/health/alive
"<any>"
Success
The response is of type any
.