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