Jump to content

API SetDebugLevel

From Wiki 7Kas
Revision as of 22:33, 21 July 2026 by Maintenance script (talk | contribs) (API docs (generated from func=help))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

7Kas VoIP REST API function. Available to: SuperRoot.

Description

Sets the runtime debug/log verbosity level. SuperRoot only.

Call

GET  …/7Kas?func=SetDebugLevel&ukey=YOUR_KEY&…

Requires the ukey parameter.

Parameters

Parameter Type Required Default Meaning
level integer Yes New debug level, 0 (off) to 3 (most verbose).

Example

https://api.7kas.com:9080/7Kas?func=SetDebugLevel&ukey=SRKEY&level=2

Response

Object: {"debuglevel":N} with the level applied.


Back to API VoIP · ▶ Try it live · Profiles: API profile SuperRoot