Get Log Configurations By Type Using GET
Get logs configurations of certain type
Request
URI
GET
https://{api_host}/api/logs/configuration/{logtype}
COPY
Path Parameters
string
logtype
Required
Log type
Possible values are : ANALYTICS, COLLECTOR, WEB, VIEW_BRIDGE, VCOPS_BRIDGE, SUITEAPI,
Responses
200
The logs configurations
Returns log-configuration of type(s) application/json
{
"maxLogSize": 0,
"rootLoggerLevel": "string",
"settings": [
{
"level": "string",
"name": "string"
}
]
}
integer As int32 As int32
maxLogSize
Required
This number specifies how much of log data to retain (MB)
string
rootLoggerLevel
Required
The level of the logger root
Possible values are : INFO, WARNING, ERROR, FATAL, OFF, UNKNOWN,