For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get information about this defguard instance

get
Authorizations
defguard_sessionstringRequired
Responses
200

Instance information: enabled modules, version, license state.

application/json
objectOptional
get/api/v1/info
GET /api/v1/info HTTP/1.1
Accept: */*
{
  "external_openid_enabled": false,
  "ldap_info": {
    "ad": false,
    "enabled": false
  },
  "network_present": true,
  "smtp_enabled": true,
  "version": "2.1.0"
}

Last updated

Was this helpful?