opensearch-docs-cn/_opensearch/rest-api/index.md

16 lines
512 B
Markdown
Raw Normal View History

2021-05-28 13:48:19 -04:00
---
layout: default
title: REST API reference
nav_order: 99
has_children: true
redirect_from:
- /opensearch/rest-api/
2021-05-28 13:48:19 -04:00
---
# REST API reference
OpenSearch uses its REST API for most operations. This _incomplete_ section includes REST API paths, HTTP verbs, supported parameters, request body details, and sample responses.
2021-06-10 15:48:49 -04:00
In general, the OpenSearch REST API is no different from the Elasticsearch OSS REST API; most client code that worked with Elasticsearch OSS should also work with OpenSearch.
{: .tip }