POST /Command/SetActiveRegistry
Change which cube registry is currently active.
URL Parameters
None.
Request Body Details
This service uses an empty request body.
Example Request
-
Request Method:
POST
-
Request URL:
http://localhost:52773/api/deepsee/v2/Command/setActiveRegistry
For comments on the possible forms of the URL, see Introduction to the Business Intelligence REST API.
-
Request Body:
{}
Example Response
{
}
While this API call returns an empty response, it will set ^DeepSee.CubeManager("activeRegistry") to DeepSee.CubeManager.CubeRegistryDefinition.
For information that applies to all response objects, see Notes on the Response Objects.