ArangoDB v3.10 reached End of Life (EOL) and is no longer supported.
This documentation is outdated. Please see the most recent stable version.
Other Replication Commands
Get the replication server ID
GET
/_api/replication/server-id
Returns the servers id. The id is also returned by other replication API methods, and this method is an easy means of determining a server’s id.
The body of the response is a JSON object with the attribute serverId
. The
server id is returned as a string.
Examples
curl --header 'accept: application/json' --dump - http://localhost:8529/_api/replication/server-id