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

33 lines
817 B
Plaintext

shell> curl -X PUT --dump - http://localhost:8529/_api/replication/applier-start
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"state" : {
"running" : true,
"lastAppliedContinuousTick" : null,
"lastProcessedContinuousTick" : null,
"lastAvailableContinuousTick" : null,
"progress" : {
"time" : "2015-02-20T11:58:42Z",
"message" : "applier created",
"failedConnects" : 0
},
"totalRequests" : 0,
"totalFailedConnects" : 0,
"totalEvents" : 0,
"totalOperationsExcluded" : 0,
"lastError" : {
"errorNum" : 0
},
"time" : "2015-02-20T11:59:32Z"
},
"server" : {
"version" : "2.5.0-alpha8",
"serverId" : "42066900187190"
},
"endpoint" : "tcp://127.0.0.1:8529",
"database" : "_system"
}