Click or drag to resize

IAdminApiClientGetServerIdAsync Method

Retrieves the internal id of the server. The method will fail if the server is not running in cluster mode. GET /_admin/server/id

Namespace:  ArangoDBNetStandard.AdminApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<GetServerIdResponse> GetServerIdAsync()

Return Value

Type: TaskGetServerIdResponse
Remarks
For further information see https://www.arangodb.com/docs/stable/http/administration-and-monitoring.html#return-id-of-a-server-in-a-cluster
See Also