/Command/WriteToRegistry
Traverses a CubeManager.RegistryMap object and registers all the cubes.
Request Method
POST
URL Parameters
None. Note that a request body is required; see the next heading.
Request Body Details
This endpoint uses the following property of the request body:
cubeMap
Required. The name of the RegistryMap object to traverse.
Example Request
-
Request Method:
POST
-
Request URL:
https://localhost/api/deepsee/v3/Command/WriteToRegistry
For comments on the possible forms of the URL, see Introduction to the Business Intelligence REST API.
-
Request Body:
{ "cubeMap":"Groups" }
Example Response
{
"cubeMap": "{\"Groups\":[{\"Cubes\":[{\"CubeKey\":\"EXPRESSIONHOLEFOODS\",\"CubeDisplayName\":\"HoleFoods Base\",\"NaturalGroup\":\"2\",\"CustomBuildOrder\":1,\"NaturalBuildOrder\":1,\"LastModDate\":\"65499,67761.888342\",\"UpdatePlan\":\"BuildSynch\",\"Disabled\":\"true\",\"BuildFrequency\":1,\"BuildTimeUnit\":\"Week\",\"BuildDayOfWeek\":\"1\",\"BuildDayOfMonth\":1,\"SynchFrequency\":1,\"SynchTimeUnit\":\"Day\",\"DSTimeEnabled\":\"true\",\"BuildAsynch\":\"true\",\"IndependentSync\":\"false\"}],\"GroupName\":\"Group 2\",\"IsRegistered\":\"true\",\"IsValid\":\"true\",\"UpdatePlan\":\"BuildSynch\",\"Disabled\":\"true\",\"BuildFrequency\":1,\"BuildTimeUnit\":\"Week\",\"BuildDayOfWeek\":\"1\",\"BuildDayOfMonth\":1,\"SynchFrequency\":1,\"SynchTimeUnit\":\"Day\",\"BuildAsynch\":\"true\"}],\"BuildStartHour\":\"23\",\"BuildStartMinute\":\"30\",\"Disabled\":\"false\",\"IndependentSync\":\"false\",\"SerialUpdates\":\"true\",\"StorageClass\":\"DeepSee.REST.v2.T4\"}",
"Error": "",
"status": 1,
"tSC": 1
}
For information that applies to all response objects, see Notes on the Response Objects.