Retrieve GSI Settings
- reference
To retrieve the global secondary index settings use GET /settings/indexes
.
Sample Curl Command
The following example retrieves the global secondary index settings of the cluster that the node localhost
is a part of.
bashcurl -X GET -u 'Administrator:password' 'http://localhost:8091/settings/indexes'