Server Management
Get Server Info
Get server information
GET
Response
200
application/json
OK
The role name of the admin group
Example:
"admin"
API URL advertise to clients
Example:
"https://api.johnwick.org"
Auth method used by the server
Available options:
oidc
, local
Example:
"local"
Commit SHA of the version
Example:
"e6b94e86352e934b66d9c7ab2821a267dc18dfee"
Indicates if session download functionality is disabled
- true - Session download is disabled and not available to users
- false - Session download is enabled and available to users
Expose GODEBUG
flags enabled
Example:
"http2debug=2"
The GRPC_URL advertise to clients
Example:
"127.0.0.1:8009"
Report if ASK_AI_CREDENTIALS is set (openapi credentials)
Report if IDP_AUDIENCE env is set
Report if IDP_CUSTOM_SCOPES env is set
Report if IDP_CUSTOM_SCOPES env is set
Report if GOOGLE_APPLICATION_CREDENTIALS_JSON is set
Report if WEBHOOK_APPKEY is set
Log level of the server
Available options:
INFO
, WARN
, DEBUG
, ERROR
Example:
"INFO"
The tenancy type
Available options:
selfhosted
, multitenant
Version of the server
Example:
"1.23.15"