Actuator web endpoint 'health-path'

Method: HTTP GET

Endpoint: http://<host_address>:<port_address>/management/health/{name}

Parameters: name path parameter can have one of the following values:
readiness or liveness

Example:

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