v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Servers

Get server setting by name

get/servers/getSetting/{settingName}

Path parameters

settingNamestring required
Example:MISP.background_jobs

Setting name.

Response

Get setting response

levelinteger
errorMessagestring nullable
type'string' | 'boolean' | 'numeric'
nullboolean nullable
subGroupstring nullable
cli_onlyinteger nullable
redactedboolean nullable
optionsSourceobject nullable
afterHookstring nullable
errorinteger nullable
tabstring
settingstring

Example response

{
  "errorMessage": "The currently set baseurl does not match the URL through which you have accessed the page. Disregard this if you are accessing the page via an alternate URL (for example via IP address).",
  "test": "testBaseURL",
  "type": "string",
  "subGroup": "Enrichment",
  "cli_only": 1,
  "afterHook": "cleanCacheFiles",
  "error": 1,
  "tab": "MISP",
  "setting": "MISP.baseurl"
}