v1
latestSwagger 2.02026-07-178567199.3 KBorganization config
Retrieve the organization configuration
Organization-specific configurations such as log viewer configs
get/chronograf/v1/org_config
Response
Returns an object with the organization-specific configurations
Example response
{
"organization": "default",
"logViewer": {
"columns": [
{
"name": "severity",
"position": 0,
"encodings": [
{
"type": "label",
"value": "icon"
},
{
"type": "label",
"value": "text"
},
{
"type": "visibility",
"value": "visible"
},
{
"type": "color",
"name": "ruby",
"value": "emergency"
},
{
"type": "color",
"name": "rainforest",
"value": "info"
},
{
"type": "displayName",
"value": "Log Severity!"
}
]
},
{
"name": "messages",
"position": 1,
"encodings": [
{
"type": "visibility",
"value": "hidden"
}
]
}
]
}
}