[[rest-api-shouldallowshellconsolewithoutcustomconfig]]
=== ShouldAllowShellConsoleWithoutCustomConfig ===

_Example request_

* *+POST+*  +http://127.0.0.1:7474/db/manage/server/console/+
* *+Accept:+* +application/json+
* *+Content-Type:+* +application/json+
[source,javascript]
----
{
  "command" : "ls",
  "engine" : "shell"
}
----


_Example response_

* *+200:+* +OK+
* *+Content-Type:+* +application/json+
[source,javascript]
----
[ "", "neo4j-sh (0)$ " ]
----


