Cortex Search Service
Query a Cortex Search Service¶
POST/api/v2/databases/{database}/schemas/{schema}/cortex-search-services/{service_name}:query
Query a Cortex Search Service to get search results.
Parâmetros de trajeto¶
Parâmetro | Descrição |
---|---|
database string | Identifier (i.e. name) for the database to which the resource belongs. You can use the `/api/v2/databases` GET request to get a list of available databases. |
schema | Identifier (i.e. name) for the schema to which the resource belongs. You can use the `/api/v2/databases/{database}/schemas` GET request to get a list of available schemas for the specified database. |
service_name string | The name of the Cortex Search Service. |
Resposta¶
Código | Descrição |
---|---|
200 | OK |