Arango v0.0.1 Arangoex.Administration
ArangoDB Administration methods
Summary
Functions
Return the required version of the database
Return current request
Return list of all endpoints
Execute program
Read global logs from the server
Return current request and continues
Reloads the routing information
Return id of a server in a cluster
Return role of a server in a cluster
Initiate shutdown sequence
Sleep for a specified amount of seconds
Read the statistics
Statistics description
Runs tests on server
Return system time
Return server version
Functions
Return the required version of the database
GET /_admin/database/target-version
Return list of all endpoints
GET /_api/endpoint
execute(Arangoex.Endpoint.t, String.t, keyword) :: Arangoex.ok_error(map)
Execute program
POST /_admin/execute
Return current request and continues
GET /_admin/long_echo
Reloads the routing information
POST /_admin/routing/reload
Return id of a server in a cluster
GET /_admin/server/id
Return role of a server in a cluster
GET /_admin/server/role
Initiate shutdown sequence
DELETE /_admin/shutdown
Sleep for a specified amount of seconds
GET /_admin/sleep
Read the statistics
GET /_admin/statistics
statistics_description(Arangoex.Endpoint.t) :: Arangoex.ok_error(map)
Statistics description
GET /_admin/statistics-description
Runs tests on server
POST /_admin/test
Return system time
GET /_admin/time
Return server version
GET /_api/version