/Command/BuildCube
Builds the target cube, and records and reports build event information.
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:
cubeName
Required. The name of the cube to be built.
Example Request
- 
Request Method: POST 
- 
Request URL: https://localhost/api/deepsee/v3/Command/BuildCube For comments on the possible forms of the URL, see Introduction to the Business Intelligence REST API. 
- 
Request Body: { "cubeName":"Patients" }
Example Response
{
    "buildStats": {
        "caption": "Patients",
        "elapsedTime": 0.594205,
        "errors": 0,
        "event": "build",
        "eventId": "119",
        "expressionTime": 0.396416,
        "factCount": 1000,
        "iKnowTime": 0,
        "missingReferences": 0,
        "status": 1
    },
    "Error": "",
    "status": 1
}
For information that applies to all response objects, see Notes on the Response Objects.