Module manticore_openapi::apis::utils_api
source · Enums§
- struct for typed errors of method
sql
Functions§
- Run a query in SQL format. Expects a query string passed through
body
parameter and optionalraw_response
parameter that defines a format of response.raw_response
can be set toFalse
for Select queries only, e.g.,SELECT * FROM myindex
The query string must stay as it is, no URL encoding is needed. The response object depends on the query executed. In select mode the response has same format as/search
operation. - Run a query in SQL format. Expects a query string passed through
body
parameter and optionalraw_response
parameter that defines a format of response.raw_response
can be set toFalse
for Select queries only, e.g.,SELECT * FROM myindex
The query string must stay as it is, no URL encoding is needed. The response object depends on the query executed. In select mode the response has same format as/search
operation.