mirror of https://gitee.com/bigwinds/arangodb
19 lines
393 B
Plaintext
19 lines
393 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" : "835384203",
|
|
"totalEvents" : 5042,
|
|
"time" : "2015-08-12T09:32:53Z"
|
|
},
|
|
"server" : {
|
|
"version" : "2.7.0-devel",
|
|
"serverId" : "218245056350335"
|
|
},
|
|
"clients" : [ ]
|
|
}
|