v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011189403.1 MB
system

Get system settings

Get the current Cribl system settings.

get/system/settings/conf

Response

The current system settings.

countinteger required

number of items present in the items array

Example response

{
  "items": [
    {
      "backups": {},
      "pii": {},
      "rollback": {},
      "sni": {},
      "tls": {}
    }
  ]
}