1
0
Fork 0
arangodb/Documentation/Examples/RestVersionDetails.generated

24 lines
750 B
Plaintext

shell> curl --data-binary @- --dump - http://localhost:8529/_api/version?details=true
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"server" : "arango",
"version" : "2.5.0-alpha8",
"details" : {
"architecture" : "64bit",
"build-date" : "2015-02-20 12:51:39",
"configure" : "'./configure' '--enable-maintainer-mode' '--disable-mruby'",
"icu-version" : "52.1",
"libev-version" : "4.11",
"maintainer-mode" : "true",
"openssl-version" : "OpenSSL 0.9.8za 5 Jun 2014",
"repository-version" : "heads/2.5-0-g85669a10ee757e3241c1ccd5b7794416042bd159-dirty",
"server-version" : "2.5.0-alpha8",
"sizeof int" : "4",
"sizeof void*" : "8",
"v8-version" : "3.31.74.1"
}
}