Outdated version
You are browsing the docs for Nexus v1.8.x, the latest release is available here
Version
GET /v1/version
This endpoint returns information about the running Delta instance: Delta version, plugin versions and service dependency versions(e.g Cassandra).
source{
"@context": "https://bluebrain.github.io/nexus/contexts/version.json",
"delta": "1.5.0",
"dependencies": {
"blazegraph": "2.1.6-RC",
"postgresql": "15.3",
"elasticsearch": "8.7.1",
"remoteStorage": "1.8.0"
},
"plugins": {
"archive": "1.8.0",
"blazegraph": "1.8.0",
"composite-views": "1.8.0",
"elasticsearch": "1.8.0",
"storage": "1.8.0"
}
}
Authorization notes
When accessing the version endpoint, the caller must have version/read
permission /
.
Please visit Authentication & authorization section to learn more about it.
v1.8.x