ADO.NET Provider for Couchbase

Build 23.0.8839

WebConsolePort

The port or URL for connecting to the Couchbase Web Console.

Data Type

string

Default Value

""

Remarks

This port is used for API operations like managing buckets. It defaults to 8091 when not using SSL, and 18091 when using SSL. See UseSSL.

This option can be set one of two ways:

  • As a port number like "1234". With this setting the provider will send management requests to http://Server:WebConsolePort/. The exact endpoint depends upon the operation being used. For example, the cluster status request will go to the endpoint http://Server:WebConsolePort/pools.
  • As a full URL like "http://couchbase.example:1234/proxy". With this setting the provider will send Web Console queries using the endpoint you specify. For example, if you use that URL then the cluster status request (normally at /pools) will go to http://couchbase.example:1234/proxy/pools. Server and UseSSL are ignored for web console requests.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839