Skip to main content

Usage examples

Available endpoints

EndpointDescription
/Banner page for the WEB-UI.
/loginLogin / Logout page for Interactive login at the Web-UI.
/swagger-ui/index.htmlOpenApi Documentation page.
info

Access to /swagger-ui/index.html requires authentication with the ADMIN user role.

EndpointDescription
/statusShow the Service Status.
/api/*Api related endpoints. For more information see the API-Documentation. Required user role API for access.
info

Access to /api/* requires authentication with the API user role.

Actuator endpoints

The application provides some actuator endpoints that can be used for monitoring purposes.
For more information see the API-Documentation. Required user role METRICS.

EndpointDescription
/actuatorActuator root endpoint.
/actuator/healthActuator endpoint 'health'.
/actuator/infoActuator endpoint 'info'.
actuator/metricsActuator endpoint 'metrics'.
info

Access to /actuator requires authentication with the METRICS user role.

Authentication

Different authorisation roles are required to use the application and its API endpoints.
For description See Configuring the authorisations