Click or drag to resize

IAdminApiClient Methods

The IAdminApiClient type exposes the following members.

Methods
  NameDescription
Public methodGetLogsAsync
Retrieves log messages from the server. GET /_admin/log/entries Works on ArangoDB 3.8 or later.
Public methodGetServerEngineTypeAsync
Retrieves the server database engine type. GET /_api/engine
Public methodGetServerIdAsync
Retrieves the internal id of the server. The method will fail if the server is not running in cluster mode. GET /_admin/server/id
Public methodGetServerRoleAsync
Retrieves the role of the server in a cluster. GET /_admin/server/role
Public methodGetServerVersionAsync
Retrieves the server version. GET /_api/version
Public methodPostReloadRoutingInfoAsync
Reloads the routing table. POST /_admin/routing/reload
Top
See Also