{
"basePath": "/",
"swaggerVersion": "1.1",
"apiVersion": "0.1",
"apis": [
{
"operations": [
{
"errorResponses": [
{
"reason": "is returned if the logger state could be determined successfully.
",
"code": "200"
},
{
"reason": "is returned when an invalid HTTP method is used.
",
"code": "405"
},
{
"reason": "is returned if the logger state could not be determined.
",
"code": "500"
}
],
"parameters": [],
"notes": "Returns the current state of the server's replication logger. The state will include information about whether the logger is running and about the last logged tick value. This tick value is important for incremental fetching of data.
The state API can be called regardless of whether the logger is currently running or not.
The body of the response contains a JSON object with the following attributes:
shell> curl --dump - http://localhost:8529/_api/replication/logger-state\n\nHTTP/1.1 200 OK\ncontent-type: application/json; charset=utf-8\n\n{ \n \"state\" : { \n \"running\" : true, \n \"lastLogTick\" : \"1605968949\", \n \"totalEvents\" : 9961, \n \"time\" : \"2015-05-05T07:28:46Z\" \n }, \n \"server\" : { \n \"version\" : \"2.6.0-devel\", \n \"serverId\" : \"39957130875700\" \n }, \n \"clients\" : [ ] \n}\n
shell> curl --dump - http://localhost:8529/_api/replication/logger-follow?from=1630151733\n\nHTTP/1.1 204 No Content\ncontent-type: application/x-arango-dump; charset=utf-8\nx-arango-replication-active: true\nx-arango-replication-checkmore: false\nx-arango-replication-lastincluded: 0\nx-arango-replication-lasttick: 1630151733\n\n
shell> curl --dump - http://localhost:8529/_api/replication/logger-follow?from=1630151733\n\nHTTP/1.1 200 OK\ncontent-type: application/x-arango-dump; charset=utf-8\nx-arango-replication-active: true\nx-arango-replication-checkmore: false\nx-arango-replication-lastincluded: 1643914293\nx-arango-replication-lasttick: 1643914293\n\n\"{\\\"tick\\\":\\\"1630479413\\\",\\\"type\\\":2301,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1627857973\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"aliceAndBob\\\",\\\"rev\\\":\\\"1630413877\\\",\\\"data\\\":{\\\"_key\\\":\\\"aliceAndBob\\\",\\\"_rev\\\":\\\"1630413877\\\",\\\"_from\\\":\\\"1627595829\\\\/alice\\\",\\\"_to\\\":\\\"1627726901\\\\/bob\\\"}}\\n{\\\"tick\\\":\\\"1630872629\\\",\\\"type\\\":2001,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1627857973\\\"}\\n{\\\"tick\\\":\\\"1630938165\\\",\\\"type\\\":2001,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1627595829\\\"}\\n{\\\"tick\\\":\\\"1631003701\\\",\\\"type\\\":2001,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1627726901\\\"}\\n{\\\"tick\\\":\\\"1631331381\\\",\\\"type\\\":2302,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"2040885\\\",\\\"cname\\\":\\\"_graphs\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"social\\\",\\\"rev\\\":\\\"1631265845\\\"}\\n{\\\"tick\\\":\\\"1631724597\\\",\\\"type\\\":2000,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1631659061\\\",\\\"collection\\\":{\\\"version\\\":5,\\\"type\\\":2,\\\"cid\\\":\\\"1631659061\\\",\\\"deleted\\\":false,\\\"doCompact\\\":true,\\\"maximalSize\\\":1048576,\\\"name\\\":\\\"female\\\",\\\"isVolatile\\\":false,\\\"waitForSync\\\":false}}\\n{\\\"tick\\\":\\\"1631855669\\\",\\\"type\\\":2000,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1631790133\\\",\\\"collection\\\":{\\\"version\\\":5,\\\"type\\\":2,\\\"cid\\\":\\\"1631790133\\\",\\\"deleted\\\":false,\\\"doCompact\\\":true,\\\"maximalSize\\\":1048576,\\\"name\\\":\\\"male\\\",\\\"isVolatile\\\":false,\\\"waitForSync\\\":false}}\\n{\\\"tick\\\":\\\"1631986741\\\",\\\"type\\\":2000,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1631921205\\\",\\\"collection\\\":{\\\"version\\\":5,\\\"type\\\":3,\\\"cid\\\":\\\"1631921205\\\",\\\"deleted\\\":false,\\\"doCompact\\\":true,\\\"maximalSize\\\":1048576,\\\"name\\\":\\\"relation\\\",\\\"isVolatile\\\":false,\\\"waitForSync\\\":false}}\\n{\\\"tick\\\":\\\"1632183349\\\",\\\"type\\\":2300,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"2040885\\\",\\\"cname\\\":\\\"_graphs\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"social\\\",\\\"rev\\\":\\\"1632117813\\\",\\\"data\\\":{\\\"_key\\\":\\\"social\\\",\\\"_rev\\\":\\\"1632117813\\\",\\\"edgeDefinitions\\\":[{\\\"collection\\\":\\\"relation\\\",\\\"from\\\":[\\\"female\\\",\\\"male\\\"],\\\"to\\\":[\\\"female\\\",\\\"male\\\"]}],\\\"orphanCollections\\\":[]}}\\n{\\\"tick\\\":\\\"1632511029\\\",\\\"type\\\":2300,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1631659061\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"alice\\\",\\\"rev\\\":\\\"1632445493\\\",\\\"data\\\":{\\\"_key\\\":\\\"alice\\\",\\\"_rev\\\":\\\"1632445493\\\",\\\"name\\\":\\\"Alice\\\"}}\\n{\\\"tick\\\":\\\"1632838709\\\",\\\"type\\\":2300,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1631790133\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"bob\\\",\\\"rev\\\":\\\"1632773173\\\",\\\"data\\\":{\\\"_key\\\":\\\"bob\\\",\\\"_rev\\\":\\\"1632773173\\\",\\\"name\\\":\\\"Bob\\\"}}\\n{\\\"tick\\\":\\\"1633035317\\\",\\\"type\\\":2300,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1631790133\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"charly\\\",\\\"rev\\\":\\\"1632969781\\\",\\\"data\\\":{\\\"_key\\\":\\\"charly\\\",\\\"_rev\\\":\\\"1632969781\\\"}}\\n{\\\"tick\\\":\\\"1633231925\\\",\\\"type\\\":2300,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1631659061\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"diana\\\",\\\"rev\\\":\\\"1633166389\\\",\\\"data\\\":{\\\"_key\\\":\\\"diana\\\",\\\"_rev\\\":\\\"1633166389\\\"}}\\n{\\\"tick\\\":\\\"1633559605\\\",\\\"type\\\":2301,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1631921205\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"aliceAndBob\\\",\\\"rev\\\":\\\"1633494069\\\",\\\"data\\\":{\\\"_key\\\":\\\"aliceAndBob\\\",\\\"_rev\\\":\\\"1633494069\\\",\\\"_from\\\":\\\"1631659061\\\\/alice\\\",\\\"_to\\\":\\\"1631790133\\\\/bob\\\",\\\"type\\\":\\\"married\\\"}}\\n{\\\"tick\\\":\\\"1633821749\\\",\\\"type\\\":2301,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1631921205\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"aliceAndCharly\\\",\\\"rev\\\":\\\"1633756213\\\",\\\"data\\\":{\\\"_key\\\":\\\"aliceAndCharly\\\",\\\"_rev\\\":\\\"1633756213\\\",\\\"_from\\\":\\\"1631659061\\\\/alice\\\",\\\"_to\\\":\\\"1631790133\\\\/charly\\\",\\\"type\\\":\\\"friend\\\"}}\\n{\\\"tick\\\":\\\"1634018357\\\",\\\"type\\\":2301,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1631921205\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"charlyAndDiana\\\",\\\"rev\\\":\\\"1633952821\\\",\\\"data\\\":{\\\"_key\\\":\\\"charlyAndDiana\\\",\\\"_rev\\\":\\\"1633952821\\\",\\\"_from\\\":\\\"1631790133\\\\/charly\\\",\\\"_to\\\":\\\"1631659061\\\\/diana\\\"}}\\n{\\\"tick\\\":\\\"1634214965\\\",\\\"type\\\":2301,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1631921205\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"bobAndDiana\\\",\\\"rev\\\":\\\"1634149429\\\",\\\"data\\\":{\\\"_key\\\":\\\"bobAndDiana\\\",\\\"_rev\\\":\\\"1634149429\\\",\\\"_from\\\":\\\"1631790133\\\\/bob\\\",\\\"_to\\\":\\\"1631659061\\\\/diana\\\"}}\\n{\\\"tick\\\":\\\"1634673717\\\",\\\"type\\\":2301,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1631921205\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"aliceAndBob\\\",\\\"rev\\\":\\\"1634608181\\\",\\\"data\\\":{\\\"_key\\\":\\\"aliceAndBob\\\",\\\"_rev\\\":\\\"1634608181\\\",\\\"_from\\\":\\\"1631659061\\\\/alice\\\",\\\"_to\\\":\\\"1631790133\\\\/bob\\\",\\\"type\\\":\\\"married\\\",\\\"since\\\":\\\"01.01.2001\\\"}}\\n{\\\"tick\\\":\\\"1635066933\\\",\\\"type\\\":2001,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1631921205\\\"}\\n{\\\"tick\\\":\\\"1635132469\\\",\\\"type\\\":2001,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1631659061\\\"}\\n{\\\"tick\\\":\\\"1635198005\\\",\\\"type\\\":2001,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1631790133\\\"}\\n{\\\"tick\\\":\\\"1635525685\\\",\\\"type\\\":2302,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"2040885\\\",\\\"cname\\\":\\\"_graphs\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"social\\\",\\\"rev\\\":\\\"1635460149\\\"}\\n{\\\"tick\\\":\\\"1635918901\\\",\\\"type\\\":2000,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1635853365\\\",\\\"collection\\\":{\\\"version\\\":5,\\\"type\\\":2,\\\"cid\\\":\\\"1635853365\\\",\\\"deleted\\\":false,\\\"doCompact\\\":true,\\\"maximalSize\\\":1048576,\\\"name\\\":\\\"female\\\",\\\"isVolatile\\\":false,\\\"waitForSync\\\":false}}\\n{\\\"tick\\\":\\\"1636049973\\\",\\\"type\\\":2000,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1635984437\\\",\\\"collection\\\":{\\\"version\\\":5,\\\"type\\\":2,\\\"cid\\\":\\\"1635984437\\\",\\\"deleted\\\":false,\\\"doCompact\\\":true,\\\"maximalSize\\\":1048576,\\\"name\\\":\\\"male\\\",\\\"isVolatile\\\":false,\\\"waitForSync\\\":false}}\\n{\\\"tick\\\":\\\"1636181045\\\",\\\"type\\\":2000,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1636115509\\\",\\\"collection\\\":{\\\"version\\\":5,\\\"type\\\":3,\\\"cid\\\":\\\"1636115509\\\",\\\"deleted\\\":false,\\\"doCompact\\\":true,\\\"maximalSize\\\":1048576,\\\"name\\\":\\\"relation\\\",\\\"isVolatile\\\":false,\\\"waitForSync\\\":false}}\\n{\\\"tick\\\":\\\"1636377653\\\",\\\"type\\\":2300,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"2040885\\\",\\\"cname\\\":\\\"_graphs\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"social\\\",\\\"rev\\\":\\\"1636312117\\\",\\\"data\\\":{\\\"_key\\\":\\\"social\\\",\\\"_rev\\\":\\\"1636312117\\\",\\\"edgeDefinitions\\\":[{\\\"collection\\\":\\\"relation\\\",\\\"from\\\":[\\\"female\\\",\\\"male\\\"],\\\"to\\\":[\\\"female\\\",\\\"male\\\"]}],\\\"orphanCollections\\\":[]}}\\n{\\\"tick\\\":\\\"1636705333\\\",\\\"type\\\":2300,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1635853365\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"alice\\\",\\\"rev\\\":\\\"1636639797\\\",\\\"data\\\":{\\\"_key\\\":\\\"alice\\\",\\\"_rev\\\":\\\"1636639797\\\",\\\"name\\\":\\\"Alice\\\"}}\\n{\\\"tick\\\":\\\"1637033013\\\",\\\"type\\\":2300,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1635984437\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"bob\\\",\\\"rev\\\":\\\"1636967477\\\",\\\"data\\\":{\\\"_key\\\":\\\"bob\\\",\\\"_rev\\\":\\\"1636967477\\\",\\\"name\\\":\\\"Bob\\\"}}\\n{\\\"tick\\\":\\\"1637229621\\\",\\\"type\\\":2300,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1635984437\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"charly\\\",\\\"rev\\\":\\\"1637164085\\\",\\\"data\\\":{\\\"_key\\\":\\\"charly\\\",\\\"_rev\\\":\\\"1637164085\\\"}}\\n{\\\"tick\\\":\\\"1637426229\\\",\\\"type\\\":2300,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1635853365\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"diana\\\",\\\"rev\\\":\\\"1637360693\\\",\\\"data\\\":{\\\"_key\\\":\\\"diana\\\",\\\"_rev\\\":\\\"1637360693\\\"}}\\n{\\\"tick\\\":\\\"1637753909\\\",\\\"type\\\":2301,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1636115509\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"aliceAndBob\\\",\\\"rev\\\":\\\"1637688373\\\",\\\"data\\\":{\\\"_key\\\":\\\"aliceAndBob\\\",\\\"_rev\\\":\\\"1637688373\\\",\\\"_from\\\":\\\"1635853365\\\\/alice\\\",\\\"_to\\\":\\\"1635984437\\\\/bob\\\",\\\"type\\\":\\\"married\\\"}}\\n{\\\"tick\\\":\\\"1638016053\\\",\\\"type\\\":2301,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1636115509\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"aliceAndCharly\\\",\\\"rev\\\":\\\"1637950517\\\",\\\"data\\\":{\\\"_key\\\":\\\"aliceAndCharly\\\",\\\"_rev\\\":\\\"1637950517\\\",\\\"_from\\\":\\\"1635853365\\\\/alice\\\",\\\"_to\\\":\\\"1635984437\\\\/charly\\\",\\\"type\\\":\\\"friend\\\"}}\\n{\\\"tick\\\":\\\"1638212661\\\",\\\"type\\\":2301,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1636115509\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"charlyAndDiana\\\",\\\"rev\\\":\\\"1638147125\\\",\\\"data\\\":{\\\"_key\\\":\\\"charlyAndDiana\\\",\\\"_rev\\\":\\\"1638147125\\\",\\\"_from\\\":\\\"1635984437\\\\/charly\\\",\\\"_to\\\":\\\"1635853365\\\\/diana\\\"}}\\n{\\\"tick\\\":\\\"1638409269\\\",\\\"type\\\":2301,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1636115509\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"bobAndDiana\\\",\\\"rev\\\":\\\"1638343733\\\",\\\"data\\\":{\\\"_key\\\":\\\"bobAndDiana\\\",\\\"_rev\\\":\\\"1638343733\\\",\\\"_from\\\":\\\"1635984437\\\\/bob\\\",\\\"_to\\\":\\\"1635853365\\\\/diana\\\"}}\\n{\\\"tick\\\":\\\"1638802485\\\",\\\"type\\\":2200,\\\"database\\\":\\\"74805\\\",\\\"tid\\\":\\\"1638671413\\\"}\\n{\\\"tick\\\":\\\"1638868021\\\",\\\"type\\\":2302,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1636115509\\\",\\\"tid\\\":\\\"1638671413\\\",\\\"key\\\":\\\"aliceAndBob\\\",\\\"rev\\\":\\\"1638736949\\\"}\\n{\\\"tick\\\":\\\"1638933557\\\",\\\"type\\\":2201,\\\"database\\\":\\\"74805\\\",\\\"tid\\\":\\\"1638671413\\\"}\\n{\\\"tick\\\":\\\"1639326773\\\",\\\"type\\\":2001,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1636115509\\\"}\\n{\\\"tick\\\":\\\"1639392309\\\",\\\"type\\\":2001,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1635853365\\\"}\\n{\\\"tick\\\":\\\"1639457845\\\",\\\"type\\\":2001,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1635984437\\\"}\\n{\\\"tick\\\":\\\"1639785525\\\",\\\"type\\\":2302,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"2040885\\\",\\\"cname\\\":\\\"_graphs\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"social\\\",\\\"rev\\\":\\\"1639719989\\\"}\\n{\\\"tick\\\":\\\"1640375349\\\",\\\"type\\\":2000,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1640309813\\\",\\\"collection\\\":{\\\"version\\\":5,\\\"type\\\":2,\\\"cid\\\":\\\"1640309813\\\",\\\"deleted\\\":false,\\\"doCompact\\\":true,\\\"maximalSize\\\":1048576,\\\"name\\\":\\\"vertices\\\",\\\"isVolatile\\\":false,\\\"waitForSync\\\":false}}\\n{\\\"tick\\\":\\\"1640506421\\\",\\\"type\\\":2000,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1640440885\\\",\\\"collection\\\":{\\\"version\\\":5,\\\"type\\\":3,\\\"cid\\\":\\\"1640440885\\\",\\\"deleted\\\":false,\\\"doCompact\\\":true,\\\"maximalSize\\\":1048576,\\\"name\\\":\\\"edges\\\",\\\"isVolatile\\\":false,\\\"waitForSync\\\":false}}\\n{\\\"tick\\\":\\\"1640703029\\\",\\\"type\\\":2300,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"2040885\\\",\\\"cname\\\":\\\"_graphs\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"graph\\\",\\\"rev\\\":\\\"1640637493\\\",\\\"data\\\":{\\\"_key\\\":\\\"graph\\\",\\\"_rev\\\":\\\"1640637493\\\",\\\"edgeDefinitions\\\":[{\\\"collection\\\":\\\"edges\\\",\\\"from\\\":[\\\"vertices\\\"],\\\"to\\\":[\\\"vertices\\\"]}]}}\\n{\\\"tick\\\":\\\"1641161781\\\",\\\"type\\\":2300,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1640309813\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"1\\\",\\\"rev\\\":\\\"1641096245\\\",\\\"data\\\":{\\\"_key\\\":\\\"1\\\",\\\"_rev\\\":\\\"1641096245\\\"}}\\n{\\\"tick\\\":\\\"1641554997\\\",\\\"type\\\":2300,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1640309813\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"2\\\",\\\"rev\\\":\\\"1641489461\\\",\\\"data\\\":{\\\"_key\\\":\\\"2\\\",\\\"_rev\\\":\\\"1641489461\\\"}}\\n{\\\"tick\\\":\\\"1641948213\\\",\\\"type\\\":2301,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1640440885\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"1641882677\\\",\\\"rev\\\":\\\"1641882677\\\",\\\"data\\\":{\\\"_key\\\":\\\"1641882677\\\",\\\"_rev\\\":\\\"1641882677\\\",\\\"_from\\\":\\\"1640309813\\\\/1\\\",\\\"_to\\\":\\\"1640309813\\\\/2\\\",\\\"name\\\":\\\"Emil\\\"}}\\n{\\\"tick\\\":\\\"1642079285\\\",\\\"type\\\":2001,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1640440885\\\"}\\n{\\\"tick\\\":\\\"1642144821\\\",\\\"type\\\":2001,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1640309813\\\"}\\n{\\\"tick\\\":\\\"1642341429\\\",\\\"type\\\":2302,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"2040885\\\",\\\"cname\\\":\\\"_graphs\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"graph\\\",\\\"rev\\\":\\\"1642275893\\\"}\\n{\\\"tick\\\":\\\"1642472501\\\",\\\"type\\\":2000,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1642406965\\\",\\\"collection\\\":{\\\"version\\\":5,\\\"type\\\":2,\\\"cid\\\":\\\"1642406965\\\",\\\"deleted\\\":false,\\\"doCompact\\\":true,\\\"maximalSize\\\":1048576,\\\"name\\\":\\\"products\\\",\\\"isVolatile\\\":false,\\\"waitForSync\\\":false}}\\n{\\\"tick\\\":\\\"1642669109\\\",\\\"type\\\":2001,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1642406965\\\"}\\n{\\\"tick\\\":\\\"1642800181\\\",\\\"type\\\":2000,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1642734645\\\",\\\"collection\\\":{\\\"version\\\":5,\\\"type\\\":2,\\\"cid\\\":\\\"1642734645\\\",\\\"deleted\\\":false,\\\"doCompact\\\":true,\\\"maximalSize\\\":1048576,\\\"name\\\":\\\"products\\\",\\\"isVolatile\\\":false,\\\"waitForSync\\\":false}}\\n{\\\"tick\\\":\\\"1643127861\\\",\\\"type\\\":2300,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1642734645\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"p1\\\",\\\"rev\\\":\\\"1643062325\\\",\\\"data\\\":{\\\"_key\\\":\\\"p1\\\",\\\"_rev\\\":\\\"1643062325\\\",\\\"name\\\":\\\"flux compensator\\\"}}\\n{\\\"tick\\\":\\\"1643455541\\\",\\\"type\\\":2300,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1642734645\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"p2\\\",\\\"rev\\\":\\\"1643390005\\\",\\\"data\\\":{\\\"_key\\\":\\\"p2\\\",\\\"_rev\\\":\\\"1643390005\\\",\\\"hp\\\":5100,\\\"name\\\":\\\"hybrid hovercraft\\\"}}\\n{\\\"tick\\\":\\\"1643652149\\\",\\\"type\\\":2302,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1642734645\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"p1\\\",\\\"rev\\\":\\\"1643586613\\\"}\\n{\\\"tick\\\":\\\"1643848757\\\",\\\"type\\\":2300,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1642734645\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"p2\\\",\\\"rev\\\":\\\"1643783221\\\",\\\"data\\\":{\\\"_key\\\":\\\"p2\\\",\\\"_rev\\\":\\\"1643783221\\\"}}\\n{\\\"tick\\\":\\\"1643914293\\\",\\\"type\\\":2001,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1642734645\\\"}\\n\"\n
shell> curl --dump - http://localhost:8529/_api/replication/logger-follow?from=1643914293&chunkSize=400\n\nHTTP/1.1 200 OK\ncontent-type: application/x-arango-dump; charset=utf-8\nx-arango-replication-active: true\nx-arango-replication-checkmore: true\nx-arango-replication-lastincluded: 1644438581\nx-arango-replication-lasttick: 1645225013\n\n\"{\\\"tick\\\":\\\"1644110901\\\",\\\"type\\\":2000,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1644045365\\\",\\\"collection\\\":{\\\"version\\\":5,\\\"type\\\":2,\\\"cid\\\":\\\"1644045365\\\",\\\"deleted\\\":false,\\\"doCompact\\\":true,\\\"maximalSize\\\":1048576,\\\"name\\\":\\\"products\\\",\\\"isVolatile\\\":false,\\\"waitForSync\\\":false}}\\n{\\\"tick\\\":\\\"1644438581\\\",\\\"type\\\":2300,\\\"database\\\":\\\"74805\\\",\\\"cid\\\":\\\"1644045365\\\",\\\"tid\\\":\\\"0\\\",\\\"key\\\":\\\"p1\\\",\\\"rev\\\":\\\"1644373045\\\",\\\"data\\\":{\\\"_key\\\":\\\"p1\\\",\\\"_rev\\\":\\\"1644373045\\\",\\\"name\\\":\\\"flux compensator\\\"}}\\n\"\n
shell> curl --dump - http://localhost:8529/_api/replication/inventory\n\nHTTP/1.1 200 OK\ncontent-type: application/json; charset=utf-8\n\n{ \n \"collections\" : [ \n { \n \"parameters\" : { \n \"version\" : 5, \n \"type\" : 2, \n \"cid\" : \"7152693\", \n \"deleted\" : false, \n \"doCompact\" : true, \n \"maximalSize\" : 1048576, \n \"name\" : \"_apps\", \n \"isVolatile\" : false, \n \"waitForSync\" : false \n }, \n \"indexes\" : [ \n { \n \"id\" : \"7414837\", \n \"type\" : \"hash\", \n \"unique\" : true, \n \"sparse\" : false, \n \"selectivityEstimate\" : 1, \n \"fields\" : [ \n \"mount\" \n ] \n } \n ] \n }, \n { \n \"parameters\" : { \n \"version\" : 5, \n \"type\" : 2, \n \"cid\" : \"4400181\", \n \"deleted\" : false, \n \"doCompact\" : true, \n \"maximalSize\" : 4194304, \n \"name\" : \"_aqlfunctions\", \n \"isVolatile\" : false, \n \"waitForSync\" : false \n }, \n \"indexes\" : [ ] \n }, \n { \n \"parameters\" : { \n \"version\" : 5, \n \"type\" : 2, \n \"cid\" : \"2040885\", \n \"deleted\" : false, \n \"doCompact\" : true, \n \"maximalSize\" : 1048576, \n \"name\" : \"_graphs\", \n \"isVolatile\" : false, \n \"waitForSync\" : false \n }, \n \"indexes\" : [ ] \n }, \n { \n \"parameters\" : { \n \"version\" : 5, \n \"type\" : 2, \n \"cid\" : \"2171957\", \n \"deleted\" : false, \n \"doCompact\" : true, \n \"maximalSize\" : 1048576, \n \"name\" : \"_modules\", \n \"isVolatile\" : false, \n \"waitForSync\" : false \n }, \n \"indexes\" : [ ] \n }, \n { \n \"parameters\" : { \n \"version\" : 5, \n \"type\" : 2, \n \"cid\" : \"2303029\", \n \"deleted\" : false, \n \"doCompact\" : true, \n \"maximalSize\" : 33554432, \n \"name\" : \"_routing\", \n \"isVolatile\" : false, \n \"waitForSync\" : false \n }, \n \"indexes\" : [ ] \n }, \n { \n \"parameters\" : { \n \"version\" : 5, \n \"type\" : 2, \n \"cid\" : \"19080245\", \n \"deleted\" : false, \n \"doCompact\" : true, \n \"maximalSize\" : 1048576, \n \"name\" : \"_sessions\", \n \"isVolatile\" : false, \n \"waitForSync\" : false \n }, \n \"indexes\" : [ ] \n }, \n { \n \"parameters\" : { \n \"version\" : 5, \n \"type\" : 2, \n \"cid\" : \"19801141\", \n \"deleted\" : false, \n \"doCompact\" : true, \n \"maximalSize\" : 1048576, \n \"name\" : \"_system_users_users\", \n \"isVolatile\" : false, \n \"waitForSync\" : false \n }, \n \"indexes\" : [ ] \n }, \n { \n \"parameters\" : { \n \"version\" : 5, \n \"type\" : 2, \n \"cid\" : \"205877\", \n \"deleted\" : false, \n \"doCompact\" : true, \n \"maximalSize\" : 4194304, \n \"name\" : \"_users\", \n \"isVolatile\" : false, \n \"waitForSync\" : false \n }, \n \"indexes\" : [ \n { \n \"id\" : \"533557\", \n \"type\" : \"hash\", \n \"unique\" : true, \n \"sparse\" : true, \n \"selectivityEstimate\" : 1, \n \"fields\" : [ \n \"user\" \n ] \n } \n ] \n }, \n { \n \"parameters\" : { \n \"version\" : 5, \n \"type\" : 2, \n \"cid\" : \"1244603445\", \n \"deleted\" : false, \n \"doCompact\" : true, \n \"maximalSize\" : 1048576, \n \"name\" : \"animals\", \n \"isVolatile\" : false, \n \"waitForSync\" : false \n }, \n \"indexes\" : [ ] \n }, \n { \n \"parameters\" : { \n \"version\" : 5, \n \"type\" : 2, \n \"cid\" : \"21046325\", \n \"deleted\" : false, \n \"doCompact\" : true, \n \"maximalSize\" : 1048576, \n \"name\" : \"collectable_foxx_data_firstCollection\", \n \"isVolatile\" : false, \n \"waitForSync\" : false \n }, \n \"indexes\" : [ ] \n }, \n { \n \"parameters\" : { \n \"version\" : 5, \n \"type\" : 2, \n \"cid\" : \"1243685941\", \n \"deleted\" : false, \n \"doCompact\" : true, \n \"maximalSize\" : 1048576, \n \"name\" : \"demo\", \n \"isVolatile\" : false, \n \"waitForSync\" : false \n }, \n \"indexes\" : [ ] \n }, \n { \n \"parameters\" : { \n \"version\" : 5, \n \"type\" : 2, \n \"cid\" : \"20915253\", \n \"deleted\" : false, \n \"doCompact\" : true, \n \"maximalSize\" : 1048576, \n \"name\" : \"tescht_todos\", \n \"isVolatile\" : false, \n \"waitForSync\" : false \n }, \n \"indexes\" : [ ] \n } \n ], \n \"state\" : { \n \"running\" : true, \n \"lastLogTick\" : \"1645225013\", \n \"totalEvents\" : 9981, \n \"time\" : \"2015-05-05T07:28:48Z\" \n }, \n \"tick\" : \"1645290549\" \n}\n
shell> curl --dump - http://localhost:8529/_api/replication/inventory\n\nHTTP/1.1 200 OK\ncontent-type: application/json; charset=utf-8\n\n{ \n \"collections\" : [ \n { \n \"parameters\" : { \n \"version\" : 5, \n \"type\" : 2, \n \"cid\" : \"7152693\", \n \"deleted\" : false, \n \"doCompact\" : true, \n \"maximalSize\" : 1048576, \n \"name\" : \"_apps\", \n \"isVolatile\" : false, \n \"waitForSync\" : false \n }, \n \"indexes\" : [ \n { \n \"id\" : \"7414837\", \n \"type\" : \"hash\", \n \"unique\" : true, \n \"sparse\" : false, \n \"selectivityEstimate\" : 1, \n \"fields\" : [ \n \"mount\" \n ] \n } \n ] \n }, \n { \n \"parameters\" : { \n \"version\" : 5, \n \"type\" : 2, \n \"cid\" : \"4400181\", \n \"deleted\" : false, \n \"doCompact\" : true, \n \"maximalSize\" : 4194304, \n \"name\" : \"_aqlfunctions\", \n \"isVolatile\" : false, \n \"waitForSync\" : false \n }, \n \"indexes\" : [ ] \n }, \n { \n \"parameters\" : { \n \"version\" : 5, \n \"type\" : 2, \n \"cid\" : \"2040885\", \n \"deleted\" : false, \n \"doCompact\" : true, \n \"maximalSize\" : 1048576, \n \"name\" : \"_graphs\", \n \"isVolatile\" : false, \n \"waitForSync\" : false \n }, \n \"indexes\" : [ ] \n }, \n { \n \"parameters\" : { \n \"version\" : 5, \n \"type\" : 2, \n \"cid\" : \"2171957\", \n \"deleted\" : false, \n \"doCompact\" : true, \n \"maximalSize\" : 1048576, \n \"name\" : \"_modules\", \n \"isVolatile\" : false, \n \"waitForSync\" : false \n }, \n \"indexes\" : [ ] \n }, \n { \n \"parameters\" : { \n \"version\" : 5, \n \"type\" : 2, \n \"cid\" : \"2303029\", \n \"deleted\" : false, \n \"doCompact\" : true, \n \"maximalSize\" : 33554432, \n \"name\" : \"_routing\", \n \"isVolatile\" : false, \n \"waitForSync\" : false \n }, \n \"indexes\" : [ ] \n }, \n { \n \"parameters\" : { \n \"version\" : 5, \n \"type\" : 2, \n \"cid\" : \"19080245\", \n \"deleted\" : false, \n \"doCompact\" : true, \n \"maximalSize\" : 1048576, \n \"name\" : \"_sessions\", \n \"isVolatile\" : false, \n \"waitForSync\" : false \n }, \n \"indexes\" : [ ] \n }, \n { \n \"parameters\" : { \n \"version\" : 5, \n \"type\" : 2, \n \"cid\" : \"19801141\", \n \"deleted\" : false, \n \"doCompact\" : true, \n \"maximalSize\" : 1048576, \n \"name\" : \"_system_users_users\", \n \"isVolatile\" : false, \n \"waitForSync\" : false \n }, \n \"indexes\" : [ ] \n }, \n { \n \"parameters\" : { \n \"version\" : 5, \n \"type\" : 2, \n \"cid\" : \"205877\", \n \"deleted\" : false, \n \"doCompact\" : true, \n \"maximalSize\" : 4194304, \n \"name\" : \"_users\", \n \"isVolatile\" : false, \n \"waitForSync\" : false \n }, \n \"indexes\" : [ \n { \n \"id\" : \"533557\", \n \"type\" : \"hash\", \n \"unique\" : true, \n \"sparse\" : true, \n \"selectivityEstimate\" : 1, \n \"fields\" : [ \n \"user\" \n ] \n } \n ] \n }, \n { \n \"parameters\" : { \n \"version\" : 5, \n \"type\" : 2, \n \"cid\" : \"1244603445\", \n \"deleted\" : false, \n \"doCompact\" : true, \n \"maximalSize\" : 1048576, \n \"name\" : \"animals\", \n \"isVolatile\" : false, \n \"waitForSync\" : false \n }, \n \"indexes\" : [ ] \n }, \n { \n \"parameters\" : { \n \"version\" : 5, \n \"type\" : 2, \n \"cid\" : \"21046325\", \n \"deleted\" : false, \n \"doCompact\" : true, \n \"maximalSize\" : 1048576, \n \"name\" : \"collectable_foxx_data_firstCollection\", \n \"isVolatile\" : false, \n \"waitForSync\" : false \n }, \n \"indexes\" : [ ] \n }, \n { \n \"parameters\" : { \n \"version\" : 5, \n \"type\" : 2, \n \"cid\" : \"1243685941\", \n \"deleted\" : false, \n \"doCompact\" : true, \n \"maximalSize\" : 1048576, \n \"name\" : \"demo\", \n \"isVolatile\" : false, \n \"waitForSync\" : false \n }, \n \"indexes\" : [ ] \n }, \n { \n \"parameters\" : { \n \"version\" : 5, \n \"type\" : 2, \n \"cid\" : \"1645356085\", \n \"deleted\" : false, \n \"doCompact\" : true, \n \"maximalSize\" : 1048576, \n \"name\" : \"IndexedCollection1\", \n \"isVolatile\" : false, \n \"waitForSync\" : false \n }, \n \"indexes\" : [ \n { \n \"id\" : \"1645618229\", \n \"type\" : \"hash\", \n \"unique\" : false, \n \"sparse\" : false, \n \"selectivityEstimate\" : 1, \n \"fields\" : [ \n \"name\" \n ] \n }, \n { \n \"id\" : \"1645945909\", \n \"type\" : \"skiplist\", \n \"unique\" : true, \n \"sparse\" : false, \n \"fields\" : [ \n \"a\", \n \"b\" \n ] \n }, \n { \n \"id\" : \"1646142517\", \n \"type\" : \"cap\", \n \"unique\" : false, \n \"size\" : 500, \n \"byteSize\" : 0 \n } \n ] \n }, \n { \n \"parameters\" : { \n \"version\" : 5, \n \"type\" : 2, \n \"cid\" : \"1646339125\", \n \"deleted\" : false, \n \"doCompact\" : true, \n \"maximalSize\" : 1048576, \n \"name\" : \"IndexedCollection2\", \n \"isVolatile\" : false, \n \"waitForSync\" : false \n }, \n \"indexes\" : [ \n { \n \"id\" : \"1646601269\", \n \"type\" : \"fulltext\", \n \"unique\" : false, \n \"sparse\" : true, \n \"minLength\" : 10, \n \"fields\" : [ \n \"text\" \n ] \n }, \n { \n \"id\" : \"1646863413\", \n \"type\" : \"skiplist\", \n \"unique\" : false, \n \"sparse\" : false, \n \"fields\" : [ \n \"a\" \n ] \n }, \n { \n \"id\" : \"1647060021\", \n \"type\" : \"cap\", \n \"unique\" : false, \n \"size\" : 0, \n \"byteSize\" : 1048576 \n } \n ] \n }, \n { \n \"parameters\" : { \n \"version\" : 5, \n \"type\" : 2, \n \"cid\" : \"20915253\", \n \"deleted\" : false, \n \"doCompact\" : true, \n \"maximalSize\" : 1048576, \n \"name\" : \"tescht_todos\", \n \"isVolatile\" : false, \n \"waitForSync\" : false \n }, \n \"indexes\" : [ ] \n } \n ], \n \"state\" : { \n \"running\" : true, \n \"lastLogTick\" : \"1645225013\", \n \"totalEvents\" : 9994, \n \"time\" : \"2015-05-05T07:28:48Z\" \n }, \n \"tick\" : \"1647191093\" \n}\n
shell> curl --dump - http://localhost:8529/_api/replication/dump?collection=testCollection\n\nHTTP/1.1 204 No Content\ncontent-type: application/x-arango-dump; charset=utf-8\nx-arango-replication-checkmore: false\nx-arango-replication-lastincluded: 0\n\n
shell> curl --dump - http://localhost:8529/_api/replication/dump?collection=testCollection\n\nHTTP/1.1 200 OK\ncontent-type: application/x-arango-dump; charset=utf-8\nx-arango-replication-checkmore: false\nx-arango-replication-lastincluded: 1649681461\n\n\"{\\\"tick\\\":\\\"1649026101\\\",\\\"type\\\":2300,\\\"key\\\":\\\"123456\\\",\\\"rev\\\":\\\"1648960565\\\",\\\"data\\\":{\\\"_key\\\":\\\"123456\\\",\\\"_rev\\\":\\\"1648960565\\\",\\\"c\\\":false,\\\"b\\\":1,\\\"d\\\":\\\"additional value\\\"}}\\n{\\\"tick\\\":\\\"1649484853\\\",\\\"type\\\":2302,\\\"key\\\":\\\"foobar\\\",\\\"rev\\\":\\\"1649419317\\\"}\\n{\\\"tick\\\":\\\"1649681461\\\",\\\"type\\\":2302,\\\"key\\\":\\\"abcdef\\\",\\\"rev\\\":\\\"1649615925\\\"}\\n\"\n
shell> curl --dump - http://localhost:8529/_api/replication/server-id\n\nHTTP/1.1 200 OK\ncontent-type: application/json; charset=utf-8\n\n{ \n \"serverId\" : \"39957130875700\" \n}\n
shell> curl --dump - http://localhost:8529/_api/replication/applier-config\n\nHTTP/1.1 200 OK\ncontent-type: application/json; charset=utf-8\n\n{ \n \"requestTimeout\" : 300, \n \"connectTimeout\" : 10, \n \"ignoreErrors\" : 0, \n \"maxConnectRetries\" : 100, \n \"sslProtocol\" : 0, \n \"chunkSize\" : 0, \n \"autoStart\" : false, \n \"adaptivePolling\" : true, \n \"includeSystem\" : true, \n \"restrictType\" : \"\", \n \"restrictCollections\" : [ ] \n}\n
shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/replication/applier-config <<EOF\n{\"endpoint\":\"tcp://127.0.0.1:8529\",\"username\":\"replicationApplier\",\"password\":\"applier1234@foxx\",\"chunkSize\":4194304,\"autoStart\":false,\"adaptivePolling\":true}\nEOF\n\nHTTP/1.1 200 OK\ncontent-type: application/json; charset=utf-8\n\n{ \n \"endpoint\" : \"tcp://127.0.0.1:8529\", \n \"database\" : \"_system\", \n \"username\" : \"replicationApplier\", \n \"requestTimeout\" : 300, \n \"connectTimeout\" : 10, \n \"ignoreErrors\" : 0, \n \"maxConnectRetries\" : 100, \n \"sslProtocol\" : 0, \n \"chunkSize\" : 4194304, \n \"autoStart\" : false, \n \"adaptivePolling\" : true, \n \"includeSystem\" : true, \n \"restrictType\" : \"\", \n \"restrictCollections\" : [ ] \n}\n
shell> curl -X PUT --dump - http://localhost:8529/_api/replication/applier-start\n\nHTTP/1.1 200 OK\ncontent-type: application/json; charset=utf-8\n\n{ \n \"state\" : { \n \"running\" : true, \n \"lastAppliedContinuousTick\" : null, \n \"lastProcessedContinuousTick\" : null, \n \"lastAvailableContinuousTick\" : null, \n \"progress\" : { \n \"time\" : \"2015-05-05T07:28:19Z\", \n \"message\" : \"applier created\", \n \"failedConnects\" : 0 \n }, \n \"totalRequests\" : 0, \n \"totalFailedConnects\" : 0, \n \"totalEvents\" : 0, \n \"totalOperationsExcluded\" : 0, \n \"lastError\" : { \n \"errorNum\" : 0 \n }, \n \"time\" : \"2015-05-05T07:28:51Z\" \n }, \n \"server\" : { \n \"version\" : \"2.6.0-devel\", \n \"serverId\" : \"39957130875700\" \n }, \n \"endpoint\" : \"tcp://127.0.0.1:8529\", \n \"database\" : \"_system\" \n}\n
shell> curl -X PUT --dump - http://localhost:8529/_api/replication/applier-stop\n\nHTTP/1.1 200 OK\ncontent-type: application/json; charset=utf-8\n\n{ \n \"state\" : { \n \"running\" : false, \n \"lastAppliedContinuousTick\" : null, \n \"lastProcessedContinuousTick\" : null, \n \"lastAvailableContinuousTick\" : null, \n \"progress\" : { \n \"time\" : \"2015-05-05T07:28:51Z\", \n \"message\" : \"applier shut down\", \n \"failedConnects\" : 0 \n }, \n \"totalRequests\" : 2, \n \"totalFailedConnects\" : 0, \n \"totalEvents\" : 0, \n \"totalOperationsExcluded\" : 0, \n \"lastError\" : { \n \"errorNum\" : 0 \n }, \n \"time\" : \"2015-05-05T07:28:51Z\" \n }, \n \"server\" : { \n \"version\" : \"2.6.0-devel\", \n \"serverId\" : \"39957130875700\" \n }, \n \"endpoint\" : \"tcp://127.0.0.1:8529\", \n \"database\" : \"_system\" \n}\n
shell> curl --dump - http://localhost:8529/_api/replication/applier-state\n\nHTTP/1.1 200 OK\ncontent-type: application/json; charset=utf-8\n\n{ \n \"state\" : { \n \"running\" : false, \n \"lastAppliedContinuousTick\" : null, \n \"lastProcessedContinuousTick\" : null, \n \"lastAvailableContinuousTick\" : null, \n \"progress\" : { \n \"time\" : \"2015-05-05T07:28:51Z\", \n \"message\" : \"applier shut down\", \n \"failedConnects\" : 0 \n }, \n \"totalRequests\" : 2, \n \"totalFailedConnects\" : 0, \n \"totalEvents\" : 0, \n \"totalOperationsExcluded\" : 0, \n \"lastError\" : { \n \"errorNum\" : 0 \n }, \n \"time\" : \"2015-05-05T07:28:51Z\" \n }, \n \"server\" : { \n \"version\" : \"2.6.0-devel\", \n \"serverId\" : \"39957130875700\" \n }, \n \"endpoint\" : \"tcp://127.0.0.1:8529\", \n \"database\" : \"_system\" \n}\n
shell> curl --dump - http://localhost:8529/_api/replication/applier-state\n\nHTTP/1.1 200 OK\ncontent-type: application/json; charset=utf-8\n\n{ \n \"state\" : { \n \"running\" : false, \n \"lastAppliedContinuousTick\" : null, \n \"lastProcessedContinuousTick\" : null, \n \"lastAvailableContinuousTick\" : null, \n \"progress\" : { \n \"time\" : \"2015-05-05T07:28:51Z\", \n \"message\" : \"applier shut down\", \n \"failedConnects\" : 0 \n }, \n \"totalRequests\" : 3, \n \"totalFailedConnects\" : 0, \n \"totalEvents\" : 0, \n \"totalOperationsExcluded\" : 0, \n \"lastError\" : { \n \"errorNum\" : 0 \n }, \n \"time\" : \"2015-05-05T07:28:51Z\" \n }, \n \"server\" : { \n \"version\" : \"2.6.0-devel\", \n \"serverId\" : \"39957130875700\" \n }, \n \"endpoint\" : \"tcp://127.0.0.1:8529\", \n \"database\" : \"_system\" \n}\n