indexer_status
Creates, updates, deletes, gets or lists an indexer_status resource.
Overview
| Name | indexer_status |
| Type | Resource |
| Id | azure.search_documents.indexer_status |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_indexer_status | exec | indexer_name, search_service_name | Returns the current status and execution history of an indexer. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
indexer_name | string | The name of the indexer. Required. |
search_service_name | string | Search service name. (default: ) |
Lifecycle Methods
- get_indexer_status
Returns the current status and execution history of an indexer.
EXEC azure.search_documents.indexer_status.get_indexer_status
@indexer_name='{{ indexer_name }}' --required,
@search_service_name='{{ search_service_name }}' --required
;