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.
パスパラメータ¶
パラメーター | 説明 |
---|---|
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. |
応答¶
コード | 説明 |
---|---|
200 | OK |