Die INUBIT Version 7.4 wird nicht mehr gewartet.

Sollten Sie diese INUBIT Version nutzen, empfehlen wir Ihnen eine Migration auf eine aktuelle Version. Die Dokumentation zur neusten INUBIT Version finden Sie hier. Sollten Sie Fragen haben, wenden Sie sich bitte an unseren Support.

Check INUBIT application health

This endpoint is designed to provide status information about the internal server state such as:

  • Application status [OK | ERROR]

  • Maintenance mode [0 | 1]

  • Current time stamp

The response of this endpoint indicates that the Tomcat application server has started and INUBIT application has been loaded successfully. It does not give any indication of possible problems within the INUBIT application.

Request

URL: /healthcheck

Method: GET

Authorization: none

GET /ibis/rest/healthcheck HTTP/1.1
Accept: application/json
Host: localhost:8080

Response

HTTP/1.1 200 OK
Content-Tye: application/json

{
  "status":"OK",
  "maintenancemode":0,
  "timestamp":"Thu Jul 29 11:32:03 IST 2021"
}

Errors

Server Error (500)

Execution on the INUBIT server failed. Have a look into the response message, otherwise access to the INUBIT log is required to retrieve further information.