Versions Compared

Key

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

ContentBody{} FormattedBody{value='

This article describes how you can monitor the health of the Sign'Stash Proxy application.

...

Code Block
languagejson
{
  "status": "UP",
  "groups": [
    "liveness",
    "readiness"
  ]
}
  • /signstash/einvoice-integration-client-ws/actuator/health/check

    • Endpoint used to summarize the application's health status.

Code Block
languagejson
{
  "status": "UP"
}