Everything within this section is only visible while editing. Use Page Properties ID "STUB", "REFACTURE", "PROGRESS", "rDEV", "rDOC", "rLANG" and "DONE".

Everything contained within the table is displayed in the (INTERNAL) Reports page.

Product Version2021 Autumn
Report Note
AssigneeAntje

Resources & Remarks

Modification History

Add a new line to this table and fill it whenever you edit the page.

NameDateProduct VersionAction
Antje08 JUL 20212021 Autumnpage created and writing started
Agnieszka14 JUL 20212021 AutumnrLANG



Check the current status of a service running in your yuuvis® Momentum cluster.

Introduction

Each core service offers the https://<host>/<service>/manage/health endpoint to retrieve information on its current status. DevOps engineers can thus monitor the liveness and readiness of individual services.

'/*/manage/health' Endpoint

In order to retrieve health information on a service, call the https://<host>/<service>/manage/health endpoint offered by each core service. The status information are retrieved in JSON format similar to the Spring Boot Actuator as described in the Spring Boot documentation linked below.
>> Spring Boot Actuator Web API Documentation.

The JSON structure always contains at least the "status" key with the value being either "UP" or "DOWN".

The endpoint is accessible only for users with specific authorization as defined in the authentication-prod.yml file and controlled by the AUTHENTICATION Service. For the AUTHENTICATION service itself, all /manage/** endpoints are available only for services within the yuuvis® Momentum cluster as described below.

Note: As of version 2021 Autumn, also our additional services offer this health check endpoint similar to the core services.


Read on


COMMANDER Service for System Maintenance

 Keep reading


yuuvis® Postman Collections

 Keep reading


Installation and Configuration

 Keep reading