Index Service API
- reference
The Index service REST API provides configuration options for the Index service.
Description
The following table lists REST methods and URIs for the Index Service.
HTTP method | URI path | Port | Description | Admin Role |
---|---|---|---|---|
GET |
/pools/nodes |
8091 |
Retrieves information about nodes in a cluster. |
Full, Cluster |
POST |
/pools/default |
8091 |
The |
Full, Cluster |
GET |
/settings/indexes |
8091 |
Retrieves parameter settings for the Index service. |
Full, Cluster |
POST |
/settings/indexes |
8091 |
Sets the parameter settings for the Index service.
Available options are |
Full, Cluster |
GET |
/api/v1/stats |
9102 |
Retrieves statistics for the Index node. |
Full, Query Manage Index |
GET |
/api/v1/stats/[keyspace]/[index] |
9102 |
Retrieves statistics for an index. |
Full, Query Manage Index |
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. |