POST /Command/SynchronizeCube
A wrapper for %DeepSee.Utils.%SynchronizeCube which records cube event information when building the cube.
URL Parameters
None. Note that a request body is required; see the next heading.
Request Body Details
This service uses the following property of the request body:
cubeName | Required. The name of the cube to synchronize. |
Example Request
-
Request Method:
POST
-
Request URL:
http://localhost:52773/api/deepsee/v2/Command/SynchronizeCube
For comments on the possible forms of the URL, see Introduction to the Business Intelligence REST API.
-
Request Body:
{ "cubeName":"Patients" }
Example Response
{ "factsUpdated": 0, "synchronizeStats": { "caption": "Patients", "event": "synchronize", "eventId": "132", "status": 1 }, "Error": "", "status": 1 }
For information that applies to all response objects, see Notes on the Response Objects.