IIndexManager. GetStatusAsync Method

Analytics Core API Documentation
Gets the current status of an analytics index. HTTP Verb: GET HTTP Route: ~/workspaces/{workspaceID:int}/indexes/{indexID:int}/status HTTP Success Status Code: 200 OK

Namespace:  Analytics.Conceptual.Service.Interfaces
Assembly:  Analytics.Conceptual.Service.Interfaces (in Analytics.Conceptual.Service.Interfaces.dll) Version: 10.1.2.93
Syntax

Task<AnalyticsIndexStatus> GetStatusAsync(
	int workspaceID,
	int indexID
)

Parameters

workspaceID
Type: System.Int32
The artifact ID of the workspace that contains the index.
indexID
Type: System.Int32
The artifact ID of the index to get the status for.

Return Value

Type: Task< AnalyticsIndexStatus>
The status of an analytics index
See Also

Reference