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.9.0",
  "dependencies": {
    "blazegraph": "2.1.6-RC",
    "postgresql": "15.5",
    "elasticsearch": "8.11.1",
    "remoteStorage": "1.9.0"
  },
  "plugins": {
    "archive": "1.9.0",
    "blazegraph": "1.9.0",
    "composite-views": "1.9.0",
    "elasticsearch": "1.9.0",
    "storage": "1.9.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.