This is an overview of ArangoDB's HTTP interface for miscellaneous functions.
GET /_admin/version
Returns an object containing the current server version in the version
attribute.
GET /_admin/time
The call returns an object with the attribute time
. This contains the current system time as a Unix timestamp with microsecond precision.
GET /_admin/echo
The call returns an object with the following attributes:
headers
: a list of HTTP headers receivedrequestType
: the HTTP request method (e.g. GET)parameters
: list of URL parameters received