Apache CouchDB®
2.3

Table of Contents

User Guides

  • 1. Introduction
  • 2. Replication
  • 3. Design Documents
  • 4. Best Practices

Administration Guides

  • 1. Installation
  • 2. Setup
  • 3. Configuration
  • 4. Cluster Management
  • 5. Maintenance
  • 6. Fauxton
  • 7. Experimental Features

Reference Guides

  • 1. API Reference
    • 1.1. API Basics
    • 1.2. Server
      • 1.2.1. /
      • 1.2.2. /_active_tasks
      • 1.2.3. /_all_dbs
      • 1.2.4. /_dbs_info
      • 1.2.5. /_cluster_setup
      • 1.2.6. /_db_updates
      • 1.2.7. /_membership
      • 1.2.8. /_replicate
      • 1.2.9. /_scheduler/jobs
      • 1.2.10. /_scheduler/docs
      • 1.2.11. /_node/{node-name}/_stats
      • 1.2.12. /_node/{node-name}/_system
      • 1.2.13. /_node/{node-name}/_restart
      • 1.2.14. /_utils
      • 1.2.15. /_up
      • 1.2.16. /_uuids
      • 1.2.17. /favicon.ico
      • 1.2.18. Authentication
      • 1.2.19. Configuration
    • 1.3. Databases
    • 1.4. Documents
    • 1.5. Design Documents
    • 1.6. Local (non-replicating) Documents
  • 2. JSON Structure Reference
  • 3. Query Server

Other

  • 1. Release Notes
  • 2. Security Issues / CVEs
  • 3. Reporting New Security Problems with Apache CouchDB
  • 4. License
  • 5. Contributing to this Documentation

Quick Reference Guides

  • API Quick Reference
  • Configuration Quick Reference

Local Links

  • Fauxton

More Help

  • CouchDB Homepage
  • Mailing Lists
  • IRC
  • Issue Tracker
  • Download Docs
Apache CouchDB®
  • Docs »
  • 1. API Reference »
  • 1.2. Server
  • Edit on GitHub

1.2. Server¶

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

  • 1.2.1. /
  • 1.2.2. /_active_tasks
  • 1.2.3. /_all_dbs
  • 1.2.4. /_dbs_info
  • 1.2.5. /_cluster_setup
  • 1.2.6. /_db_updates
  • 1.2.7. /_membership
  • 1.2.8. /_replicate
    • 1.2.8.1. Replication Operation
    • 1.2.8.2. Specifying the Source and Target Database
    • 1.2.8.3. Single Replication
    • 1.2.8.4. Continuous Replication
    • 1.2.8.5. Canceling Continuous Replication
  • 1.2.9. /_scheduler/jobs
  • 1.2.10. /_scheduler/docs
  • 1.2.11. /_node/{node-name}/_stats
  • 1.2.12. /_node/{node-name}/_system
  • 1.2.13. /_node/{node-name}/_restart
  • 1.2.14. /_utils
  • 1.2.15. /_up
  • 1.2.16. /_uuids
  • 1.2.17. /favicon.ico
  • 1.2.18. Authentication
    • 1.2.18.1. Basic Authentication
    • 1.2.18.2. Cookie Authentication
      • 1.2.18.2.1. /_session
    • 1.2.18.3. Proxy Authentication
  • 1.2.19. Configuration
    • 1.2.19.1. Accessing the local node’s configuration
    • 1.2.19.2. /_node/{node-name}/_config
    • 1.2.19.3. _node/{node-name}/_config/section
    • 1.2.19.4. /_node/node/_config/section/key
Next Previous

© Copyright 2019, Apache Software Foundation. CouchDB® is a registered trademark of the Apache Software Foundation.

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