ArangoDB

HTTP Interface for Miscellaneous functions

This is an overview of ArangoDB's HTTP interface for miscellaneous functions.




GET /_admin/version (returns the server version number)

GET /_admin/version

Returns an object containing the current server version in the version attribute.


GET /_admin/time (returns the system time)

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 (returns the current request)

GET /_admin/echo

The call returns an object with the following attributes:

  • headers: a list of HTTP headers received
  • requestType: the HTTP request method (e.g. GET)
  • parameters: list of URL parameters received