shell> curl --dump - http://localhost:8529/_api/version?details=true
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"server" : "arango",
"version" : "3.0.x-devel",
"details" : {
"architecture" : "64bit",
"asan" : "false",
"asm-crc32" : "true",
"assertions" : "false",
"boost-version" : "1.61.0b1",
"build-date" : "2016-06-17 12:54:54",
"compiler" : "gcc",
"cplusplus" : "201103",
"endianness" : "little",
"fd-client-event-handler" : "poll",
"fd-setsize" : "1024",
"icu-version" : "54.1",
"jemalloc" : "true",
"libev-version" : "4.22",
"maintainer-mode" : "false",
"openssl-version" : "OpenSSL 1.0.2 22 Jan 2015",
"rocksdb-version" : "4.8.0",
"server-version" : "3.0.x-devel",
"sizeof int" : "4",
"sizeof void*" : "8",
"sse42" : "true",
"tcmalloc" : "false",
"v8-version" : "5.0.71.39",
"vpack-version" : "0.1.30",
"zlib-version" : "1.2.8",
"mode" : "server"
}
}