GetLogLevels and SetLogLevels APIs Retired — Deprecated in 2026.0.0

Publish Date: SOTI MobiControl
226

Summary

The deprecated `GetLogLevels` and `SetLogLevels` APIs will be retired in SOTI MobiControl 2027.0.0. Migrate to `GetLogLevelConfigurations` and `SetLogLevelConfigurations` to manage server log levels.

Related SOTI ONE Platform Products

SOTI MobiControl

Environment

Applies to all SOTI MobiControl versions.

Although the APIs were formally deprecated in an earlier release, the underlying implementation has been retired. As a result, the GetLogLevels and SetLogLevels endpoints are no longer available in any release, including lower or older versions.

Description

The GetLogLevels and SetLogLevels APIs were deprecated in SOTI MobiControl 2026.0.0 and are being retired. The supporting code has been removed from the codebase, and these APIs are no longer available in any SOTI MobiControl release, including older or lower versions.

Retired APIs

GetLogLevels

  • HTTP Method: GET

  • Route: servers/logLevels

SetLogLevels

  • HTTP Method: PUT

  • Route: servers/logLevels

These endpoints will not respond on any version. Remaining on an older or lower version does not preserve access to these APIs.

Replacement APIs

Use the following APIs to manage server log levels:

GetLogLevelConfigurations

  • HTTP Method: GET

  • Route: servers/logConfiguration

SetLogLevelConfigurations

  • HTTP Method: PUT

  • Route: servers/logConfiguration

All integrations using the retired APIs must be updated to use the replacement APIs.

Any client that continues to call servers/logLevels will receive an error. Update your integrations to use servers/logConfiguration to continue managing server log levels.

Was this helpful?