OpenSearch REST API
Number of APIs: 17
-
cat APIs - Get Cat Nodes GET {{baseUrl}}/_cat/nodes
-
Index APIs - Put Create Index PUT {{baseUrl}}/:index
-
Index APIs - Delete Index DELETE {{baseUrl}}/:index
-
Index APIs - Get Settings Index GET {{baseUrl}}/:index/_settings
-
Index APIs - Put Index Mapping With Index PUT {{baseUrl}}/:index/_mapping
-
Cluster APIs - Put Update Cluster Settings PUT {{baseUrl}}/_cluster/settings
-
Cluster APIs - Get Ping Cluster GET {{baseUrl}}/
-
Index APIs - Get Settings Index Setting GET {{baseUrl}}/:index/_settings/:setting
-
Index APIs - Put Index Mapping PUT {{baseUrl}}/_mapping
-
cat APIs - Get Cat Indices With Index GET {{baseUrl}}/_cat/indices/:index