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