Chapter 9. CouchDB API Server Miscellaneous Methods

Table of Contents

9.1. GET /
9.2. GET /_active_tasks
9.3. GET /_all_dbs
9.4. GET /_log
9.5. POST /_replicate
9.5.1. Replication Operation
9.5.2. Specifying the Source and Target Database
9.5.3. Single Replication
9.5.4. Continuous Replication
9.5.5. Canceling Continuous Replication
9.6. POST /_restart
9.7. GET /_stats
9.8. GET /_utils
9.9. GET /_uuids
9.10. GET /favicon.ico

The CouchDB Miscellaneous interface provides the basic interface to a CouchDB server for obtaining CouchDB information and getting and setting configuration information.

A list of the available methods and URL paths are provided below:

Table 9.1. Miscellaneous API Calls