Grid

Get Server Information

Requests the Security Onion grid general details.

get/connect/info/

Response

The retrieved Info object

elasticVersionstring

The version of the Elasticsearch cluster

forceUserOtpboolean

OTP indicator; unavailable to API clients

licensestring

The copyright license applicable to the Security Onion software

licenseStatusstring

The license status of the grid: active = Valid Security Onion Pro license, unprovisioned = Community license

srvTokenstring

The server token; unavailable to API clients

timezonesstring[]

The timezones that are configured for this server.

userIdstring

The authenticated API client ID

versionstring

The version of the Security Onion grid

Example response

{
  "elasticVersion": "8.14.3",
  "license": "Elastic License 2.0 (ELv2)",
  "licenseKey": {
    "effective": "2024-08-22T00:00:00Z",
    "expiration": "2025-08-22T23:59:59Z",
    "features": [
      "NTF"
    ],
    "id": "acme_corp_20240822",
    "licensee": "Acme Corp",
    "name": "Security Onion Pro",
    "nodes": 5,
    "socUrl": "acme-so-manager"
  },
  "licenseStatus": "active",
  "timezones": [
    "Africa/Abidjan"
  ],
  "userId": "socl_my_so_api_client",
  "version": "2.4.110"
}

Changes