Exposes Elasticsearch's `_mapping` endpoint to return details regarding the specified index.
Retrieve mapping information for the specified index
get/{index_name}/mapping
Path parameters
index_namestring required
the name of an existing Elasticsearch index (Use the <i>/indices</i> web service call to obtain the list of indices)
Response
Returns a json containing mapping information about the default index (consortium)
object required
Changes
Changed in 1 of the 5 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○