Health check
This article describes how you can monitor the health of the Sign'Stash Proxy application.
This functionality is enabled in Sign'Stash Proxy versions after v1.19+b137.
Endpoints
The application health check, which is mainly used to expose operational information about the running application. This endpoints return details about the health from the application.
The endpoints of health check are available in:
/signstash/einvoice-integration-client-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"
]
}