ArangoDB v3.9 reached End of Life (EOL) and is no longer supported.

This documentation is outdated. Please see the most recent version at docs.arangodb.com

Queries statistics of a DB-Server

allows to query the statistics of a DB-Server in the cluster

GET /_admin/cluster/statistics

Query Parameters

  • DBserver (string, required):

Queries the statistics of the given DB-Server

Responses

HTTP 200: is returned when everything went well.

HTTP 400: the parameter DBserver was not given or is not the ID of a DB-Server

HTTP 403: server is not a DB-Server.