Outdated version

You are browsing the docs for Nexus v1.6.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).

Example
source{
  "@context": "https://bluebrain.github.io/nexus/contexts/version.json",
  "delta": "1.5.0",
  "dependencies": {
    "blazegraph": "2.1.5",
    "cassandra": "3.11.7",
    "elasticsearch": "7.4.0",
    "remoteStorage": "1.4.1"
  },
  "plugins": {
    "archive": "1.5.0",
    "blazegraph": "1.5.0",
    "composite-views": "1.5.0",
    "elasticsearch": "1.5.0",
    "storage": "1.5.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.