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.
-
Request Body:
{}
Example Response
{
"activeRegistry": "DeepSee.CubeManager.CubeRegistryDefinition",
"Error": "",
"status": 1
}
For information that applies to all response objects, see Notes on the Response Objects.