Traffic API reference

更新时间:
复制 MD 格式

The traffic API reference for OpenSearch Vector Search Edition covers the following topics:

  1. ha search processing: Build query requests using URL parameters to retrieve search results. This operation is ideal for scenarios that require fast data retrieval. Results are returned in JSON format. For more information, see ha search processing.

  2. SQL search processing: Extract, process, and analyze data from an index. You can call this operation using HTTP GET or POST requests. It returns results in JSON format. This operation is ideal for scenarios that require flexible queries and complex data analytics. For more information, see SQL search processing.

  3. RESTful API search processing: Call this API using POST requests to extract, filter, sort, and analyze data from an index. It returns results in JSON format and uses a signature mechanism for identity verification. This operation is ideal for scenarios that require efficient and flexible queries. For more information, see RESTful API search processing.

  4. Data processing: Manage and perform operations on data efficiently and flexibly. This operation covers the entire data lifecycle, including uploading, updating, deleting, and querying data. It also supports data operations in a variety of complex scenarios. For more information, see Data processing.