Grid
Get Server Information
Requests the Security Onion grid general details.
get/connect/info/
Response
The retrieved Info object
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"
}