Snapshot version
You are browsing the docs for the snapshot version of Nexus, 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 PostgreSQL).
- Example
-
source
{ "@context": "https://bluebrain.github.io/nexus/contexts/version.json", "delta": "1.10.0", "dependencies": { "blazegraph": "2.1.6-RC-21-jre", "postgresql": "16.4", "elasticsearch": "8.15.1" }, "plugins": { "archive": "1.10.0", "blazegraph": "1.10.0", "composite-views": "1.10.0", "elasticsearch": "1.10.0", "storage": "1.10.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.
Snapshot