Apache CouchDB Logo
2.2

Table of Contents

  • 1. Introduction
  • 2. Installation & First-Time Setup
  • 3. Configuring CouchDB
  • 4. Replication
  • 5. CouchDB Maintenance
  • 6. Design Documents
  • 7. Query Server
  • 8. Fauxton
  • 9. Best Practices
  • 10. API Reference
    • 10.1. API Basics
    • 10.2. Server
      • 10.2.1. /
      • 10.2.2. /_active_tasks
      • 10.2.3. /_all_dbs
      • 10.2.4. /_dbs_info
      • 10.2.5. /_cluster_setup
      • 10.2.6. /_db_updates
      • 10.2.7. /_membership
      • 10.2.8. /_replicate
      • 10.2.9. /_scheduler/jobs
      • 10.2.10. /_scheduler/docs
      • 10.2.11. /_node/{node-name}/_stats
      • 10.2.12. /_node/{node-name}/_system
      • 10.2.13. /_utils
      • 10.2.14. /_up
      • 10.2.15. /_uuids
      • 10.2.16. /favicon.ico
      • 10.2.17. Authentication
      • 10.2.18. Configuration
    • 10.3. Databases
    • 10.4. Documents
    • 10.5. Design Documents
    • 10.6. Local (non-replicating) Documents
    • 10.7. /db/_local_docs
  • 11. Cluster Reference
  • 12. JSON Structure Reference
  • 13. Experimental Features
  • 14. Contributing to this Documentation
  • 15. Release History
  • 16. Security Issues Information
  • 17. Reporting New Security Problems with Apache CouchDB
  • 18. About CouchDB Documentation

Quick Reference

  • HTTP API Reference
  • Configuration Reference

Local Links

  • Fauxton

More Help

  • CouchDB Homepage
  • Mailing Lists
  • IRC
  • Issue Tracker
  • Download Docs
Apache CouchDB
  • Docs »
  • 10. API Reference »
  • 10.2. Server
  • Edit on GitHub

10.2. ServerΒΆ

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

  • 10.2.1. /
  • 10.2.2. /_active_tasks
  • 10.2.3. /_all_dbs
  • 10.2.4. /_dbs_info
  • 10.2.5. /_cluster_setup
  • 10.2.6. /_db_updates
  • 10.2.7. /_membership
  • 10.2.8. /_replicate
    • 10.2.8.1. Replication Operation
    • 10.2.8.2. Specifying the Source and Target Database
    • 10.2.8.3. Single Replication
    • 10.2.8.4. Continuous Replication
    • 10.2.8.5. Canceling Continuous Replication
  • 10.2.9. /_scheduler/jobs
  • 10.2.10. /_scheduler/docs
  • 10.2.11. /_node/{node-name}/_stats
  • 10.2.12. /_node/{node-name}/_system
  • 10.2.13. /_utils
  • 10.2.14. /_up
  • 10.2.15. /_uuids
  • 10.2.16. /favicon.ico
  • 10.2.17. Authentication
    • 10.2.17.1. Basic Authentication
    • 10.2.17.2. Cookie Authentication
      • 10.2.17.2.1. /_session
    • 10.2.17.3. Proxy Authentication
  • 10.2.18. Configuration
    • 10.2.18.1. Accessing the local node’s configuration
    • 10.2.18.2. /_node/{node-name}/_config
    • 10.2.18.3. _node/{node-name}/_config/section
    • 10.2.18.4. /_node/node/_config/section/key
Next Previous

© Copyright 2018, Apache Software Foundation.

Built with Sphinx using a theme provided by Read the Docs.