Get server info
keycloak_server_infoRetrieves a quick JSON summary of the connected Keycloak server, including its version. Use this for a read-only connectivity check without modifying any data.
Instructions
Read-only. Returns a small JSON summary of the connected Keycloak server, containing the 'keycloakVersion' field (the server version, or null when it cannot be determined). Use this for a quick connectivity and version check; for realm-specific settings use keycloak_realm_get_config instead. Takes no parameters; it is idempotent and never modifies Keycloak.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||