Comment on page

Health API

get
/health
Return health of all services
Parameters
No parameters
Responses
200: OK
Success of Health API

Usage

cURL

curl --location --request GET 'http://localhost:8081/health'

HTTPie

http --follow --timeout 3600 GET 'http://localhost:8081/health'