Skip to main content

indexer_status

Creates, updates, deletes, gets or lists an indexer_status resource.

Overview

Nameindexer_status
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
get_indexer_statusexecindexer_name, search_service_nameReturns 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.

NameDatatypeDescription
indexer_namestringThe name of the indexer. Required.
search_service_namestringSearch service name. (default: )

Lifecycle Methods

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
;