Set Device Debug

PUT {{baseUrl}}/v1/device/:deviceUid/debug

Request begin device debug mode by deviceUid. Set debug flag for device to enable remote debugging.

Parameters

FieldTypeRequiredDescription
deviceUidstringrequiredDevice application id

Body

content-type: application/json or application/x-www-form-urlencoded

FieldTypeDescription
appletEnabledbooleanEnable weinre for device inside Applet
nativeEnabledbooleanEnable native debug

Note 1

Applet debug settings is only on-demand. So when you set it, the inspection tool is started. Once you do the REBOOT, RESTART, RELOAD or REFRESH power action, the tool is stopped & you must set debug again (turn it off then on again in BOX).

Note 2

Native debug settings behavior differs in every device OS brand (SSSP, Tizen, WebOS1,2+, Android etc.). Here are mentioned a little differences however for more info you can look at official documentation of display manufacturer.

HEADERS

KeyDatatypeRequiredDescription
x-authstringAuthorization key and token
Content-Typestring
Content-Typestring
Acceptstring

RESPONSES

status: OK

{}