Creates an analytics index RDO.
HTTP Verb: POST
HTTP Route: ~/workspaces/{workspaceID:int}/indexes
HTTP Success Status Code: 201 Created
Namespace: Analytics.Conceptual.Service.Interfaces
Assembly: Analytics.Conceptual.Service.Interfaces (in Analytics.Conceptual.Service.Interfaces.dll) Version: 10.1.2.93
Syntax
Parameters
- workspaceID
- Type: System.Int32
The artifact ID of the workspace that contains the index. - index
- Type: Analytics.Conceptual.DataContracts.AnalyticsIndex
The analytics index to be created.
Return Value
Type: Task< Int32>The artifact id of the new index
See Also