syncing market data_
Client that can be used to manage and query indexes and documents, as well as manage other resources, on a search service.
Client that can be used to manage and query indexes and documents, as well as manage other resources, on a search service. --- Public API proxied through Ozma. **Claim this listing** to monetize and manage pricing.
No score data yet
| Method | Path | Summary | Price |
|---|---|---|---|
| POST | /indexers | Creates a new indexer. | 1c |
| GET | /datasources | Lists all datasources available for a search service. | 1c |
| POST | /datasources | Creates a new datasource. | 1c |
| DELETE | /datasources('{dataSourceName}') | Deletes a datasource. | 1c |
| GET | /datasources('{dataSourceName}') | Retrieves a datasource definition. | 1c |
| PUT | /datasources('{dataSourceName}') | Creates a new datasource or updates a datasource if it already exists. | 1c |
| GET | /indexers | Lists all indexers available for a search service. | 1c |
| DELETE | /indexers('{indexerName}') | Deletes an indexer. | 1c |
| GET | /indexers('{indexerName}') | Retrieves an indexer definition. | 1c |
| PUT | /indexers('{indexerName}') | Creates a new indexer or updates an indexer if it already exists. | 1c |
| POST | /indexers('{indexerName}')/search.reset | Resets the change tracking state associated with an indexer. | 1c |
| POST | /indexers('{indexerName}')/search.run | Runs an indexer on-demand. | 1c |
| GET | /indexers('{indexerName}')/search.status | Returns the current status and execution history of an indexer. | 1c |
| GET | /indexes | Lists all indexes available for a search service. | 1c |
| POST | /indexes | Creates a new search index. | 1c |
| DELETE | /indexes('{indexName}') | Deletes a search index and all the documents it contains. | 1c |
| GET | /indexes('{indexName}') | Retrieves an index definition. | 1c |
| PUT | /indexes('{indexName}') | Creates a new search index or updates an index if it already exists. | 1c |
| POST | /indexes('{indexName}')/search.analyze | Shows how an analyzer breaks text into tokens. | 1c |
| GET | /indexes('{indexName}')/search.stats | Returns statistics for the given index, including a document count and storage usage. | 1c |
| GET | /servicestats | Gets service level statistics for a search service. | 1c |
| GET | /skillsets | List all skillsets in a search service. | 1c |
| POST | /skillsets | Creates a new skillset in a search service. | 1c |
| DELETE | /skillsets('{skillsetName}') | Deletes a skillset in a search service. | 1c |
| GET | /skillsets('{skillsetName}') | Retrieves a skillset in a search service. | 1c |
| PUT | /skillsets('{skillsetName}') | Creates a new skillset in a search service or updates the skillset if it already exists. | 1c |
| GET | /synonymmaps | Lists all synonym maps available for a search service. | 1c |
| POST | /synonymmaps | Creates a new synonym map. | 1c |
| DELETE | /synonymmaps('{synonymMapName}') | Deletes a synonym map. | 1c |
| GET | /synonymmaps('{synonymMapName}') | Retrieves a synonym map definition. | 1c |
| PUT | /synonymmaps('{synonymMapName}') | Creates a new synonym map or updates a synonym map if it already exists. | 1c |
ozma register && ozma call searchserviceclient /indexers --jsoncurl -H "Authorization: Bearer $OZMA_KEY" \
https://gateway.ozma.app/v1/proxy/searchserviceclient/indexers# Python
client.proxy_call("searchserviceclient", "/indexers")Own this API? Claim the listing to manage pricing and receive payouts.