[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Update Log Configurations
DescriptionChange level of the logs
Request
URLURL
https://localhost/suite-api/api/logs/configuration/{logtype}
Path Parameters
Path Parameters
string
logtype
Required
Log type
Request Body
Request Body
log-configuration
of type(s) application/json, application/xml
Required
The data for log configuration
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
LogConfiguration
of type(s) application/json, application/xml
The updated data for log configuration
Errors
404
Given wrong or non existing log name
Code Samples
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{"maxLogSize":0,"rootLoggerLevel":"INFO","settings":[{"level":"ALL","name":"string"}]}' https://localhost/suite-api/api/logs/configuration/{logtype}
[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations