IAdminApiClient Interface |
Namespace: ArangoDBNetStandard.AdminApi
The IAdminApiClient type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetLogsAsync |
Retrieves log messages from the server.
GET /_admin/log/entries
Works on ArangoDB 3.8 or later.
|
![]() | GetServerEngineTypeAsync |
Retrieves the server database engine type.
GET /_api/engine
|
![]() | GetServerIdAsync |
Retrieves the internal id of the server.
The method will fail if the server is not running in cluster mode.
GET /_admin/server/id
|
![]() | GetServerRoleAsync |
Retrieves the role of the server in a cluster.
GET /_admin/server/role
|
![]() | GetServerVersionAsync |
Retrieves the server version.
GET /_api/version
|
![]() | PostReloadRoutingInfoAsync |
Reloads the routing table.
POST /_admin/routing/reload
|