GET /tenant-management/api/system/info
As of Version | product version 2020 Winter | component version 1.0 | ||||||
---|---|---|---|---|---|---|---|
Request Method | GET | ||||||
Response Format | JSON | ||||||
Required Permission | Available if listed in | ||||||
Description | Retrieves the top-level representation of the identity provider Keycloak.
| ||||||
Request Example |
| ||||||
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": { ... { |