Uploaded image for project: 'Couchbase Python Client Library'
  1. Couchbase Python Client Library
  2. PYCBC-480

Search, Admin and ClusterManager API missing/incomplete in API docs

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.5.6
    • 2.3.5
    • apidocs
    • None
    • 1

    Description

      Problem
      The following API docs seems missing or incomplete

      • Admin
      • Search and bucket-search
      • The docs says there is a cluster_manager() method, I can't find it in the API docs.

        # Create a user and assign roles
        manager = cluster.cluster_manager()
        manager.user_upsert('cbtestuser', 'cbtestuserpwd', [
            # Roles required for the reading of data from the bucket
            ('data_reader', 'travel-sample'),
            ('query_select', 'travel-sample')])
        

      Attachments

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

        Activity

          People

            Ellis.Breen Ellis Breen
            pvarley Patrick Varley (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty