mirror of https://gitee.com/bigwinds/arangodb
35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
shell> curl --data-binary @- --dump - http://localhost:8529/_api/replication/applier-state
|
|
|
|
HTTP/1.1 200 OK
|
|
content-type: application/json; charset=utf-8
|
|
|
|
{
|
|
"state" : {
|
|
"running" : false,
|
|
"lastAppliedContinuousTick" : null,
|
|
"lastProcessedContinuousTick" : null,
|
|
"lastAvailableContinuousTick" : null,
|
|
"progress" : {
|
|
"time" : "2015-02-18T22:14:06Z",
|
|
"message" : "applier shut down",
|
|
"failedConnects" : 1
|
|
},
|
|
"totalRequests" : 2,
|
|
"totalFailedConnects" : 2,
|
|
"totalEvents" : 0,
|
|
"totalOperationsExcluded" : 0,
|
|
"lastError" : {
|
|
"time" : "2015-02-18T22:14:06Z",
|
|
"errorMessage" : "could not connect to master at tcp://127.0.0.1:8529: Could not connect to 'tcp://127.0.0.1:8529' 'connect() failed with #61 - Connection refused'",
|
|
"errorNum" : 1412
|
|
},
|
|
"time" : "2015-02-18T22:14:06Z"
|
|
},
|
|
"server" : {
|
|
"version" : "2.5.0-alpha5",
|
|
"serverId" : "186987722306660"
|
|
},
|
|
"endpoint" : "tcp://127.0.0.1:8529",
|
|
"database" : "_system"
|
|
}
|