OpenSearch REST API

Number of APIs: 17

  1. cat APIs - Get Cat Nodes GET {{baseUrl}}/_cat/nodes

  2. Index APIs - Put Create Index PUT {{baseUrl}}/:index

  3. Index APIs - Delete Index DELETE {{baseUrl}}/:index

  4. Index APIs - Get Settings Index GET {{baseUrl}}/:index/_settings

  5. Index APIs - Put Index Mapping With Index PUT {{baseUrl}}/:index/_mapping

  6. Cluster APIs - Put Update Cluster Settings PUT {{baseUrl}}/_cluster/settings

  7. Cluster APIs - Get Ping Cluster GET {{baseUrl}}/

  8. Index APIs - Get Settings Index Setting GET {{baseUrl}}/:index/_settings/:setting

  9. Index APIs - Put Index Mapping PUT {{baseUrl}}/_mapping

  10. cat APIs - Get Cat Indices With Index GET {{baseUrl}}/_cat/indices/:index