Neo4j - How to get current version via REST -
how can current running neo4j-server version (or in general server informations) via rest? there "/status" uri or similar?
making request against server data root return info:
get http://localhost:7474/db/data/ the call return json object. server version in key "neo4j_version". documented here.
Comments
Post a Comment