shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/version?details=true
HTTP/1.1 OK
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
"server" : "arango",
"license" : "enterprise",
"version" : "3.5.1",
"details" : {
"architecture" : "64bit",
"arm" : "false",
"asan" : "false",
"asm-crc32" : "true",
"assertions" : "false",
"avx2" : "false",
"boost-version" : "1.69.0",
"build-date" : "2019-10-03 13:56:01",
"build-repository" : "heads/3.5-0-gf3fcba2cc5",
"compiler" : "gcc [8.3.0]",
"cplusplus" : "201402",
"curl-version" : "libcurl/7.65.3-DEV OpenSSL/1.1.1d",
"debug" : "false",
"endianness" : "little",
"enterprise-version" : "enterprise",
"failure-tests" : "false",
"fd-client-event-handler" : "poll",
"fd-setsize" : "1024",
"full-version-string" : "ArangoDB 3.5.1 enterprise [linux] 64bit, using jemalloc, build heads/3.5-0-gf3fcba2cc5, VPack 0.1.33, RocksDB 6.2.0, ICU 58.1, V8 7.1.302.28, OpenSSL 1.1.1d 10 Sep 2019",
"icu-version" : "58.1",
"iresearch-version" : "1.0.0.0",
"jemalloc" : "true",
"license" : "enterprise",
"maintainer-mode" : "false",
"ndebug" : "true",
"openssl-version-compile-time" : "OpenSSL 1.1.1d 10 Sep 2019",
"openssl-version-run-time" : "OpenSSL 1.1.1d 10 Sep 2019",
"optimization-flags" : "-march=nehalem -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mno-sse4a -mno-avx -mno-fma -mno-bmi2 -mno-avx2 -mno-xop -mno-fma4 -mno-avx512f -mno-avx512vl -mno-avx512pf -mno-avx512er -mno-avx512cd -mno-avx512dq -mno-avx512bw -mno-avx512ifma -mno-avx512vbmi",
"pic" : "2",
"pie" : "2",
"platform" : "linux",
"reactor-type" : "epoll",
"rocksdb-version" : "6.2.0",
"server-version" : "3.5.1",
"sizeof int" : "4",
"sizeof long" : "8",
"sizeof void*" : "8",
"sse42" : "true",
"unaligned-access" : "true",
"v8-version" : "7.1.302.28",
"vpack-version" : "0.1.33",
"zlib-version" : "1.2.11",
"mode" : "server",
"role" : "SINGLE"
}
}