enable #
Enables the debugger and allows debug:post
, debug:addListener
and debug:removeListener
to be called. Also prevent the node from being evicted while debugging. #
Query Syntax #
HTTP #
URL: http://kuzzle:7512/debug/_enable
Method: POST
Other protocols #
{
"controller": "debug",
"action": "enable",
}
Response #
{
"status": 200,
"error": null,
"controller": "debug",
"action": "enable",
"requestId": "<unique request identifier>",
}
Edit this page on Github(opens new window)