File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 484
484
:<json string filter: The name of a :ref: `filter function <filterfun >`.
485
485
:<json string proxy: Address of a proxy server through which replication
486
486
should occur (protocol can be "http" or "socks5")
487
- :<json string source: Source database name or URL
488
- :<json string target: Target database name or URL
489
- :<json object headers: Object with header info in key value pairs.
490
- Eg: {"Authorization": "Basic Ym9iQGV4YW1wbGUuY29tOnBhc3N3b3Jk",
491
- "header_name_2": "header_value_2",...}.
487
+ :<json string/object source: Source database name or URL or an object
488
+ which contains the full URL of the source database with additional
489
+ parameters like headers. Eg: 'source_db_name' or
490
+ 'http://example.com/source_db_name' or
491
+ {"url":"url in here", "headers": {"header1":"value1", ...}}
492
+ :<json string/object target: Target database name or URL or an object
493
+ which contains the full URL of the target database with additional
494
+ parameters like headers. Eg: 'target_db_name' or
495
+ 'http://example.com/target_db_name' or
496
+ {"url":"url in here", "headers": {"header1":"value1", ...}}
492
497
:>header Content-Type: - :mimetype: `application/json `
493
498
- :mimetype: `text/plain; charset=utf-8 `
494
499
:>json array history: Replication history (see below)
You can’t perform that action at this time.
0 commit comments