api
api.appLogLevelGet
Get the log level for the api service running on the 4140PWRR3
Request
Method | Param | Value | Comment | Supported Versions |
---|---|---|---|---|
api.appLogLevelGet | >v1.0.1 |
{"jsonrpc":"2.0","id":1,"method":"api.appLogLevelGet"}
Reply
Result | Comment | |
---|---|---|
x | Active log level |
{"jsonrpc":"2.0","id":20,"result":{"LogLevel":3}}
api.appLogLevelSet
log.level
Set the log level for sdm and associated processes
Request
Method | Param | Value | Comment | Supported Versions |
---|---|---|---|---|
api.appLogLevelSet | property | log.level | Property name to set | >v1.8.50 |
level | 0-7 | Log level to set | >v1.0.1 |
{"jsonrpc":"2.0","id":1,"method":"api.appLogLevelSet","params":{"logLevel":6}
Reply
Result | Comment | |
---|---|---|
null | null means acknowledged, no error |
{"jsonrpc":"2.0","id":1,"result":null}