OpenSearch API
These endpoints allow to list, delete and reindex OpenSearch indices as well as to receive index mappings.
| Method | Endpoint |
|---|---|
|
|
Description Get a list of all OpenSearch indices. |
|
Returns The requested data as JSON HTTP Status Code
Content-Type
|
|
Required Access Rights The logged in user or API Key must have either the following role or right.
|
|
|
|
Description Get a compact list of OpenSearch indices. Can be used for example in a combo box. |
|
Returns The requested data as JSON HTTP Status Code
Content-Type
|
|
Required Access Rights A logged in user or API Key is required. |
|
|
|
Description Get the settings and mappings of an OpenSearch index. |
|
Path Parameter
|
|
Returns The requested data as JSON HTTP Status Code
Content-Type
|
|
Required Access Rights The logged in user or API Key must have either the following role or right.
|
|
|
|
Description Delete an OpenSearch index. |
|
Path Parameter
|
|
Returns HTTP Status Code
|
|
Required Access Rights The logged in user or API Key must have either the following role or right.
|
|
|
|
Description Get the information what a reindex action would do with the index settings and mappings. |
|
Path Parameter
|
|
Query Parameter
|
|
Returns The old and new index settings and mappings as JSON HTTP Status Code
Content-Type
|
|
Required Access Rights The logged in user or API Key must have either the following role or right.
|
|
|
|
Description Perform a reindex action. |
|
Path Parameter
|
|
Query Parameter
|
|
Returns HTTP Status Code
|
|
Required Access Rights The logged in user or API Key must have either the following role or right.
|