Get site(s) OpenSearch index settings
GET/sites/:siteId/opensearch/index
Returns the OpenSearch index settings
Request
Path Parameters
siteId stringrequired
Site Identifier
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
indexSettings
object
numberOfReplicas string
The number of replicas per shard
numberOfShards string
The number of shards in index
{
"indexSettings": {
"numberOfReplicas": "string",
"numberOfShards": "string"
}
}
Loading...