How can i get the current running neo4j-server version (or in general server informations) via REST? Is there any "/status" URI or something similar?
Try this one, Get http://localhost:7474/db/manage/server/version This will give you a json response like { "edition" : "community", "version" : "2.3.3" }
Making a GET request against the server data root will return this info:
GET http://localhost:7474/db/data/
The call will return a JSON object. Server version is in the key "neo4j_version". This is documented here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With