Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-9611

Doc: For 2.2, the Rest API information for "create/edit buckets" redirects to "Web console instructions" instead,

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.0, 2.1.0, 2.2.0, 3.0
    • 2.2.0, 2.5.0
    • None
    • Security Level: Public
    • None
    • TP Sprint 7, TP Sprint 8, TP Sprint 9

    Description

      http://docs.couchbase.com/couchbase-manual-2.2/#creating-and-editing-data-buckets

      If you click on the REST API section and Create/Edit bucket link, it redirects to the Web-Console way of doing so.

      Expected command for create bucket info can be referred on previous documentation or here

      • Create Bucket
        ake a new bucket request to the REST endpoint for buckets and provide the new bucket settings as request parameters:

      shell> curl -u Administrator:password \
      -d name=newBucket -d ramQuotaMB=100 -d authType=none \
      -d replicaNumber=1 -d proxyPort=11215 http://localhost:8091/pools/default/buckets

      You can check your new bucket exists and is running by making a request REST request to the new bucket:

      curl http://localhost:8091/pools/default/buckets/newBucket

      Reference link : http://www.couchbase.com/docs/couchbase-devguide-2.0/creating-a-bucket.html

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            gwenleong Gwen Leong (Inactive)
            ketaki Ketaki Gangal (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty