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

33 lines
813 B
Plaintext

shell> curl --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-08-12T09:32:47Z",
"message" : "applier shut down",
"failedConnects" : 0
},
"totalRequests" : 2,
"totalFailedConnects" : 0,
"totalEvents" : 0,
"totalOperationsExcluded" : 0,
"lastError" : {
"errorNum" : 0
},
"time" : "2015-08-12T09:32:47Z"
},
"server" : {
"version" : "2.7.0-devel",
"serverId" : "218245056350335"
},
"endpoint" : "tcp://127.0.0.1:8529",
"database" : "_system"
}