API URI | Supported Method | Description |
/_bulk | PUT and POST | |
/{index}/_bulk | PUT and POST | |
/{index}/_doc/{id} | PUT and POST | |
/{index}/_doc | POST | |
/{index}/_create/{id} | PUT and POST | |
/{index}/_mapping | GET | |
/{index}/_msearch | POST and GET | |
/_msearch | POST and GET | |
/{index}/_count | POST and GET | |
/{index}/_search | POST and GET |
API URI | Supported Method | Description |
/{index}/_bulk | PUT and POST | |
/{index}/_doc/{id} | PUT and POST | |
/{index}/_doc | POST | |
/{index}/_create/{id} | PUT and POST | |
/_security/user/_has_privileges | POST and GET | |
/{index}/_field_caps | POST and GET | |
/{index}/_flush | POST and GET | |
/{index}/_mapping | GET | |
/{index}/_mappings | GET | |
/{index}/_refresh | POST and GET | |
/_resolve/index/{name} | GET | |
/{index}/_count | POST and GET | |
/{index}/_msearch | POST and GET | |
/{index}/_search | POST and GET | |
/_async_search/{id} | GET | - |
/{index}/_async_search | POST | - |
/_security/_authenticate | GET |
Was this page helpful?