Couchbase · Schema
ReplicationSettings
XDCR replication settings
AnalyticsApp ServicesBackupCapellaCloudDatabaseDatabase-as-a-ServiceEventingFull-Text SearchGatewayJSONMobileNoSQLReplicationSQL++SyncVector SearchXDCR
Properties
| Name | Type | Description |
|---|---|---|
| checkpointInterval | integer | Interval between checkpoints in seconds |
| docBatchSizeKb | integer | Document batch size in kilobytes |
| failureRestartInterval | integer | Interval before restarting after failure in seconds |
| filterExpression | string | Regular expression filter for document IDs |
| logLevel | string | Log level for the replication |
| networkUsageLimit | integer | Network usage limit in MB per second (0 for unlimited) |
| optimisticReplicationThreshold | integer | Document size threshold in bytes for optimistic replication |
| sourceNozzlePerNode | integer | Number of source nozzles per node |
| targetNozzlePerNode | integer | Number of target nozzles per node |
| statsInterval | integer | Interval for statistics updates in milliseconds |
| compressionType | string | Compression type for replicated data |
| priority | string | Replication priority |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ReplicationSettings",
"title": "ReplicationSettings",
"type": "object",
"description": "XDCR replication settings",
"properties": {
"checkpointInterval": {
"type": "integer",
"description": "Interval between checkpoints in seconds",
"minimum": 60,
"maximum": 14400
},
"docBatchSizeKb": {
"type": "integer",
"description": "Document batch size in kilobytes",
"minimum": 10,
"maximum": 10000
},
"failureRestartInterval": {
"type": "integer",
"description": "Interval before restarting after failure in seconds",
"minimum": 1,
"maximum": 300
},
"filterExpression": {
"type": "string",
"description": "Regular expression filter for document IDs"
},
"logLevel": {
"type": "string",
"description": "Log level for the replication",
"enum": [
"Error",
"Warn",
"Info",
"Debug",
"Trace"
]
},
"networkUsageLimit": {
"type": "integer",
"description": "Network usage limit in MB per second (0 for unlimited)",
"minimum": 0
},
"optimisticReplicationThreshold": {
"type": "integer",
"description": "Document size threshold in bytes for optimistic replication",
"minimum": 0
},
"sourceNozzlePerNode": {
"type": "integer",
"description": "Number of source nozzles per node",
"minimum": 1,
"maximum": 100
},
"targetNozzlePerNode": {
"type": "integer",
"description": "Number of target nozzles per node",
"minimum": 1,
"maximum": 100
},
"statsInterval": {
"type": "integer",
"description": "Interval for statistics updates in milliseconds",
"minimum": 200,
"maximum": 600000
},
"compressionType": {
"type": "string",
"description": "Compression type for replicated data",
"enum": [
"None",
"Auto",
"Snappy"
]
},
"priority": {
"type": "string",
"description": "Replication priority",
"enum": [
"High",
"Medium",
"Low"
]
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/couchbase-replicationsettings"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.