shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/replication/applier-config
HTTP/1.1 OK
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
"requestTimeout" : 600,
"connectTimeout" : 10,
"ignoreErrors" : 0,
"maxConnectRetries" : 100,
"lockTimeoutRetries" : 0,
"sslProtocol" : 0,
"chunkSize" : 0,
"skipCreateDrop" : false,
"autoStart" : false,
"adaptivePolling" : true,
"autoResync" : false,
"autoResyncRetries" : 2,
"maxPacketSize" : 536870912,
"includeSystem" : true,
"includeFoxxQueues" : false,
"requireFromPresent" : true,
"verbose" : false,
"incremental" : false,
"restrictType" : "",
"restrictCollections" : [ ],
"connectionRetryWaitTime" : 15,
"initialSyncMaxWaitTime" : 300,
"idleMinWaitTime" : 1,
"idleMaxWaitTime" : 2.5
}