Search:

Search all manuals
Search this manual
Manual
Couchbase Server Manual 1.8
Up
Couchbase Server Manual 1.8
Section Navigation
Chapter Navigation

Chapter 8. Couchbase Management REST API

Table of Contents

8.1. Key Concepts
8.1.1. Resources
8.1.2. HTTP Request Headers
8.1.3. HTTP Status Codes
8.2. Operations

The Couchbase Management REST API provides an easy to use interface for controlling your Couchbase installation.

The Couchbase Management REST API provides the ability to manage a Couchbase Server deployment. It conforms to Representational State Transfer (REST) constraints (is a RESTful architecture). The Couchbase Management REST API is used to manage clusters, server nodes, and buckets, and to retrieve run-time statistics, within your Couchbase Server deployment.

The REST API is not used to directly manage data in memory or on disk. The cache data management operations (set and get, for example) are handled by clients and the appropriate SDKs. See Couchbase SDKs.

The REST API makes use and reference to a number of different systems within the Couchbase Server product. For more information, readSection 8.1, “Key Concepts”.

The REST API is built on a number of basic principles:

blog comments powered by Disqus