POST /Command/GetActiveRegistry
Build all cubes in a registered cube group in the order in which they are listed and return statistics on the build process.
URL Parameters
None.
Request Body Details
This service is called with an empty body.
Example Request
Request Method:
POST
Request URL:
http://localhost:52773/api/deepsee/v2/Command/GetActiveRegistry
For comments on the possible forms of the URL, see “Introduction to the Business Intelligence REST API” in the chapter “Introduction and Samples.”
Request Body:
{}
Copy code to clipboard
Example Response
{ "activeRegistry": "DeepSee.CubeManager.CubeRegistryDefinition", "Error": "", "status": 1 }
Copy code to clipboard
For information that applies to all response objects, see the discussion at the start of this reference.