Actuator web endpoint 'health'

Method: HTTP GET

Endpoint: http://<host_address>:<port_address>/management/health

curl -X 'GET' \
  'http://localhost:9090/management/health' \
  -H 'accept: */*'