Configure Log Level On All Nodes
Use this endpoint to dynamically change log level for a specific service on all nodes in HA cluster
Authorized Roles : PROVIDER
Request
URI
POST
https://{api_host}/appliance/loggers/configure-all
COPY
Request Body
ServiceLogConfigDto
of type(s)
application/json
Required
{
"packageLogLevels": [
{
"packageName": "string",
"logLevel": "string"
}
],
"service": "string"
}
array of
object
packageLogLevels
Optional
packageLogLevels
string
service
Optional
service
Possible values are :
APMS,
PROVIDER,
MONITORING,
UPDATE,
Responses
200
OK
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/appliance/loggers/configure-all