...
Note |
---|
To access Accounting Service actuator endpoints you can naturally use also |
Preconditions:
- Accounting Service needs to be running
...
- Open browser and navigate to the following path:
http(s)://<host>:<port>/actuator/health
Verify from the response that the overall status is 'UP'
Figure 3. Accounting Service health check response in JSON format In normal conditions, the results result will read show "UP" and the endpoint will return a HTTP 200 error response.
In error conditions, the results result will read show "DOWN" or "OUT_OF_SERVICE" and the endpoint will return a HTTP 503 error response.
If you don't perceive the expected outcome see Troubleshooting Accounting Service.
...