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" : "1549788791",
|
|
"totalEvents" : 9447,
|
|
"time" : "2015-02-17T16:16:18Z"
|
|
},
|
|
"server" : {
|
|
"version" : "2.5.0-alpha4",
|
|
"serverId" : "50131824189065"
|
|
},
|
|
"clients" : [ ]
|
|
}
|