cURL
curl --request GET \ --url http://localhost:8090/health
"ok"
Returns a simple status string indicating the service is available.
Service is healthy
The response is of type string.
string
Was this page helpful?