Core
API v2.x
2

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 #

Copied to clipboard!
URL: http://kuzzle:7512/debug/_enable
Method: POST

Other protocols #

Copied to clipboard!
{
  "controller": "debug",
  "action": "enable",
}

Response #

Copied to clipboard!
{
  "status": 200,
  "error": null,
  "controller": "debug",
  "action": "enable",
  "requestId": "<unique request identifier>",
}