GET /tenant-management/api/system/info

As of Versionproduct version 2020 Winter | component version 1.0
Request MethodGET
Response FormatJSON
Required Permission

Available if listed in authorization.accesses in authentication-prod.yml and the specified access condition is matched. In the default configuration, access is granted via the YUUVIS_SYSTEM_INTEGRATOR role.

>> AUTHENTICATION Service
Description

Retrieves the top-level representation of the identity provider Keycloak.


Response HTTP status codes:

HTTP Status CodeMeaning
200 OKSuccessful, the Keycloak settings have been read.
401 UNAUTHORIZEDThe call was unauthorized.
Request Example

GET /tenant-management/api/system/info HTTP/1.1

Response Example
{
  "systemInfo": {
    "version": "10.0.2",
    "serverTime": "Tue Dec 15 12:03:32 GMT 2020",
    "uptime": "24 days, 23 hours, 33 minutes, 18 seconds",
    "uptimeMillis": 2158398245,
    "javaVersion": "11.0.7",
    "javaVendor": "Oracle Corporation",
    "javaVm": "OpenJDK 64-Bit Server VM",
    "javaVmVersion": "11.0.7+10-LTS",
    "javaRuntime": "OpenJDK Runtime Environment",
    "javaHome": "/usr/lib/jvm/java-11-openjdk-11.0.7.10-1.el8_1.x86_64",
    "osName": "Linux",
    "osArchitecture": "amd64",
    "osVersion": "4.15.0-1071-azure",
    "fileEncoding": "UTF-8",
    "userName": "jboss",
    "userDir": "/",
    "userTimezone": "GMT",
    "userLocale": "us_EN"
  },
  "memoryInfo": {

...

{