Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This article describes how you can monitor the health of the Sign'Stash Integration service.

Endpoints

The application health check, which is mainly used to expose operational information about the running application.

The endpoints of health check are available in:

  • /signstash/einvoice-integration-ws/actuator/health

    • Endpoint used to summarize the health status of the application and which includes a group of information.

{
  "status": "UP",
  "groups": [
    liveness",
    "readiness"
  ]
}
  • No labels