1
0
Fork 0
arangodb/Documentation/Examples/RestReplicationLoggerStateA...

19 lines
395 B
Plaintext

shell> curl --dump - http://localhost:8529/_api/replication/logger-state
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"state" : {
"running" : true,
"lastLogTick" : "1665846515",
"totalEvents" : 10084,
"time" : "2015-05-27T08:55:13Z"
},
"server" : {
"version" : "2.6.0-devel",
"serverId" : "224029098555240"
},
"clients" : [ ]
}