Index Service API
The Index service REST API provides configuration options for the Index service.
Description
Couchbase Server provides a Data, an Index, and a Query Service. Each service can be deployed and run either with one or more of the others, on a single node; or on its own node.
HTTP method | URI path | Description | Admin Role |
---|---|---|---|
GET |
/pools/nodes |
Retrieves information about nodes in a cluster. |
Full, Cluster |
POST |
/pools/default |
The |
Full, Cluster |
GET |
/settings/indexes |
Retrieves parameter settings for the Index service. |
Full, Cluster |
POST |
/settings/indexes |
Sets the parameter settings for the Index service.
Available options are |
Full, Cluster |
To retrieve the status of defined indexes, including the index keys and conditions, you can use the N1QL REST API to query the system:indexes catalog. |