mirror of https://gitee.com/bigwinds/arangodb
19 lines
411 B
Plaintext
19 lines
411 B
Plaintext
shell> curl --data-binary @- --dump - http://localhost:8529/_api/replication/logger-state
|
|
|
|
HTTP/1.1 200 OK
|
|
content-type: application/json; charset=utf-8
|
|
|
|
{
|
|
"state" : {
|
|
"running" : true,
|
|
"lastLogTick" : "1544840642",
|
|
"totalEvents" : 9500,
|
|
"time" : "2015-02-20T11:59:27Z"
|
|
},
|
|
"server" : {
|
|
"version" : "2.5.0-alpha8",
|
|
"serverId" : "42066900187190"
|
|
},
|
|
"clients" : [ ]
|
|
}
|