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": {}
    }
  ]
}

Changes