System Config Endpoint
The System Config endpoint can be used to access information about the system and configuration for debugging purposes.
This method will return a zip file containing:
To invoke:
GET http://localhost:9000/system-config?includeLogs=true
There is one optional boolean query parameter, called includeLogs
. If set to true, this will cause all log files configured by smile cdr to be bundled up inside the zip. Note that this can take a long time if your logs are large.
Note: added in 2021.05.R02.