TuCloudAPI SetDebugLevel: Difference between revisions
Appearance
TuCloudAPI reference (generated from func=help) |
TuCloudAPI reference: product name -> FuturePBX (API surface unchanged); regenerated from func=help |
||
| Line 1: | Line 1: | ||
''TuCloudAPI function to manage | ''TuCloudAPI function to manage FuturePBX (the cloud PBX). Available to: '''SuperRoot'''.'' | ||
== Description == | == Description == | ||
Latest revision as of 14:13, 3 August 2026
TuCloudAPI function to manage FuturePBX (the cloud PBX). Available to: SuperRoot.
Description
Sets the runtime debug/log verbosity level. SuperRoot only.
Call
GET https://tucloudapi.7kas.com:9087/tucloud?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:9087/tucloud?func=SetDebugLevel&ukey=SRKEY&level=2
Response
Object: {"debuglevel":N} with the level applied.
Back to TuCloudAPI