GetConfig
Response-body reference for GET /get_config.
Example
{
"success": true,
"message": null,
"data": {
"license": {},
"logging": {},
"search": {}
}
}
The exact configuration object depends on the server version and deployment configuration. Treat license keys, tokens, hostnames, file paths, and customer-specific values as sensitive.
Fields
| Field | Type | Description |
|---|---|---|
success | boolean | Indicates whether the request succeeded. |
message | string | Optional server message. |
data | object | Current runtime configuration object. |