Changing the Log Level
You can set the log level for SCM application and the Ansible workflow through the API,
by using a PUT
request. The valid log levels are as follows. This topic
is part of Additional Administrative Tasks in Siebel Cloud Manager.
CRITICAL
ERROR
WARNING
INFO
DEBUG
Use a PUT
request like the following:
PUT https://<CM_Instance_IP>:16690/scm/api/v1.0/configure
Auth: Basic auth
Content-Type: application/json
{"log_level": "INFO"
}
Response : 200 - INFO