Skip to main content
GET
Get Server Info

Response

OK

analytics_tracking
enum<string>

Indicates if all tracking and analytics should be enabled or disabled

  • enabled - Analytics/tracking are enabled (ANALYTICS_TRACKING=enabled)
  • disabled - Analytics/tracking are disabled (ANALYTICS_TRACKING=disabled)
Available options:
enabled,
disabled
Example:

"enabled"

api_url
string

API_URL advertise to clients

Example:

"https://api.johnwick.org"

auth_method
enum<string>

Auth method used by the server

Available options:
oidc,
local
Example:

"local"

commit_sha
string

Commit SHA of the version

Example:

"e6b94e86352e934b66d9c7ab2821a267dc18dfee"

disable_sessions_download
boolean

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
go_debug
string

Expose GODEBUG flags enabled

Example:

"http2debug=2"

grpc_url
string

The GRPC_URL advertise to clients

Example:

"127.0.0.1:8009"

has_ask_ai_credentials
boolean

Report if ASK_AI_CREDENTIALS is set (openapi credentials)

has_idp_audience
boolean

Report if IDP_AUDIENCE env is set

has_idp_custom_scopes
boolean

Report if IDP_CUSTOM_SCOPES env is set

has_redact_credentials
boolean

Report if GOOGLE_APPLICATION_CREDENTIALS_JSON or MSPRESIDIO is set

has_ssh_client_host_key
boolean

Report if SSH_CLIENT_HOST_KEY is set

has_webhook_app_key
boolean

Report if WEBHOOK_APPKEY is set

idp_provider_name
enum<string>

The provider name identified based on the configured identity provider credentials

Available options:
microsoft-entra-id,
okta,
google,
aws-cognito,
jumpcloud,
unknown
license_info
object

License information

log_level
enum<string>

Log level of the server

Available options:
INFO,
WARN,
DEBUG,
ERROR
Example:

"INFO"

redact_provider
enum<string>

Redact Provider used by the server

Available options:
gcp,
mspresidio
Example:

"gcp"

tenancy_type
enum<string>

The tenancy type

Available options:
selfhosted,
multitenant
version
string

Version of the server

Example:

"1.35.0"