nodeVersion #
Returns the Node.js version currently running Kuzzle.
Query Syntax #
HTTP #
URL: http://kuzzle:7512/debug/_nodeVersion Method: GETOther protocols #
{ "controller": "debug", "action": "nodeVersion", }Response #
Returns a string containing the Node.js version:
{ "status": 200, "error": null, "controller": "debug", "action": "nodeVersion", "requestId": "<unique request identifier>", "result": "<node version>" }