AdminApiClientGetServerIdAsync 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 public virtual Task<GetServerIdResponse> GetServerIdAsync()
Public Overridable Function GetServerIdAsync As Task(Of GetServerIdResponse)
public:
virtual Task<GetServerIdResponse^>^ GetServerIdAsync()
abstract GetServerIdAsync : unit -> Task<GetServerIdResponse>
override GetServerIdAsync : unit -> Task<GetServerIdResponse>
Return Value
Type:
TaskGetServerIdResponseImplements
IAdminApiClientGetServerIdAsyncRemarks
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