Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

To access Accounting Service actuator endpoints you can naturally use also curl or similar tool instead of the browser. Since Accounting Service v. 2.3 (SSO v. 9.3) health check does not anymore require authentication. If you send and an authenticated request you'll get a more verbose response, see Accounting Service management / Health endpoint detailed information.


Preconditions:

  1. Accounting Service needs to be running

...

  1. Open browser and navigate to the following path: http(s)://<host>:<port>/actuator/health
  2. Verify from the response that the overall status is 'UP'

    Figure 3. Accounting Service health check response in JSON format


    1. In normal conditions, the results result will read show "UP" and the endpoint will return a HTTP 200 error response.

    2. In error conditions, the results result will read show "DOWN" or "OUT_OF_SERVICE" and the endpoint will return a HTTP 503 error response.

      1. If you don't perceive the expected outcome see Troubleshooting Accounting Service.

...